r3109 - packages/mbsystem/trunk/debian

hamish-guest at alioth.debian.org hamish-guest at alioth.debian.org
Wed Jun 26 23:57:21 UTC 2013


Author: hamish-guest
Date: 2013-06-26 23:57:21 +0000 (Wed, 26 Jun 2013)
New Revision: 3109

Modified:
   packages/mbsystem/trunk/debian/changelog
   packages/mbsystem/trunk/debian/rules
Log:
disable GSF support (copyright issues), remove perl shebang fix now merged upstream, rules file chmod +x

Modified: packages/mbsystem/trunk/debian/changelog
===================================================================
--- packages/mbsystem/trunk/debian/changelog	2013-06-23 19:51:17 UTC (rev 3108)
+++ packages/mbsystem/trunk/debian/changelog	2013-06-26 23:57:21 UTC (rev 3109)
@@ -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
 

Modified: packages/mbsystem/trunk/debian/rules
===================================================================
--- packages/mbsystem/trunk/debian/rules	2013-06-23 19:51:17 UTC (rev 3108)
+++ packages/mbsystem/trunk/debian/rules	2013-06-26 23:57:21 UTC (rev 3109)
@@ -19,6 +19,7 @@
 		--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 @@
 	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


Property changes on: packages/mbsystem/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:mime-type
   + text/x-makefile




More information about the Pkg-grass-devel mailing list