[pkg-java] r9629 - trunk/tomcat6/debian
Ludovic Claude
ludovicc-guest at alioth.debian.org
Wed Aug 5 00:06:21 UTC 2009
Author: ludovicc-guest
Date: 2009-08-05 00:06:16 +0000 (Wed, 05 Aug 2009)
New Revision: 9629
Modified:
trunk/tomcat6/debian/changelog
trunk/tomcat6/debian/tomcat6.postrm
Log:
Update checksum in postrm script to reflect changes
in the new upstream webapp
Modified: trunk/tomcat6/debian/changelog
===================================================================
--- trunk/tomcat6/debian/changelog 2009-08-04 23:02:51 UTC (rev 9628)
+++ trunk/tomcat6/debian/changelog 2009-08-05 00:06:16 UTC (rev 9629)
@@ -1,3 +1,10 @@
+tomcat6 (6.0.20-6) experimental; urgency=low
+
+ * Update checksum in postrm script to reflect changes
+ in the new upstream webapp
+
+ -- Ludovic Claude <ludovic.claude at laposte.net> Wed, 05 Aug 2009 00:56:59 +0100
+
tomcat6 (6.0.20-5) experimental; urgency=low
* Fix jsp-api dependency in the Maven descriptors.
Modified: trunk/tomcat6/debian/tomcat6.postrm
===================================================================
--- trunk/tomcat6/debian/tomcat6.postrm 2009-08-04 23:02:51 UTC (rev 9628)
+++ trunk/tomcat6/debian/tomcat6.postrm 2009-08-05 00:06:16 UTC (rev 9629)
@@ -11,15 +11,15 @@
RWLOC="/var/lib/tomcat6/webapps/ROOT"
RWFILES="$RWLOC/index.html $RWLOC/META-INF/context.xml"
if [ "`(cat $RWFILES | md5sum -) 2>/dev/null | cut -d ' ' -f 1`" \
- = "a8cd8f5f80f5a36b7565c0e8817f86a3" ] ; then
+ = "c05987dd6c6bcbd651889e9a0ec98ade" ] ; then
rm $RWFILES
rmdir --ignore-fail-on-non-empty \
/var/lib/tomcat6/webapps/ROOT/META-INF \
/var/lib/tomcat6/webapps/ROOT \
/var/lib/tomcat6/webapps \
/var/lib/tomcat6 || true
- fi
- if [ -d "/var/cache/tomcat6" ] ; then
+ fi
+ if [ -d "/var/cache/tomcat6" ] ; then
rm -rf /var/cache/tomcat6
fi
;;
@@ -29,7 +29,7 @@
# /var/lib/tomcat6 because there might be user-installed webapps)
deluser tomcat6 || true
rm -rf /var/log/tomcat6 /var/lib/tomcat6/temp
- if [ -d "/var/lib/tomcat6" ] ; then
+ if [ -d "/var/lib/tomcat6" ] ; then
rmdir --ignore-fail-on-non-empty /var/lib/tomcat6 || true
fi
rmdir --ignore-fail-on-non-empty /etc/tomcat6/policy.d /etc/tomcat6 || true
More information about the pkg-java-commits
mailing list