[med-svn] r11550 - trunk/packages/fis-gtm/trunk/debian
Luis Ibanez
luisibanez-guest at alioth.debian.org
Wed Jul 4 19:27:02 UTC 2012
Author: luisibanez-guest
Date: 2012-07-04 19:27:02 +0000 (Wed, 04 Jul 2012)
New Revision: 11550
Modified:
trunk/packages/fis-gtm/trunk/debian/changelog
trunk/packages/fis-gtm/trunk/debian/rules
Log:
Addressing lintian warnings on directory, shared libs and executables
permissions.
Modified: trunk/packages/fis-gtm/trunk/debian/changelog
===================================================================
--- trunk/packages/fis-gtm/trunk/debian/changelog 2012-07-04 19:03:28 UTC (rev 11549)
+++ trunk/packages/fis-gtm/trunk/debian/changelog 2012-07-04 19:27:02 UTC (rev 11550)
@@ -20,6 +20,7 @@
Removed the setuid bit for gtmsecshr, now overriding dh_fixperms.
Introducing chmods in the override_dh_fixperms section to address
lintian warnings and errors.
+ Introducing chmods in the plugin subdirectory, more on dh_fixperms.
* 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-04 19:03:28 UTC (rev 11549)
+++ trunk/packages/fis-gtm/trunk/debian/rules 2012-07-04 19:27:02 UTC (rev 11550)
@@ -47,9 +47,14 @@
echo "overriding dh_fixperms"
echo "removing execution premissions from shared libraries"
chmod 0644 $(CURDIR)/debian/$(BINPKG)/usr/$(GTM_INSTALL_DIR)/*.so
+ chmod 0644 $(CURDIR)/debian/$(BINPKG)/usr/$(GTM_INSTALL_DIR)/plugin/*.so
+ echo "setting standard directory permissions"
+ chmod 0755 $(CURDIR)/debian/$(BINPKG)/usr/$(GTM_INSTALL_DIR)/gtmsecshrdir
echo "setting standard executable permissions"
chmod 0755 $(CURDIR)/debian/$(BINPKG)/usr/$(GTM_INSTALL_DIR)/gtmstart
chmod 0755 $(CURDIR)/debian/$(BINPKG)/usr/$(GTM_INSTALL_DIR)/gtmstop
+ chmod 0755 $(CURDIR)/debian/$(BINPKG)/usr/$(GTM_INSTALL_DIR)/gtcm_run
+ chmod 0755 $(CURDIR)/debian/$(BINPKG)/usr/$(GTM_INSTALL_DIR)/gtmsecshrdir/gtmsecshr
echo "changing permissions to 644 for files that will be sourced"
chmod 0644 $(CURDIR)/debian/$(BINPKG)/usr/$(GTM_INSTALL_DIR)/gtmprofile
chmod 0644 $(CURDIR)/debian/$(BINPKG)/usr/$(GTM_INSTALL_DIR)/gtmprofile_preV54000
More information about the debian-med-commit
mailing list