summaryrefslogtreecommitdiff
path: root/debian/rules
blob: bb9b4996c32efe7f85b32c9903287e7658d12f7c (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f
%:
	dh $@ --with-buildsystem=python-distutils

override_dh_auto_build:
	setuppy-debian-versions-match
	dh_auto_build $@ --with-buildsystem=python-distutils

override_dh_auto_install:
	python setup.py install --prefix=debian/dupfiles/usr