[mbsystem] 25/39: disable GSF support (copyright issues), remove perl shebang fix now merged upstream, rules file chmod +x

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 99e451ed2a45c695a888764d71e51a6811f99300
Author: M. Hamish Bowman <hamish_b at yahoo.com>
Date:   Wed Jun 26 23:57:21 2013 +0000

    disable GSF support (copyright issues), remove perl shebang fix now merged upstream, rules file chmod +x
---
 debian/changelog | 3 ++-
 debian/rules     | 3 +--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f4ae901..800fb96 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
-mbsystem (5.4.2120-0) UNRELEASED; urgency=low
+mbsystem (5.4.2128-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
 
diff --git a/debian/rules b/debian/rules
old mode 100644
new mode 100755
index 85f7c68..57cc1b2
--- a/debian/rules
+++ b/debian/rules
@@ -19,6 +19,7 @@ override_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)
 
 # dpkg-buildflags needed for hardening support if compat is held at '8'.
@@ -29,8 +30,6 @@ override_dh_installchangelogs:
 	dh_installchangelogs ChangeLog
 
 override_dh_install:
-	# add some missing shebangs to Perl scripts
-	sed -i "1i #!/usr/bin/perl" `find $(CURDIR)/debian/tmp/usr/bin -type f -executable -name 'mbm_*'`
 	# take care of lintian tag: non-empty-dependency_libs-in-la-file
 	sed -i "/dependency_libs/ s/'.*'/''/" `find $(CURDIR)/debian/tmp/usr/lib -name '*.la'`
 	dh_install

-- 
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