[pkg-java] r3540 - trunk/tomcat5.5/debian
marcusb-guest at alioth.debian.org
marcusb-guest at alioth.debian.org
Fri May 25 19:12:59 UTC 2007
Author: marcusb-guest
Date: 2007-05-25 19:12:59 +0000 (Fri, 25 May 2007)
New Revision: 3540
Modified:
trunk/tomcat5.5/debian/changelog
trunk/tomcat5.5/debian/control
Log:
tomcat5.5-admin now depends on libcommons-collections3-java and libcommons-digester-java, since it creates symlinks to those in the lib directory.
Modified: trunk/tomcat5.5/debian/changelog
===================================================================
--- trunk/tomcat5.5/debian/changelog 2007-05-24 10:45:27 UTC (rev 3539)
+++ trunk/tomcat5.5/debian/changelog 2007-05-25 19:12:59 UTC (rev 3540)
@@ -1,6 +1,8 @@
tomcat5.5 (5.5.23-1) unstable; urgency=low
* New upstream version.
+ * tomcat5.5-admin now depends on libcommons-collections3-java and
+ libcommons-digester-java.
-- Marcus Better <marcus at better.se> Mon, 21 May 2007 13:25:10 +0200
Modified: trunk/tomcat5.5/debian/control
===================================================================
--- trunk/tomcat5.5/debian/control 2007-05-24 10:45:27 UTC (rev 3539)
+++ trunk/tomcat5.5/debian/control 2007-05-25 19:12:59 UTC (rev 3540)
@@ -50,7 +50,7 @@
Package: tomcat5.5-admin
Architecture: all
-Depends: tomcat5.5 (>= ${Source-Version}), libstruts1.2-java, libcommons-fileupload-java, libcommons-beanutils-java
+Depends: tomcat5.5 (>= ${Source-Version}), libstruts1.2-java, libcommons-beanutils-java, libcommons-collections3-java, libcommons-digester-java, libcommons-fileupload-java
Description: Java Servlet engine -- admin & manager web interfaces
Apache Tomcat is the reference implementation for the Java Servlet
and JavaServer Pages technologies.
More information about the pkg-java-commits
mailing list