From eb0803f8fad86bd1161efb5e6ae4560a5b49533c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Fri, 12 Jun 2020 12:10:27 +0200 Subject: [PATCH] debian: add python3 module --- debian/compat | 2 +- debian/control | 8 +++++--- debian/rules | 6 +++--- 3 files changed, 9 insertions(+), 7 deletions(-) diff --git a/debian/compat b/debian/compat index 7f8f011..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +10 diff --git a/debian/control b/debian/control index b784326..8b4b3f1 100644 --- a/debian/control +++ b/debian/control @@ -2,16 +2,18 @@ Source: passerelle-montpellier-sig Maintainer: Serghei Mihai 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) diff --git a/debian/rules b/debian/rules index c5c8ec4..fb5afe9 100755 --- a/debian/rules +++ b/debian/rules @@ -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