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

mkoch at alioth.debian.org mkoch at alioth.debian.org
Fri Jan 4 08:38:35 UTC 2008


Author: mkoch
Date: 2008-01-04 08:38:35 +0000 (Fri, 04 Jan 2008)
New Revision: 5288

Modified:
   trunk/tomcat5.5/debian/changelog
   trunk/tomcat5.5/debian/rules
Log:
* debian/rules: Don't file when files to delete don't exist.
  Closes: #458977


Modified: trunk/tomcat5.5/debian/changelog
===================================================================
--- trunk/tomcat5.5/debian/changelog	2008-01-04 07:55:17 UTC (rev 5287)
+++ trunk/tomcat5.5/debian/changelog	2008-01-04 08:38:35 UTC (rev 5288)
@@ -1,3 +1,10 @@
+tomcat5.5 (5.5.25-6) UNRELEASED; urgency=low
+
+  * debian/rules: Don't file when files to delete don't exist.
+    Closes: #458977
+
+ -- Michael Koch <konqueror at gmx.de>  Fri, 04 Jan 2008 09:44:23 +0100
+
 tomcat5.5 (5.5.25-5) unstable; urgency=low
 
   * debian/tomcat5.5.init: Check if tomcat-users.xml exists.

Modified: trunk/tomcat5.5/debian/rules
===================================================================
--- trunk/tomcat5.5/debian/rules	2008-01-04 07:55:17 UTC (rev 5287)
+++ trunk/tomcat5.5/debian/rules	2008-01-04 08:38:35 UTC (rev 5288)
@@ -58,7 +58,7 @@
 	dh_installinit -- defaults 90 10
 	dh_installcron --name=tomcat55
 	# Prune files that should not be installed at all.
-	rm build/dist/bin/{*.bat,commons-*.jar}
+	rm -f build/dist/bin/{*.bat,commons-*.jar}
 	dh_install
 	# Prune extra installed files from the various packages.
 	rm -f $(TOMCAT_SHARE_DIR)/bin/*.{jar,xml} \




More information about the pkg-java-commits mailing list