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

sebastic-guest pushed a commit to branch master
in repository owslib.

commit ff2308d91de1bfa30cd38b2a326f61a122b1dd25
Author: Bas Couwenberg <sebas...@xs4all.nl>
Date:   Fri Sep 26 00:40:33 2014 +0200

    Use the pybuild buildsystem, add build dependency on dh-python.
---
 debian/control  | 7 ++++---
 debian/pycompat | 1 -
 debian/rules    | 4 +++-
 3 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 42ae446..1d591d6 100644
--- a/debian/control
+++ b/debian/control
@@ -5,17 +5,18 @@ Uploaders: Angelos Tzotsos <gcpp.kal...@gmail.com>,
 Section: python
 Priority: optional
 Build-Depends: debhelper (>= 9),
+               dh-python,
                python-setuptools,
-               python
+               python-all
 Standards-Version: 3.9.5
 Homepage: http://geopython.github.com/OWSLib/
 X-Python-Version: >= 2.5
 
 Package: python-owslib
 Architecture: all
-Depends: ${misc:Depends},
+Depends: ${python:Depends},
+         ${misc:Depends},
          debconf,
-         python,
          python-lxml
 Description: Client library for Open Geospatial (OGC) web services
  OWSLib is a Python package for client programming with Open Geospatial 
diff --git a/debian/pycompat b/debian/pycompat
deleted file mode 100644
index 0cfbf08..0000000
--- a/debian/pycompat
+++ /dev/null
@@ -1 +0,0 @@
-2
diff --git a/debian/rules b/debian/rules
index b034491..88a51b2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,9 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 
+export PYBUILD_NAME=owslib
+
 %:
-       dh  $@ --with python2
+       dh  $@ --with python2 --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