[med-svn] r11513 - in trunk/packages/fis-gtm/trunk/debian: . source

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


Author: luisibanez-guest
Date: 2012-07-01 18:05:03 +0000 (Sun, 01 Jul 2012)
New Revision: 11513

Modified:
   trunk/packages/fis-gtm/trunk/debian/changelog
   trunk/packages/fis-gtm/trunk/debian/rules
   trunk/packages/fis-gtm/trunk/debian/source/lintian-overrides
Log:
ENH: Delete the COPYING file during installation, to solve the 
lintian warning about the file being redundant. Removed the 
lintian-overrides for this file.



Modified: trunk/packages/fis-gtm/trunk/debian/changelog
===================================================================
--- trunk/packages/fis-gtm/trunk/debian/changelog	2012-07-01 17:29:03 UTC (rev 11512)
+++ trunk/packages/fis-gtm/trunk/debian/changelog	2012-07-01 18:05:03 UTC (rev 11513)
@@ -10,11 +10,14 @@
     Modify override for auto configure in order to now copy the extra
     files and then invoke cmake.
     added setuid for file gtmsecshr during installation step.
+    Deleting the redundant COPYING file.
   * debian/control:
     Added cmake as a build dependency.
   * debian/source:
     Added lintian-overrides in order to silence warning about presence
     of the COPYING file.
+    Removed the lintian-overrides and instead delete the COPYING file
+    at installation time.
 
   [ Yaroslav Halchenko ]
   * debian/control:

Modified: trunk/packages/fis-gtm/trunk/debian/rules
===================================================================
--- trunk/packages/fis-gtm/trunk/debian/rules	2012-07-01 17:29:03 UTC (rev 11512)
+++ trunk/packages/fis-gtm/trunk/debian/rules	2012-07-01 18:05:03 UTC (rev 11513)
@@ -39,7 +39,11 @@
 			--installdir $(CURDIR)/debian/$(BINPKG)/usr/$(GTM_INSTALL_DIR)
 	@echo "I: Fixing up permissions for removed write rights -- we aren't done yet!"
 	chmod +w -R $(CURDIR)/debian/$(BINPKG)/usr/$(GTM_INSTALL_DIR)
+	@echo "I: Fixing up permissions for setuid rights -- we aren't done yet!"
 	chmod u+s   $(CURDIR)/debian/$(BINPKG)/usr/$(GTM_INSTALL_DIR)/gtmsecshr
+	ls -l $(CURDIR)/debian/$(BINPKG)/usr/$(GTM_INSTALL_DIR)/gtmsecshr
+	@echo "I: Removing redundant license file. One is already available."
+	rm    $(CURDIR)/debian/$(BINPKG)/usr/$(GTM_INSTALL_DIR)/COPYING
 
 # yoh: although it might sound to remove write permissions for the
 # deployed materials, as far as I see it, it is useless, since the

Modified: trunk/packages/fis-gtm/trunk/debian/source/lintian-overrides
===================================================================
--- trunk/packages/fis-gtm/trunk/debian/source/lintian-overrides	2012-07-01 17:29:03 UTC (rev 11512)
+++ trunk/packages/fis-gtm/trunk/debian/source/lintian-overrides	2012-07-01 18:05:03 UTC (rev 11513)
@@ -1,7 +1,3 @@
 #
-# Overriding warning for the COPYING file.
-# We are aware that there is another license file.
-# This will be addressed upstream at some point.
+# Insert here potential overrides for lintian warnings.
 #
-fis-gtm-5.5.000 [amd64] source: extra-license-file usr/lib/fis-gtm/V5.5-000_x86_64/COPYING
-fis-gtm-5.5.000 [i386]  source: extra-license-file usr/lib/fis-gtm/V5.5-000_i486/COPYING




More information about the debian-med-commit mailing list