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

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

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