#!/usr/bin/make -f
pkg=conffiles-general

%:
	dh $@

override_dh_builddeb:
	dpkg-deb --nocheck --build debian/$(pkg) ../$(pkg)_1.0_all.deb
