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


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to