[libgeotiff-dfsg] 05/07: Override dh_autoreconf to run autogen.sh instead of `autoreconf -fi`.

Bas Couwenberg sebastic at debian.org
Thu Aug 11 16:38:10 UTC 2016


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

sebastic pushed a commit to branch master
in repository libgeotiff-dfsg.

commit 2987d69ed283c6aab0a189bbb40da192a6a10872
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Thu Aug 11 18:12:02 2016 +0200

    Override dh_autoreconf to run autogen.sh instead of `autoreconf -fi`.
---
 debian/changelog | 1 +
 debian/rules     | 6 +++---
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 14cb47a..41a59f0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ libgeotiff-dfsg (1.4.2~rc2-1) UNRELEASED; urgency=medium
 
   * New upstream release candidate.
   * Drop patches applied upstream. Refresh remaining patch.
+  * Override dh_autoreconf to run autogen.sh instead of `autoreconf -fi`.
 
  -- Bas Couwenberg <sebastic at debian.org>  Thu, 11 Aug 2016 18:02:03 +0200
 
diff --git a/debian/rules b/debian/rules
index 2d6c043..4afad74 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,14 +10,14 @@ export DH_OPTIONS
 # Enable hardening build flags
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
-# Disable autoheader as part of dh_autoreconf, causes FTBFS
-export AUTOHEADER=true
-
 GEOTIFF_VERSION=$(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)-.*/\1/p' | sed -e 's/\+.*//; s/^[0-9]://')
 
 %:
 	dh $@ --with autoreconf --parallel
 
+override_dh_autoreconf:
+	dh_autoreconf ./autogen.sh
+
 override_dh_clean:
 	dh_clean libgeotiff.* xtiffio.h newgeo.tif
 

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



More information about the Pkg-grass-devel mailing list