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

export PYBUILD_NAME = pdfrw

%:
	dh $@ --with python2,python3 --buildsystem=pybuild

override_dh_auto_test: