#!/usr/bin/make -f

%:
	dh $@ --with autoreconf

override_dh_installdocs:
	dh_installdocs
	# Remove extra copies of the licensing information
	rm debian/pkcs11-data/usr/share/doc/pkcs11-data/COPYING*

