This is an automated email from the git hooks/post-receive script. markus_wanner-guest pushed a commit to branch master in repository postgis.
commit 3bc6f238d63bbcc7f472ba371880d26c62c7e655 Author: Markus Wanner <[email protected]> Date: Mon Apr 7 09:54:19 2014 +0200 Correct debhelper dependency version to match debian/compat, spotted by Sebastiaan Couwenberg. --- debian/control | 2 +- debian/control.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index d8d3218..a2dbe69 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian GIS Project <[email protected]> Uploaders: Stephen Frost <[email protected]>, Francesco Paolo Lovergine <[email protected]>, Markus Wanner <[email protected]>, Bas Couwenberg <[email protected]> -Build-Depends: debhelper (>= 8), dpkg-dev (>= 1.16.1~), autotools-dev, +Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~), autotools-dev, flex, bison, rdfind, libgeos-dev (>= 3.3), libjson0-dev (>= 0.9~), libproj-dev (>= 4.6.0), libssl-dev, xsltproc, docbook, docbook-xsl, imagemagick, libcunit1-dev, dblatex, libxml2-dev (>= 2.5.0~), diff --git a/debian/control.in b/debian/control.in index f5ad43e..a6a7748 100644 --- a/debian/control.in +++ b/debian/control.in @@ -5,7 +5,7 @@ Maintainer: Debian GIS Project <[email protected]> Uploaders: Stephen Frost <[email protected]>, Francesco Paolo Lovergine <[email protected]>, Markus Wanner <[email protected]>, Bas Couwenberg <[email protected]> -Build-Depends: debhelper (>= 8), dpkg-dev (>= 1.16.1~), autotools-dev, +Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.16.1~), autotools-dev, flex, bison, rdfind, libgeos-dev (>= 3.3), libjson0-dev (>= 0.9~), libproj-dev (>= 4.6.0), libssl-dev, xsltproc, docbook, docbook-xsl, imagemagick, libcunit1-dev, dblatex, libxml2-dev (>= 2.5.0~), -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/postgis.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

