[Pkg-running-devel] [garmin-forerunner-tools] 01/06: Use autoreconf to create *.so files on ppc64el. Closes: #761081

Christian Perrier bubulle at moszumanska.debian.org
Sat Sep 20 07:52:03 UTC 2014


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

bubulle pushed a commit to branch master
in repository garmin-forerunner-tools.

commit 261e9ae021f724c5f914777513cfa64604efc75b
Author: Christian Perrier <bubulle at debian.org>
Date:   Sat Sep 20 09:29:37 2014 +0200

    Use autoreconf to create *.so files on ppc64el. Closes: #761081
---
 debian/changelog      | 11 +++++++++++
 debian/control        |  2 +-
 debian/patches/series |  1 +
 debian/rules          |  8 ++------
 4 files changed, 15 insertions(+), 7 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1562aa0..4b1ece4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+garmin-forerunner-tools (0.10repacked-5) UNRELEASED; urgency=medium
+
+  [ Fernando Seiti Furusato ]
+  * Use autoreconf to create *.so files on ppc64el. Closes: #761081
+  * debian/rules: added dh_autoreconf and dh_autoreconf_clean
+  * debian/control: replaced autotools-dev by dh-autoreconf
+  * patch python_dir_from_upstream: creates a directory python, needed when
+    running autoreconf
+
+ -- Fernando Seiti Furusato <ferseiti at br.ibm.com>  Wed, 10 Sep 2014 13:12:22 +0000
+
 garmin-forerunner-tools (0.10repacked-4) unstable; urgency=low
 
   * patch gcc4.8: Fix Segmentation Fault when compiled with gcc4.8
diff --git a/debian/control b/debian/control
index de56661..7495ae2 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian running develpment group <pkg-running-devel at lists.alioth.debi
 Uploaders: Noèl Köthe <noel at debian.org>,
  Ralf Treinen <treinen at debian.org>,
  Christian Perrier <bubulle at debian.org>
-Build-Depends: debhelper (>= 5.0.45), autotools-dev, libusb-dev
+Build-Depends: debhelper (>= 5.0.45), dh-autoreconf, libusb-dev
 Standards-Version: 3.9.4
 Homepage: http://garmintools.googlecode.com
 Vcs-Git: git://git.debian.org/git/pkg-running/garmin-forerunner-tools.git
diff --git a/debian/patches/series b/debian/patches/series
index fa1a20d..3bdb67e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@ output_laps_hr_cad_in_gpx.patch
 hurd_no_path_max
 exit_on_unpack_failure
 gcc4.8
+python_dir_from_upstream.patch
diff --git a/debian/rules b/debian/rules
index a5507da..e73bd90 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,10 +17,7 @@ INSTALLDIR = $(CURDIR)/debian/garmin-forerunner-tools
 
 config.status: configure
 	dh_testdir
-	[ -h config.guess ] || { mv config.guess config.guess.upstream; \
-		ln -s /usr/share/misc/config.guess; }
-	[ -h config.sub ] || { mv config.sub config.sub.upstream; \
-	ln -s /usr/share/misc/config.sub; }
+	dh_autoreconf
 	./configure --host=$(DEB_HOST_GNU_TYPE) \
 		--build=$(DEB_BUILD_GNU_TYPE) \
 		--prefix=/usr \
@@ -41,8 +38,7 @@ clean:
 	dh_testroot
 	rm -f build-stamp 
 	[ ! -e Makefile ] || $(MAKE) distclean
-	[ ! -h  config.guess ] || mv config.guess.upstream config.guess
-	[ ! -h  config.sub ]   || mv config.sub.upstream config.sub
+	dh_autoreconf_clean
 	-rm config.status config.log Makefile
 	dh_clean 
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-running/garmin-forerunner-tools.git



More information about the Pkg-running-devel mailing list