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

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

commit e0da562603cb44a98a565f58711cba121242c98a
Author: Johan Van de Wauw <johan.vandew...@gmail.com>
Date:   Mon Sep 29 15:42:46 2014 +0200

    Use pybuild system
    
    Fix control
---
 debian/control | 11 +++++++----
 debian/rules   |  2 +-
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/debian/control b/debian/control
index 8a98f4e..731ecb8 100644
--- a/debian/control
+++ b/debian/control
@@ -3,10 +3,11 @@ Maintainer: Debian GIS Project 
<pkg-grass-devel@lists.alioth.debian.org>
 Uploaders: Angelos Tzotsos <gcpp.kal...@gmail.com>
 Section: python
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50),
+Build-Depends: debhelper (>= 9),
+              dh-python,
                python-setuptools,
                python-all-dev,
-               python,
+               python-all,
                dh-apache2,
                apache2-dev
 Standards-Version: 3.9.5
@@ -15,7 +16,8 @@ X-Python-Version: >= 2.5
 
 Package: python-pycsw
 Architecture: all
-Depends: ${misc:Depends},
+Depends: ${python:Depends}
+         ${misc:Depends},
          debconf,
          python,
          python-lxml,
@@ -33,7 +35,8 @@ Description: pycsw is an OGC CSW server implementation 
written in Python.
 
 Package: pycsw-cgi
 Architecture: all
-Depends: ${misc:Depends},
+Depends:${python:Depends}, 
+       ${misc:Depends},
          debconf,
          python,
          apache2,
diff --git a/debian/rules b/debian/rules
index 2bd37a1..1347ada 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,4 +2,4 @@
 # -*- makefile -*-
 
 %:
-       dh  $@ --with python2 --with apache2
+       dh  $@ --with python2 --with apache2 --buildsystem pybuild

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-grass/pycsw.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