debian: add python3 module

This commit is contained in:
Frédéric Péters 2020-06-12 12:04:58 +02:00
parent f115bf6488
commit 81e295d56c
3 changed files with 10 additions and 6 deletions

2
debian/compat vendored
View File

@ -1 +1 @@
9
10

7
debian/control vendored
View File

@ -2,7 +2,7 @@ Source: passerelle-montpellier-encombrants
Maintainer: Frederic Peters <fpeters@entrouvert.com>
Section: python
Priority: optional
Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 9)
Build-Depends: python-setuptools, python-all, debhelper (>= 10), python3-setuptools, python3-all
Standards-Version: 3.9.1
Package: python-passerelle-montpellier-encombrants
@ -10,3 +10,8 @@ Architecture: all
Depends: ${misc:Depends}, ${python:Depends}
Description: Passerelle extension to manage encombrants
Package: python3-passerelle-montpellier-encombrants
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Passerelle extension to manage encombrants (Python 3)

7
debian/rules vendored
View File

@ -1,8 +1,7 @@
#!/usr/bin/make -f
# This file was automatically generated by stdeb 0.8.2 at
# Mon, 23 Feb 2015 15:15:24 +0100
export PYBUILD_NAME=passerelle-montpellier-encombrants
export PYBUILD_DISABLE=test
%:
dh $@ --with python2
dh $@ --with python2,python3 --buildsystem=pybuild