[mbsystem] 27/39: update for upstream release 5.4.2176; explicit autoconf no longer needed

Andreas Tille tille at debian.org
Thu Aug 20 08:40:13 UTC 2015


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

tille pushed a commit to branch master
in repository mbsystem.

commit b2ef1e66223ecf9ad8704b697803c387a251edde
Author: M. Hamish Bowman <hamish_b at yahoo.com>
Date:   Sat Mar 22 09:35:46 2014 +0000

    update for upstream release 5.4.2176; explicit autoconf no longer needed
---
 debian/changelog            |  4 ++--
 debian/mbsystem-doc.install |  4 ++--
 debian/rules                | 10 +++-------
 3 files changed, 7 insertions(+), 11 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2d9edd3..406968f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,11 @@
-mbsystem (5.4.2149-0) UNRELEASED; urgency=low
+mbsystem (5.4.2176-0) UNRELEASED; urgency=low
 
   * Initial packaging incorporating upstream support for shared libs
   * Split off -dev, -doc, -data packages
   * Added doc-base registration
   * GSF support disabled (unclear SAIC copyright status)
 
- -- Hamish Bowman <hamish_b yahoo.com>  Sun, 02 Jun 2013 13:09:24 +1200
+ -- Hamish Bowman <hamish_b yahoo.com>  Sat, 22 Mar 2014 14:22:58 +1300
 
 mbsystem (5.1.2-0) UNRELEASED; urgency=low
 
diff --git a/debian/mbsystem-doc.install b/debian/mbsystem-doc.install
index d491adc..e1b4184 100644
--- a/debian/mbsystem-doc.install
+++ b/debian/mbsystem-doc.install
@@ -1,2 +1,2 @@
-usr/share/doc/mbsystem/html /usr/share/doc/mbsystem-doc/docs/
-usr/share/doc/mbsystem/ps /usr/share/doc/mbsystem-doc/docs/
+usr/share/doc/mbsystem/docs/html /usr/share/doc/mbsystem-doc/docs/
+usr/share/doc/mbsystem/docs/ps /usr/share/doc/mbsystem-doc/docs/
diff --git a/debian/rules b/debian/rules
index 57cc1b2..6c8d29e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,20 +7,16 @@
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 %:
-	dh $@ --parallel --with autoreconf
-
-override_dh_autoreconf:
-	[ ! -x "./autogen.sh" ] || ./autogen.sh
-	dh_autoreconf
+	dh $@ --parallel
 
 
 override_dh_auto_configure:
+	$(shell dpkg-buildflags --export=configure) \
 	dh_auto_configure -- \
 		--includedir=/usr/include/mbsystem \
 		--docdir=/usr/share/doc/mbsystem/docs \
 		--with-gmt-include=/usr/include/gmt \
-		--without-gsf \
-		$(shell dpkg-buildflags --export=configure)
+		--without-gsf
 
 # dpkg-buildflags needed for hardening support if compat is held at '8'.
 # The --exp=config doesn't exist on Squeeze, remove the line when building

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



More information about the Pkg-grass-devel mailing list