[python-affine] 02/03: Build python3

Johan Van de Wauw johanvdw-guest at moszumanska.debian.org
Tue Oct 28 18:37:18 UTC 2014


This is an automated email from the git hooks/post-receive script.

johanvdw-guest pushed a commit to branch master
in repository python-affine.

commit 99a8141615ff738366666946b63802c2279725b9
Author: Johan Van de Wauw <johan.vandewauw at gmail.com>
Date:   Tue Oct 28 19:22:58 2014 +0100

    Build python3
---
 debian/control | 19 +++++++++++++------
 debian/rules   |  2 +-
 2 files changed, 14 insertions(+), 7 deletions(-)

diff --git a/debian/control b/debian/control
index b3d3066..7fabb98 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,24 @@
 Source: affine
-Section: python
-Priority: optional
 Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
 Uploaders: Johan Van de Wauw <johan.vandewauw at gmail.com> 
+Section: python
+Priority: optional
 Build-Depends: debhelper (>= 9),
                dh-python,
-               python-all
+               python-all,
+               python3-all,
+               python-setuptools,
+               python3-setuptools
 Standards-Version: 3.9.6
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/affine.git
+Vcs-Browser: https://anonscm.debian.org/cgit/pkg-grass/affine.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/affine.git
 Homepage: https://github.com/sgillies/affine
 
 Package: python-affine
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ${python:depends}
 Description: Python Library for handling affine transformations of the plane
  This library contains functions for handling affine transformations of the 
  plane.
@@ -23,7 +28,9 @@ Description: Python Library for handling affine transformations of the plane
 
 Package: python3-affine
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ${python:depends}
 Description: Python 3 Library for handling affine transformations of the plane
  This library contains functions for handling affine transformations of the
  plane.
diff --git a/debian/rules b/debian/rules
index 62e2fec..2333441 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,4 +3,4 @@
 export PYBUILD_NAME=affine
 
 %:
-	dh $@ --with python2 --buildsystem pybuild
+	dh $@ --with python2,python3 --buildsystem pybuild

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/python-affine.git



More information about the Pkg-grass-devel mailing list