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

Luis Ibanez luisibanez-guest at alioth.debian.org
Sun Jul 1 15:58:53 UTC 2012


Author: luisibanez-guest
Date: 2012-07-01 15:58:53 +0000 (Sun, 01 Jul 2012)
New Revision: 11510

Modified:
   trunk/packages/fis-gtm/trunk/debian/changelog
   trunk/packages/fis-gtm/trunk/debian/rules
Log:
Added setuid for file gtmsecshr during installation step.


Modified: trunk/packages/fis-gtm/trunk/debian/changelog
===================================================================
--- trunk/packages/fis-gtm/trunk/debian/changelog	2012-07-01 06:34:32 UTC (rev 11509)
+++ trunk/packages/fis-gtm/trunk/debian/changelog	2012-07-01 15:58:53 UTC (rev 11510)
@@ -9,6 +9,7 @@
     Remove override for auto build
     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.
   * debian/control:
     Added cmake as a build dependency.
 

Modified: trunk/packages/fis-gtm/trunk/debian/rules
===================================================================
--- trunk/packages/fis-gtm/trunk/debian/rules	2012-07-01 06:34:32 UTC (rev 11509)
+++ trunk/packages/fis-gtm/trunk/debian/rules	2012-07-01 15:58:53 UTC (rev 11510)
@@ -39,6 +39,7 @@
 			--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)
+	chmod u+s   $(CURDIR)/debian/$(BINPKG)/usr/$(GTM_INSTALL_DIR)/gtmsecshr
 
 # yoh: although it might sound to remove write permissions for the
 # deployed materials, as far as I see it, it is useless, since the




More information about the debian-med-commit mailing list