#!/usr/bin/make -f

%:
	dh $@ -Spybuild

override_dh_clean:
	dh_clean whipper.egg-info/* .eggs/README.txt

override_dh_auto_test:
