[pywps] 11/26: Fix usage of pybuild as buildsystem.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Fri May 13 23:05:45 UTC 2016


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

sebastic pushed a commit to branch master
in repository pywps.

commit e3154459dca90e240f0fffbb39380c6c12251c84
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Fri May 13 20:12:39 2016 +0200

    Fix usage of pybuild as buildsystem.
    
    Add dh-python to build dependencies.
---
 debian/changelog | 1 +
 debian/control   | 3 ++-
 debian/rules     | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 665642b..4bede9a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ pywps (3.2.5-1) UNRELEASED; urgency=medium
   * Update copyright file using copyright-format 1.0.
   * Add watch file for GitHub releases.
   * Add upstream metadata.
+  * Add dh-python to build dependencies.
 
  -- Bas Couwenberg <sebastic at debian.org>  Fri, 13 May 2016 19:33:40 +0200
 
diff --git a/debian/control b/debian/control
index 0e8802c..0fb2e03 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,8 @@ Uploaders: Bas Couwenberg <sebastic at debian.org>
 Section: python
 Priority: optional
 Build-Depends: debhelper (>= 9),
-               python,
+               dh-python,
+               python-all,
                python-setuptools,
                python-lxml
 Standards-Version: 3.9.5
diff --git a/debian/rules b/debian/rules
index 3063259..1006c91 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,4 +10,4 @@
 #export DH_VERBOSE=1
 
 %:
-	dh $@ --with python2 --build=pybuild
+	dh $@ --with python2 --buildsystem=pybuild

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



More information about the Pkg-grass-devel mailing list