summaryrefslogtreecommitdiff
path: root/debian/rules
blob: 48a507c0b904b2ecc7294be332317df19afbf3de (plain)
1
2
3
4
5
6
7
8
#!/usr/bin/make -f
%:
	dh $@ --buildsystem=python_distutils

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