Public bug reported:

Please sync tomcat6 6.0.24-1 (main) from Debian unstable (main)

This is a post-DebianImportFreeze sync request, the package was already
in sync before.

Rationale:
Tomcat 6.0.24 is the target for LTS, and the latest debian packaging includes 
several improvement that should help reducing the number of bugs going forward, 
by reducing the differences with upstream distribution of Tomcat.

Relevant changelogs:

tomcat6  (6.0.24-1) unstable; urgency=low

   [ Ludovic Claude ]
   * New upstream version
   * Update the POM files for the new version of Tomcat
   * Bump up Standards-Version to 3.8.4
   * Refresh patches deploy-webapps-build-xml.patch and var_loaders.patch
   * Remove patch fix_context_name.patch as it has been applied upstream
   * Fix the installation of servlet-api-2.5.jar: the jar
     goes to /usr/share/java as in older versions (6.0.20-2)
     and links to the jar are added to /usr/share/maven-repo
   * Moved NEWS.Debian into README.Debian
   * Add a link from /usr/share/doc/tomcat6-common/README.Debian to
     /usr/share/doc/tomcat6/README.Debian to include a minimum of
     documentation in the tomcat6 package and add some useful notes.
     (Closes: #563937, #563939)
   * Remove poms from the Debian packaging, use upstream pom files

   [ Jason Brittain ]
   * Fixed a bug in the init script: When a start fails, the PID file was
     being left in place.  Now the init script makes sure it is deleted.
   * Fixed a packaging bug that results in the ROOT webapp not being properly
     installed after an uninstall, then a reinstall.
   * control: Corrected a couple of comments (no functional change).

 -- Ludovic Claude <ludovic.cla...@laposte.net>  Tue, 09 Feb 2010
23:06:51 +0100

tomcat6 (6.0.20-dfsg1-2) unstable; urgency=low

   * JSVC is no longer used by the package.  Instead, the init script invokes
     the stock catalina.sh script.
   * Authbind is now the standard method for binding Tomcat to ports lower
     than 1024 (when using IPv4).
   * The security manager now defaults to the disabled state, and is commented
     that way in /etc/default/tomcat6.
   * Reliable restarts are now implemented in the init script.
     (Closes: #561559)
   * Tomcat now sends STDOUT and STDERR to its usual, stock log file
     CATALINA_BASE/logs/catalina.out (/var/log/tomcat6/catalina.out in this
     package's case.

 -- Jason Brittain <jason.britt...@mulesoft.com>  Wed, 27 Jan 2010
01:08:57 +0000

** Affects: tomcat6 (Ubuntu)
     Importance: Wishlist
         Status: Confirmed

** Description changed:

- Binary package hint: tomcat6
- 
  Please sync tomcat6 6.0.24-1 (main) from Debian unstable (main)
  
- Tomcat 6.0.24 is the target for LTS, and the latest debian packaging
- includes several improvement that should help reducing the number of
- bugs going forward, by reducing the differences with upstream
- distribution of Tomcat.
+ This is a post-DebianImportFreeze sync request, the package was already
+ in sync before.
+ 
+ Rationale:
+ Tomcat 6.0.24 is the target for LTS, and the latest debian packaging includes 
several improvement that should help reducing the number of bugs going forward, 
by reducing the differences with upstream distribution of Tomcat.
  
  Relevant changelogs:
  
  tomcat6  (6.0.24-1) unstable; urgency=low
  
-    [ Ludovic Claude ]
-    * New upstream version
-    * Update the POM files for the new version of Tomcat
-    * Bump up Standards-Version to 3.8.4
-    * Refresh patches deploy-webapps-build-xml.patch and var_loaders.patch
-    * Remove patch fix_context_name.patch as it has been applied upstream
-    * Fix the installation of servlet-api-2.5.jar: the jar
-      goes to /usr/share/java as in older versions (6.0.20-2)
-      and links to the jar are added to /usr/share/maven-repo
-    * Moved NEWS.Debian into README.Debian
-    * Add a link from /usr/share/doc/tomcat6-common/README.Debian to
-      /usr/share/doc/tomcat6/README.Debian to include a minimum of
-      documentation in the tomcat6 package and add some useful notes.
-      (Closes: #563937, #563939)
-    * Remove poms from the Debian packaging, use upstream pom files
-  
-    [ Jason Brittain ]
-    * Fixed a bug in the init script: When a start fails, the PID file was
-      being left in place.  Now the init script makes sure it is deleted.
-    * Fixed a packaging bug that results in the ROOT webapp not being properly
-      installed after an uninstall, then a reinstall.
-    * control: Corrected a couple of comments (no functional change).
+    [ Ludovic Claude ]
+    * New upstream version
+    * Update the POM files for the new version of Tomcat
+    * Bump up Standards-Version to 3.8.4
+    * Refresh patches deploy-webapps-build-xml.patch and var_loaders.patch
+    * Remove patch fix_context_name.patch as it has been applied upstream
+    * Fix the installation of servlet-api-2.5.jar: the jar
+      goes to /usr/share/java as in older versions (6.0.20-2)
+      and links to the jar are added to /usr/share/maven-repo
+    * Moved NEWS.Debian into README.Debian
+    * Add a link from /usr/share/doc/tomcat6-common/README.Debian to
+      /usr/share/doc/tomcat6/README.Debian to include a minimum of
+      documentation in the tomcat6 package and add some useful notes.
+      (Closes: #563937, #563939)
+    * Remove poms from the Debian packaging, use upstream pom files
  
-  -- Ludovic Claude <ludovic.cla...@laposte.net>  Tue, 09 Feb 2010
+    [ Jason Brittain ]
+    * Fixed a bug in the init script: When a start fails, the PID file was
+      being left in place.  Now the init script makes sure it is deleted.
+    * Fixed a packaging bug that results in the ROOT webapp not being properly
+      installed after an uninstall, then a reinstall.
+    * control: Corrected a couple of comments (no functional change).
+ 
+  -- Ludovic Claude <ludovic.cla...@laposte.net>  Tue, 09 Feb 2010
  23:06:51 +0100
  
  tomcat6 (6.0.20-dfsg1-2) unstable; urgency=low
  
-    * JSVC is no longer used by the package.  Instead, the init script invokes
-      the stock catalina.sh script.
-    * Authbind is now the standard method for binding Tomcat to ports lower
-      than 1024 (when using IPv4).
-    * The security manager now defaults to the disabled state, and is commented
-      that way in /etc/default/tomcat6.
-    * Reliable restarts are now implemented in the init script.
-      (Closes: #561559)
-    * Tomcat now sends STDOUT and STDERR to its usual, stock log file
-      CATALINA_BASE/logs/catalina.out (/var/log/tomcat6/catalina.out in this
-      package's case.
+    * JSVC is no longer used by the package.  Instead, the init script invokes
+      the stock catalina.sh script.
+    * Authbind is now the standard method for binding Tomcat to ports lower
+      than 1024 (when using IPv4).
+    * The security manager now defaults to the disabled state, and is commented
+      that way in /etc/default/tomcat6.
+    * Reliable restarts are now implemented in the init script.
+      (Closes: #561559)
+    * Tomcat now sends STDOUT and STDERR to its usual, stock log file
+      CATALINA_BASE/logs/catalina.out (/var/log/tomcat6/catalina.out in this
+      package's case.
  
-  -- Jason Brittain <jason.britt...@mulesoft.com>  Wed, 27 Jan 2010
+  -- Jason Brittain <jason.britt...@mulesoft.com>  Wed, 27 Jan 2010
  01:08:57 +0000

** Changed in: tomcat6 (Ubuntu)
       Status: New => Confirmed

** Changed in: tomcat6 (Ubuntu)
   Importance: Undecided => Wishlist

-- 
Please sync tomcat6 6.0.24-1 (main) from Debian unstable (main)
https://bugs.launchpad.net/bugs/523086
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to tomcat6 in ubuntu.

-- 
Ubuntu-server-bugs mailing list
Ubuntu-server-bugs@lists.ubuntu.com
Modify settings or unsubscribe at: 
https://lists.ubuntu.com/mailman/listinfo/ubuntu-server-bugs

Reply via email to