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

Tony Mancill tmancill at alioth.debian.org
Wed Jun 29 04:42:57 UTC 2011


Author: tmancill
Date: 2011-06-29 04:42:57 +0000 (Wed, 29 Jun 2011)
New Revision: 13827

Modified:
   trunk/tomcat6/debian/changelog
   trunk/tomcat6/debian/control
Log:
correct Suggests: of tomcat-native

Modified: trunk/tomcat6/debian/changelog
===================================================================
--- trunk/tomcat6/debian/changelog	2011-06-28 15:26:25 UTC (rev 13826)
+++ trunk/tomcat6/debian/changelog	2011-06-29 04:42:57 UTC (rev 13827)
@@ -1,8 +1,9 @@
 tomcat6 (6.0.32-5) UNRELEASED; urgency=low
 
   * Add Catalan debconf translation ca.po (Closes: #630073).
+  * Correct Suggests for libtcnative-1 (tomcat-native) (Closes: #631919)
 
- -- tony mancill <tmancill at debian.org>  Sat, 11 Jun 2011 16:01:20 -0700
+ -- tony mancill <tmancill at debian.org>  Tue, 28 Jun 2011 21:36:17 -0700
 
 tomcat6 (6.0.32-4) unstable; urgency=low
 

Modified: trunk/tomcat6/debian/control
===================================================================
--- trunk/tomcat6/debian/control	2011-06-28 15:26:25 UTC (rev 13826)
+++ trunk/tomcat6/debian/control	2011-06-29 04:42:57 UTC (rev 13827)
@@ -32,7 +32,7 @@
 	tomcat6-admin (>= ${source:Version}),
 	tomcat6-examples (>= ${source:Version}),
 	tomcat6-user (>= ${source:Version}),
-  tomcat-native
+	libtcnative-1
 Description: Servlet and JSP engine
  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