summaryrefslogtreecommitdiff
path: root/debian/rules
blob: 9ef033b3259075dd9408c2a4d6ee6da0fa79ed93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/make -f

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

override_dh_auto_build:
	$(MAKE)
	dh_auto_build --with=python2 --buildsystem=python_distutils

override_dh_auto_test:
	$(MAKE) clean check

override_dh_auto_clean:
	$(MAKE) clean
	dh_auto_clean --with=python2 --buildsystem=python_distutils