[med-svn] r12360 - trunk/packages/biomaj/trunk/debian
Olivier Sallou
osallou at alioth.debian.org
Wed Oct 10 14:59:52 UTC 2012
Author: osallou
Date: 2012-10-10 14:59:52 +0000 (Wed, 10 Oct 2012)
New Revision: 12360
Added:
trunk/packages/biomaj/trunk/debian/biomaj.lintian-overrides
Modified:
trunk/packages/biomaj/trunk/debian/changelog
trunk/packages/biomaj/trunk/debian/rules
Log:
Fix permissions on global.properties, containing sensitive data
Added: trunk/packages/biomaj/trunk/debian/biomaj.lintian-overrides
===================================================================
--- trunk/packages/biomaj/trunk/debian/biomaj.lintian-overrides (rev 0)
+++ trunk/packages/biomaj/trunk/debian/biomaj.lintian-overrides 2012-10-10 14:59:52 UTC (rev 12360)
@@ -0,0 +1 @@
+biomaj binary: non-standard-file-perm usr/share/biomaj/global.properties.tpl 0600 != 0644
Modified: trunk/packages/biomaj/trunk/debian/changelog
===================================================================
--- trunk/packages/biomaj/trunk/debian/changelog 2012-10-10 14:26:48 UTC (rev 12359)
+++ trunk/packages/biomaj/trunk/debian/changelog 2012-10-10 14:59:52 UTC (rev 12360)
@@ -1,3 +1,10 @@
+biomaj (1.2.0-10) unstable; urgency=low
+
+ * debian/rules, debian/postinst: fix permissions on
+ properties file.
+
+ -- Olivier Sallou <osallou at debian.org> Thu, 04 Oct 2012 18:34:01 +0200
+
biomaj (1.2.0-9) unstable; urgency=low
* debian/patches/set_env_file_for_debian:
Modified: trunk/packages/biomaj/trunk/debian/rules
===================================================================
--- trunk/packages/biomaj/trunk/debian/rules 2012-10-10 14:26:48 UTC (rev 12359)
+++ trunk/packages/biomaj/trunk/debian/rules 2012-10-10 14:59:52 UTC (rev 12360)
@@ -31,3 +31,7 @@
rm -f usr/share/biomaj/lib/biomaj.jar
rm -f usr/share/biomaj/bin/*.class
+override_dh_fixperms:
+ dh_fixperms
+ chmod 600 debian/biomaj/usr/share/biomaj/global.properties.tpl
+
More information about the debian-med-commit
mailing list