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 <[email protected]>  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


_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

Reply via email to