debian: use pybuild and build for python3

This commit is contained in:
Benjamin Dauvergne 2019-02-05 15:54:18 +01:00
parent a5f40a550e
commit 3bb4115afa
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

@ -1,6 +1,6 @@
#!/usr/bin/make -f
%:
dh $@ --with python2
dh $@ --with python2,python3 --buildsystem=pybuild