aboutsummaryrefslogtreecommitdiff
path: root/debian/rules
blob: ab9d1516eebca8a213ed521fa15f6304db814461 (plain)
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

%:
	dh --buildsystem=python_distutils --with-addon=python2 $*

override_dh_auto_test:
	# XXX: The test-suite currently fails on Lucid. What can we do about
	# it?
	python -m testtools.run tests.test_suite