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

twerner at alioth.debian.org twerner at alioth.debian.org
Wed Mar 4 21:00:36 UTC 2009


Author: twerner
Date: 2009-03-04 21:00:35 +0000 (Wed, 04 Mar 2009)
New Revision: 8037

Modified:
   trunk/tomcat6/debian/changelog
   trunk/tomcat6/debian/control
Log:
Improve the long description of all binary packages. (Closes: #518140)

Modified: trunk/tomcat6/debian/changelog
===================================================================
--- trunk/tomcat6/debian/changelog	2009-03-04 20:30:47 UTC (rev 8036)
+++ trunk/tomcat6/debian/changelog	2009-03-04 21:00:35 UTC (rev 8037)
@@ -1,9 +1,10 @@
-tomcat6 (6.0.18-3) UNRELEASED; urgency=low
+tomcat6 (6.0.18-3) unstable; urgency=low
 
   * Remove unneeded dirs and symlinks; thanks to Thierry Carrez. (Closes:
     #517857)
+  * Improve the long description of all binary packages. (Closes: #518140)
 
- -- Torsten Werner <twerner at debian.org>  Mon, 02 Mar 2009 22:43:36 +0100
+ -- Torsten Werner <twerner at debian.org>  Wed, 04 Mar 2009 21:58:41 +0100
 
 tomcat6 (6.0.18-2) unstable; urgency=low
 

Modified: trunk/tomcat6/debian/control
===================================================================
--- trunk/tomcat6/debian/control	2009-03-04 20:30:47 UTC (rev 8036)
+++ trunk/tomcat6/debian/control	2009-03-04 21:00:35 UTC (rev 8037)
@@ -19,8 +19,10 @@
 Architecture: all
 Depends: libtomcat6-java (>= ${source:Version})
 Description: Servlet and JSP engine -- common files
- Apache Tomcat 6 is the reference implementation for the Java Servlet 2.5
- and JavaServer Pages 2.1 technologies.
+ Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP)
+ specifications from Sun Microsystems, and provides a "pure Java" HTTP web
+ server environment for Java code to run. Tomcat 6 is the reference
+ implementation for the Java Servlet 2.5 and JavaServer Pages 2.1 technologies.
  .
  This package contains common files needed by the tomcat6 and tomcat6-user
  packages (Tomcat 6 scripts and libraries). 
@@ -34,8 +36,10 @@
 	tomcat6-admin (>= ${source:Version}),
 	tomcat6-examples (>= ${source:Version})
 Description: Servlet and JSP engine
- Apache Tomcat 6 is the reference implementation for the Java Servlet 2.5
- and JavaServer Pages 2.1 technologies.
+ Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP)
+ specifications from Sun Microsystems, and provides a "pure Java" HTTP web
+ server environment for Java code to run. Tomcat 6 is the reference
+ implementation for the Java Servlet 2.5 and JavaServer Pages 2.1 technologies.
  .
  This package just contains the startup scripts for the system-wide daemon.
  No documentation or web applications are included here, please install
@@ -45,8 +49,10 @@
 Architecture: all
 Depends: tomcat6-common (>= ${source:Version}), netcat
 Description: Servlet and JSP engine -- tools to create user instances
- Apache Tomcat 6 is the reference implementation for the Java Servlet 2.5
- and JavaServer Pages 2.1 technologies.
+ Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP)
+ specifications from Sun Microsystems, and provides a "pure Java" HTTP web
+ server environment for Java code to run. Tomcat 6 is the reference
+ implementation for the Java Servlet 2.5 and JavaServer Pages 2.1 technologies.
  .
  This package contains files needed to create a user Tomcat instance.
 
@@ -59,8 +65,10 @@
 	libservlet2.5-java (>= ${source:Version})
 Suggests: tomcat6 (>= ${source:Version})
 Description: Servlet and JSP engine -- core libraries
- Apache Tomcat 6 is the reference implementation for the Java Servlet 2.5
- and JavaServer Pages 2.1 technologies.
+ Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP)
+ specifications from Sun Microsystems, and provides a "pure Java" HTTP web
+ server environment for Java code to run. Tomcat 6 is the reference
+ implementation for the Java Servlet 2.5 and JavaServer Pages 2.1 technologies.
  .
  This package contains the Tomcat core classes which can be used by other
  Java applications to embed Tomcat.
@@ -69,29 +77,33 @@
 Architecture: all
 Depends: openjdk-6-jre-headless | java2-runtime-headless
 Description: Servlet 2.5 and JSP 2.1 Java API classes
- For more information about Java servlets please take a look at the Tomcat
- home page at http://jakarta.apache.org/tomcat/index.html.
+ Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP)
+ specifications from Sun Microsystems, and provides a "pure Java" HTTP web
+ server environment for Java code to run. Tomcat 6 is the reference
+ implementation for the Java Servlet 2.5 and JavaServer Pages 2.1 technologies.
  .
- The official Servlet 2.5 and JSP 2.1 specifications can be found at
- http://java.sun.com/products/servlet/ and http://java.sun.com/products/jsp/.
+ This packages contains the Java Servlet and JSP library.
 
 Package: libservlet2.5-java-doc
 Section: doc
 Architecture: all
 Depends: libservlet2.5-java (>= ${source:Version})
 Description: Servlet 2.5 and JSP 2.1 Java API documentation
- For more information about Java servlets please take a look at the Tomcat
- home page at http://jakarta.apache.org/tomcat/index.html.
+ Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP)
+ specifications from Sun Microsystems, and provides a "pure Java" HTTP web
+ server environment for Java code to run. Tomcat 6 is the reference
+ implementation for the Java Servlet 2.5 and JavaServer Pages 2.1 technologies.
  .
- The official Servlet 2.5 and JSP 2.1 specifications can be found at
- http://java.sun.com/products/servlet/ and http://java.sun.com/products/jsp/.
+ This packages contains the documentation for the Java Servlet and JSP library.
 
 Package: tomcat6-admin
 Architecture: all
 Depends: tomcat6 (>= ${source:Version})
 Description: Servlet and JSP engine -- admin web applications
- Apache Tomcat 6 is the reference implementation for the Java Servlet 2.5
- and JavaServer Pages 2.1 technologies.
+ Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP)
+ specifications from Sun Microsystems, and provides a "pure Java" HTTP web
+ server environment for Java code to run. Tomcat 6 is the reference
+ implementation for the Java Servlet 2.5 and JavaServer Pages 2.1 technologies.
  .
  This package contains the administrative web interfaces.
 
@@ -99,8 +111,10 @@
 Architecture: all
 Depends: tomcat6 (>= ${source:Version})
 Description: Servlet and JSP engine -- example web applications
- Apache Tomcat 6 is the reference implementation for the Java Servlet 2.5
- and JavaServer Pages 2.1 technologies.
+ Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP)
+ specifications from Sun Microsystems, and provides a "pure Java" HTTP web
+ server environment for Java code to run. Tomcat 6 is the reference
+ implementation for the Java Servlet 2.5 and JavaServer Pages 2.1 technologies.
  .
  This package contains the default Tomcat example webapps.
 
@@ -109,8 +123,10 @@
 Architecture: all
 Depends: tomcat6 (>= ${source:Version})
 Description: Servlet and JSP engine -- example web applications
- Apache Tomcat 6 is the reference implementation for the Java Servlet 2.5
- and JavaServer Pages 2.1 technologies.
+ Apache Tomcat implements the Java Servlet and the JavaServer Pages (JSP)
+ specifications from Sun Microsystems, and provides a "pure Java" HTTP web
+ server environment for Java code to run. Tomcat 6 is the reference
+ implementation for the Java Servlet 2.5 and JavaServer Pages 2.1 technologies.
  .
  This package contains the online documentation web application.
 




More information about the pkg-java-commits mailing list