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

johanvdw-guest pushed a commit to branch python3
in repository owslib.

commit 5a72153d54961d410cd3a3def8abea871c75afd2
Author: Johan Van de Wauw <johan.vandew...@gmail.com>
Date:   Wed Nov 5 17:56:06 2014 +0100

    Add support for python3
---
 debian/control | 17 +++++++++++++++++
 debian/rules   |  5 +----
 2 files changed, 18 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 3dc0bc4..404da9f 100644
--- a/debian/control
+++ b/debian/control
@@ -32,3 +32,20 @@ Description: Client library for Open Geospatial (OGC) web 
services
  OWSLib provides a common API for accessing service metadata and wrappers
  for numerous OGC Web Service interfaces.
 
+Package: python3-owslib
+Architecture: all
+Depends: ${python3:Depends},
+         ${misc:Depends},
+         python-lxml
+Description: Client library for Open Geospatial (OGC) web services
+ OWSLib is a Python package for client programming with Open Geospatial 
+ Consortium (OGC) web service (hence OWS) interface standards, and their 
+ related content models.
+ .
+ Full documentation is available at http://geopython.github.io/OWSLib
+ .
+ OWSLib provides a common API for accessing service metadata and wrappers
+ for numerous OGC Web Service interfaces.
+ .
+ This package contains the Python3 version of the library
+
diff --git a/debian/rules b/debian/rules
index 88a51b2..dd57644 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,6 @@
 #!/usr/bin/make -f
-# -*- makefile -*-
 
 export PYBUILD_NAME=owslib
 
 %:
-       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/owslib.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