debian: use pybuild

This commit is contained in:
Christophe Siraut 2019-02-13 11:04:12 +01:00
parent 31c3133798
commit 2db8e9a4a4
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 17:04:48 +0200
PYBUILD_NAME = pyexcel_ods
%:
dh $@ --with python2
dh $@ --with python2 --buildsystem=pybuild
override_dh_auto_build:
echo 'not running tests'