add python3 module (#44658)

This commit is contained in:
Thomas NOËL 2020-07-01 01:03:09 +02:00
parent 1b3557d7dc
commit 95820042cf
3 changed files with 13 additions and 3 deletions

2
debian/compat vendored
View File

@ -1 +1 @@
9
10

9
debian/control vendored
View File

@ -2,7 +2,7 @@ Source: passerelle-minint
Maintainer: Entr'ouvert <info@entrouvert.com>
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)

5
debian/rules vendored
View File

@ -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