[postgis] 06/09: Update dh_autoreconf override to run autogen.sh instead of autoconf.

Bas Couwenberg sebastic at debian.org
Wed Oct 18 21:19:10 UTC 2017


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

sebastic pushed a commit to branch master
in repository postgis.

commit f8c7c063afe35e2a676b9bad0a98692ccd27346d
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Wed Oct 18 22:00:10 2017 +0200

    Update dh_autoreconf override to run autogen.sh instead of autoconf.
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c923f68..7b7aa3b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ postgis (2.4.1+dfsg-1) UNRELEASED; urgency=medium
   * Skip tests on powerpc, not a release architecture.
   * Add lintian override for debian-watch-uses-insecure-uri.
   * Mark postgis-doc & -scripts package as Multi-Arch: foreign.
+  * Update dh_autoreconf override to run autogen.sh instead of autoconf.
 
  -- Bas Couwenberg <sebastic at debian.org>  Wed, 18 Oct 2017 21:32:20 +0200
 
diff --git a/debian/rules b/debian/rules
index 661fdaf..cf1ea74 100755
--- a/debian/rules
+++ b/debian/rules
@@ -111,7 +111,7 @@ COMMON_CONFIGURE_ARGS = --host=$(DEB_HOST_GNU_TYPE) \
 	dh $@ --with autotools_dev,autoreconf
 
 override_dh_autoreconf:
-	dh_autoreconf autoconf
+	dh_autoreconf ./autogen.sh
 
 override_dh_clean:
 	dh_clean build-arch-stamp

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



More information about the Pkg-grass-devel mailing list