debian/rules: use pybuild

This commit is contained in:
Christophe Siraut 2020-05-05 09:00:16 +02:00
parent bc451e14cf
commit 3b4b0b1657
1 changed files with 3 additions and 1 deletions

4
debian/rules vendored
View File

@ -1,6 +1,8 @@
#!/usr/bin/make -f
export PYBUILD_NAME=django_journal
%:
dh $@ --with python2 --buildsystem=python_distutils
dh $@ --with python2 --buildsystem=pybuild