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

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

commit 8594c5a11534a6d7fc8acc503597fd87aafbe3a7
Author: Johan Van de Wauw <jo...@vandewauw.be>
Date:   Mon Sep 14 22:04:28 2015 +0200

    Add Python 3 package
---
 debian/control | 16 +++++++++++++++-
 debian/rules   |  2 +-
 2 files changed, 16 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 3a487ec..61f93be 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,9 @@ Priority: optional
 Build-Depends: debhelper (>= 9),
                dh-python,
                python-setuptools,
-               python-all
+               python-all,
+               python3-setuptools,
+               python3-all,
 Standards-Version: 3.9.6
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/geolinks.git
 Vcs-Git: git://anonscm.debian.org/pkg-grass/geolinks.git
@@ -22,5 +24,17 @@ Description: Library for using geospatial links (catalogue 
interoperablity)
  This package is a utility library to work with geospatial links.
  It is an implementation of the Cat-Interop work described at
  http://wiki.osgeo.org/wiki/Cat-Interop
+ .
+ This package provides the Python 2 version of the library.
  
+Package: python3-geolinks
+Architecture: all
+Depends: ${python:Depends},
+         ${misc:Depends}
+Description: Library for using geospatial links (catalogue interoperablity)
+ This package is a utility library to work with geospatial links.
+ It is an implementation of the Cat-Interop work described at
+ http://wiki.osgeo.org/wiki/Cat-Interop
+ .
+ This package provides the Python 3 version of the library.
 
diff --git a/debian/rules b/debian/rules
index 7d4c489..e6ef385 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,6 @@
 export PYBUILD_NAME=geolinks
 
 %:
-       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/geolinks.git

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to