#!/usr/bin/make -f

%:
	dh $@ --with autoreconf 

override_dh_installdocs:
	rm -f debian/stressapptest/usr/share/doc/stressapptest/COPYING
	dh_installdocs
