#!/usr/bin/make -f
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh $@  --with-autoreconf

override_dh_auto_clean:
	./configure
	dh_auto_clean

override_dh_clean:
	rm -rf debian/quotatool
	rm -f debian/quotatool.debhelper.log debian/quotatool.substvars debian/files
