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

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

override_auto_test:
	python setup.py check