[med-svn] r11516 - trunk/packages/fis-gtm/trunk/debian

Luis Ibanez luisibanez-guest at alioth.debian.org
Sun Jul 1 19:37:18 UTC 2012


Author: luisibanez-guest
Date: 2012-07-01 19:37:17 +0000 (Sun, 01 Jul 2012)
New Revision: 11516

Modified:
   trunk/packages/fis-gtm/trunk/debian/changelog
   trunk/packages/fis-gtm/trunk/debian/rules
Log:
Restoring shebang line in gtmcshrc. Lintian still has
a warning about the formatting of this script.


Modified: trunk/packages/fis-gtm/trunk/debian/changelog
===================================================================
--- trunk/packages/fis-gtm/trunk/debian/changelog	2012-07-01 19:24:45 UTC (rev 11515)
+++ trunk/packages/fis-gtm/trunk/debian/changelog	2012-07-01 19:37:17 UTC (rev 11516)
@@ -13,6 +13,8 @@
     Deleting the redundant COPYING file.
     Inserting shebang line in executable scripts to address lintian
     warnings.
+    Inserting shebang line also in the gtmcshrc, although lintian 
+    also reports a formatting problem in this script.
   * debian/control:
     Added cmake as a build dependency.
   * debian/source:

Modified: trunk/packages/fis-gtm/trunk/debian/rules
===================================================================
--- trunk/packages/fis-gtm/trunk/debian/rules	2012-07-01 19:24:45 UTC (rev 11515)
+++ trunk/packages/fis-gtm/trunk/debian/rules	2012-07-01 19:37:17 UTC (rev 11516)
@@ -57,6 +57,8 @@
 #!/bin/sh' $(CURDIR)/debian/$(BINPKG)/usr/$(GTM_INSTALL_DIR)/gtcm_run
 	sed -i '1 i\
 #!/bin/sh' $(CURDIR)/debian/$(BINPKG)/usr/$(GTM_INSTALL_DIR)/gtcm_slist
+	sed -i '1 i\
+#!/bin/sh' $(CURDIR)/debian/$(BINPKG)/usr/$(GTM_INSTALL_DIR)/gtmcshrc
 
 
 # yoh: although it might sound to remove write permissions for the




More information about the debian-med-commit mailing list