[pkg-java] r3626 - trunk/tomcat5.5/debian

marcusb-guest at alioth.debian.org marcusb-guest at alioth.debian.org
Thu Jun 7 19:17:32 UTC 2007


Author: marcusb-guest
Date: 2007-06-07 19:17:32 +0000 (Thu, 07 Jun 2007)
New Revision: 3626

Modified:
   trunk/tomcat5.5/debian/changelog
   trunk/tomcat5.5/debian/rules
Log:
Make sure files under /var/lib/tomcat5.5/conf are not executable.


Modified: trunk/tomcat5.5/debian/changelog
===================================================================
--- trunk/tomcat5.5/debian/changelog	2007-06-07 18:56:22 UTC (rev 3625)
+++ trunk/tomcat5.5/debian/changelog	2007-06-07 19:17:32 UTC (rev 3626)
@@ -4,6 +4,8 @@
   * Don't include /var/lib/tomcat5.5/conf/catalina.policy since it is
     auto-generated at startup. Thanks to Javier Serrano Polo. (Closes:
     #426761)
+  * Make sure files under /var/lib/tomcat5.5/conf are not
+    executable. Thanks to Marco Nenciarini. (Closes: #426740)
   * tomcat5.5-admin now depends on libcommons-collections3-java and
     libcommons-digester-java.
 

Modified: trunk/tomcat5.5/debian/rules
===================================================================
--- trunk/tomcat5.5/debian/rules	2007-06-07 18:56:22 UTC (rev 3625)
+++ trunk/tomcat5.5/debian/rules	2007-06-07 19:17:32 UTC (rev 3626)
@@ -66,6 +66,7 @@
 	  $(LIBTOMCAT_SHARE_DIR)/bin/*.sh \
 	  $(LIBTOMCAT_SHARE_DIR)/common/lib/{commons-*,{jsp,servlet}-api.jar} \
 	  $(LIBTOMCAT_SHARE_DIR)/server/lib/commons-*
+	find $(TOMCAT_VARLIB_DIR) -type f -exec chmod -x {} \+
 	dh_link
 	dh_compress
 	dh_fixperms




More information about the pkg-java-commits mailing list