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 747abd4a85c35d26795112dc5dc9308d425ebc91 Author: Markus Wanner <[email protected]> Date: Thu Apr 17 12:25:06 2014 +0200 Also use dh-autoreconf to update libtool.m4. Closes: #744648. --- debian/changelog | 1 + debian/control | 2 +- debian/control.in | 2 +- debian/rules | 2 ++ 4 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 50c0f5d..b051156 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,6 @@ postgis (2.1.2+dfsg-3) UNRELEASED; urgency=low + * Also use dh-autoreconf to update libtool.m4. Closes: #744648. * Allow translations of the debconf notice for postgis-2.0 deprecation. * Add a German translation. * Add a Russian translation by Yuri Kozlov. Closes: #744268. diff --git a/debian/control b/debian/control index b5e3eec..8f2274b 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,7 @@ Uploaders: Stephen Frost <[email protected]>, Francesco Paolo Lovergine <[email protected]>, Markus Wanner <[email protected]>, Bas Couwenberg <[email protected]> Build-Depends: debhelper (>= 9), po-debconf, - dpkg-dev (>= 1.16.1~), autotools-dev, + dpkg-dev (>= 1.16.1~), dh-autoreconf, autoconf2.13, 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 e84e906..ae644b0 100644 --- a/debian/control.in +++ b/debian/control.in @@ -6,7 +6,7 @@ Uploaders: Stephen Frost <[email protected]>, Francesco Paolo Lovergine <[email protected]>, Markus Wanner <[email protected]>, Bas Couwenberg <[email protected]> Build-Depends: debhelper (>= 9), po-debconf, - dpkg-dev (>= 1.16.1~), autotools-dev, + dpkg-dev (>= 1.16.1~), autotools-dev, dh-autoreconf, autoconf2.13, 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/rules b/debian/rules index e222090..8d51598 100755 --- a/debian/rules +++ b/debian/rules @@ -159,6 +159,7 @@ configuration-stamp: done) # PostGIS for the most recent PostgreSQL version + dh_autoreconf autoreconf2.13 -- -f dh_autotools-dev_updateconfig ./configure $(COMMON_CONFIGURE_ARGS) \ --datadir=\$${prefix}/share/postgresql-$(NEWEST_POSTGRES_VERSION)-postgis \ @@ -210,6 +211,7 @@ clean: debian/control rm -f postgis-check-env.tmp dh_autotools-dev_restoreconfig + dh_autoreconf_clean mh_clean dh_clean -- 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

