[geographiclib] 01/03: Use dh-autoreconf to fix FTBFS on ppc64el

Ross Gammon ross-guest at moszumanska.debian.org
Wed Aug 27 22:10:23 UTC 2014


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

ross-guest pushed a commit to branch master
in repository geographiclib.

commit de9116b5c0bc924f648097ed085ad79e224bfe65
Author: Ross Gammon <rossgammon at mail.dk>
Date:   Wed Aug 27 23:29:50 2014 +0200

    Use dh-autoreconf to fix FTBFS on ppc64el
    
    Closes: #735004
    Thanks: Logan Rosen
---
 debian/control | 2 +-
 debian/rules   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 4c23960..3d40a27 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: science
 Priority: optional
 Maintainer: Debian GIS Project <pkg-grass-devel at lists.alioth.debian.org>
 Uploaders: Francesco Paolo Lovergine <frankie at debian.org>
-Build-Depends: debhelper (>= 9), autotools-dev, doxygen, python-all
+Build-Depends: debhelper (>= 9), dh-autoreconf, doxygen, python-all
 Standards-Version: 3.9.5
 Homepage: http://geographiclib.sf.net/
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-grass/geographiclib.git
diff --git a/debian/rules b/debian/rules
index 0f324be..a728d1b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 
 %:
 	dh $@ --buildsystem autoconf \
-		  --sourcedirectory=$(CURDIR) --with python2
+		  --sourcedirectory=$(CURDIR) --with python2,autoreconf
 
 override_dh_auto_configure:
 	dh_auto_configure --  --datadir=/usr/share/geographiclib --prefix=/usr

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



More information about the Pkg-grass-devel mailing list