[pkg-java] r11614 - trunk/tomcat6/debian

Ludovic Claude ludovicc-guest at alioth.debian.org
Wed Feb 17 22:53:42 UTC 2010


Author: ludovicc-guest
Date: 2010-02-17 22:53:42 +0000 (Wed, 17 Feb 2010)
New Revision: 11614

Modified:
   trunk/tomcat6/debian/changelog
   trunk/tomcat6/debian/control
Log:
tomcat6-admin, tomcat6-examples and tomcat6-docs now depend on
tomcat6-common instead of tomcat6, this allow users to install
those packages without requiring tomcat6 and its automatic startup scripts
being present. tomcat-users can be installed instead and allow full
control over when Tomcat is started or stopped.

Modified: trunk/tomcat6/debian/changelog
===================================================================
--- trunk/tomcat6/debian/changelog	2010-02-17 22:45:23 UTC (rev 11613)
+++ trunk/tomcat6/debian/changelog	2010-02-17 22:53:42 UTC (rev 11614)
@@ -4,6 +4,11 @@
     catalina-tribes.jar causing NoClassDefFoundException
     at startup (last minute packaging change, sorry)
     (Closes: #570220)
+  * tomcat6-admin, tomcat6-examples and tomcat6-docs now depend on
+    tomcat6-common instead of tomcat6, this allow users to install
+    those packages without requiring tomcat6 and its automatic startup scripts
+    being present. tomcat-users can be installed instead and allow full
+    control over when Tomcat is started or stopped.
 
  -- Ludovic Claude <ludovic.claude at laposte.net>  Wed, 17 Feb 2010 22:59:21 +0100
 

Modified: trunk/tomcat6/debian/control
===================================================================
--- trunk/tomcat6/debian/control	2010-02-17 22:45:23 UTC (rev 11613)
+++ trunk/tomcat6/debian/control	2010-02-17 22:53:42 UTC (rev 11614)
@@ -101,7 +101,7 @@
 
 Package: tomcat6-admin
 Architecture: all
-Depends: tomcat6 (>= ${source:Version}), ${misc:Depends}
+Depends: tomcat6-common (>= ${source:Version}), ${misc:Depends}
 Description: Servlet and JSP engine -- admin web applications
  Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP)
  specifications from Sun Microsystems, and provides a "pure Java" HTTP web
@@ -111,7 +111,7 @@
 
 Package: tomcat6-examples
 Architecture: all
-Depends: tomcat6 (>= ${source:Version}), ${misc:Depends}
+Depends: tomcat6-common (>= ${source:Version}), ${misc:Depends}
 Description: Servlet and JSP engine -- example web applications
  Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP)
  specifications from Sun Microsystems, and provides a "pure Java" HTTP web
@@ -122,7 +122,7 @@
 Package: tomcat6-docs
 Section: doc
 Architecture: all
-Depends: tomcat6 (>= ${source:Version}), ${misc:Depends}
+Depends: tomcat6-common (>= ${source:Version}), ${misc:Depends}
 Description: Servlet and JSP engine -- documentation
  Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP)
  specifications from Sun Microsystems, and provides a "pure Java" HTTP web




More information about the pkg-java-commits mailing list