diff --git a/debian/rules b/debian/rules index 4647c9c..6df0b59 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,9 @@ #!/usr/bin/make -f +export PYBUILD_NAME=passerelle-imio-ia-delib + %: - dh $@ --with python2 + dh $@ --with python2,python3 --buildsystem=pybuild + +override_dh_auto_test: +