#!/usr/bin/make -f

%:
	dh $@

override_dh_auto_clean:
	dh_auto_clean
	$(RM) -v Debian_CPANTS.txt
