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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

