summaryrefslogtreecommitdiff
path: root/debian/rules
blob: 56de9e6e96d076196ea6c7fc025be8d317f449f1 (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/make -f

%:
	dh $@ --with=python2 --buildsystem=python_distutils

override_dh_auto_clean:
	$(MAKE) clean
	dh_auto_clean --buildsystem=python_distutils