debian: add PYBUILD_NAME to help pybuild infer the package names

This commit is contained in:
Benjamin Dauvergne 2019-02-05 17:07:22 +01:00
parent 28f01364e9
commit 73d152b0ab
1 changed files with 1 additions and 0 deletions

1
debian/rules vendored
View File

@ -1,4 +1,5 @@
#!/usr/bin/make -f
export PYBUILD_NAME=django-kerberos
%:
dh $@ --with python2,python3 --buildsystem=pybuild