debian: use pybuild

This commit is contained in:
Christophe Siraut 2019-02-13 11:00:41 +01:00
parent 162210ad70
commit e1706e3f55
1 changed files with 2 additions and 3 deletions

5
debian/rules vendored
View File

@ -1,10 +1,9 @@
#!/usr/bin/make -f
# This file was automatically generated by stdeb 0.8.5 at
# Wed, 07 Sep 2016 15:27:51 +0200
export PYBUILD_NAME=pyexcel_io
%:
dh $@ --with python2
dh $@ --with python2 --buildsystem=pybuild
override_dh_auto_test:
echo 'TODO: fix tests'