diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index 25232d9..1b7248d 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: passerelle-minint Maintainer: Entr'ouvert Section: python Priority: optional -Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.7), debhelper (>= 9), python-django +Build-Depends: dh-python, python-setuptools, python-all, debhelper (>= 10), python3-setuptools, python3-all Standards-Version: 3.9.1 Package: python-passerelle-minint @@ -11,3 +11,10 @@ Depends: ${misc:Depends}, ${python:Depends}, python-suds Description: Passerelle MinInt Connectors + +Package: python3-passerelle-minint +Architecture: all +Depends: ${misc:Depends}, + ${python3:Depends}, + python3-suds +Description: Passerelle MinInt Connectors (Python 3) diff --git a/debian/rules b/debian/rules index 4647c9c..1c2ff39 100755 --- a/debian/rules +++ b/debian/rules @@ -1,4 +1,7 @@ #!/usr/bin/make -f +export PYBUILD_NAME=passerelle-minint +export PYBUILD_DISABLE=test + %: - dh $@ --with python2 + dh $@ --with python2,python3 --buildsystem=pybuild