summaryrefslogtreecommitdiff
path: root/debian/rules
blob: 1804c96ae9a1a888c265a007a890ab5fdde66ce4 (plain)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

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

override_dh_auto_build:
	python setup.py build
	make -C doc doc.html

override_dh_auto_test:
	./check