debian: add python3 module

This commit is contained in:
Frédéric Péters 2020-06-12 12:10:27 +02:00
parent 390005aa91
commit eb0803f8fa
3 changed files with 9 additions and 7 deletions

2
debian/compat vendored
View File

@ -1 +1 @@
7
10

8
debian/control vendored
View File

@ -2,16 +2,18 @@ Source: passerelle-montpellier-sig
Maintainer: Serghei Mihai <smihai@entrouvert.com>
Section: python
Priority: optional
Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6.6-3), debhelper (>= 7)
Build-Depends: dh-python, python-setuptools, python-all, debhelper (>= 10), python3-setuptools, python3-all
Standards-Version: 3.9.1
Package: python-passerelle-montpellier-sig
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-pyproj, python-requests
Description: Passerelle extension for Montpellier's GIS
Package: python3-passerelle-montpellier-sig
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-pyproj, python3-requests
Description: Passerelle extension for Montpellier's GIS (Python 3)

6
debian/rules vendored
View File

@ -1,7 +1,7 @@
#!/usr/bin/make -f
# This file was automatically generated by stdeb 0.8.5 at
# Wed, 29 Apr 2015 16:48:46 +0200
export PYBUILD_NAME=passerelle-montpellier-sig
export PYBUILD_DISABLE=test
%:
dh $@ --with python2
dh $@ --with python2,python3 --buildsystem=pybuild