[libgeotiff-dfsg] 02/06: Use dh-autoreconf instead of autotools-dev.

Bas Couwenberg sebastic at debian.org
Tue Aug 9 22:16:17 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 040dc581c4e756d3fedf6e61ad72cdb3c5cf6f00
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Tue Aug 9 21:05:14 2016 +0200

    Use dh-autoreconf instead of autotools-dev.
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 debian/rules     | 5 ++++-
 3 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 3ff8651..d7c2c32 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 libgeotiff-dfsg (1.4.1-4) UNRELEASED; urgency=medium
 
   * Add patch to not install makegeo, install source in examples instead.
+  * Use dh-autoreconf instead of autotools-dev.
 
  -- Bas Couwenberg <sebastic at debian.org>  Tue, 09 Aug 2016 20:56:10 +0200
 
diff --git a/debian/control b/debian/control
index b9d6964..1d84b8c 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Uploaders: Francesco Paolo Lovergine <frankie at debian.org>,
 Section: science
 Priority: optional
 Build-Depends: debhelper (>= 9),
-               autotools-dev,
+               dh-autoreconf,
                libproj-dev,
                zlib1g-dev,
                libjpeg-dev,
diff --git a/debian/rules b/debian/rules
index c58d18e..25ad3ef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,10 +10,13 @@ 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 autotools_dev --parallel
+	dh $@ --with autoreconf --parallel
 
 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