Your message dated Wed, 04 Mar 2009 21:17:58 +0000
with message-id <[email protected]>
and subject line Bug#517857: fixed in tomcat6 6.0.18-3
has caused the Debian Bug report #517857,
regarding Do not create useless lib subdirectory in /var/lib/tomcat6 and
private instances
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
517857: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=517857
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: tomcat6
Severity: minor
Version: 6.0.18-2
Tags: patch
User: [email protected]
Usertags: origin-ubuntu ubuntu-patch jaunty
Tomcat6 Java libraries are located in /usr/share/tomcat6/lib
($CATALINA_HOME/lib) but also linked to in /var/lib/tomcat6/lib
($CATALINA_BASE/lib). Tomcat 6 completely ignores $CATALINA_BASE/lib
(see /usr/share/doc/tomcat6-common/RUNNING.txt.gz for details) so this
directory is useless. It is confusing because the user tends to think he
can add libraries there as well.
In the same vein, tomcat6-instance-create also creates a "lib"
subdirectory in private tomcat6 instances... which is also ignored.
Proposed patch disables both useless directories. It's taken from
Ubuntu's recent 6.0.18-0ubuntu6.
Regards,
--
Thierry Carrez
diff -u tomcat6-6.0.18/debian/tomcat6-instance-create tomcat6-6.0.18/debian/tomcat6-instance-create
--- tomcat6-6.0.18/debian/tomcat6-instance-create
+++ tomcat6-6.0.18/debian/tomcat6-instance-create
@@ -114,10 +114,6 @@
mkdir ${TARGET}/conf
mkdir ${TARGET}/logs
-mkdir ${TARGET}/lib
-for jar in /usr/share/tomcat6/lib/*; do
- ln -s $jar ${TARGET}/lib/`basename $jar`
-done
mkdir ${TARGET}/webapps
mkdir ${TARGET}/work
mkdir ${TARGET}/temp
diff -u tomcat6-6.0.18/debian/tomcat6.links tomcat6-6.0.18/debian/tomcat6.links
--- tomcat6-6.0.18/debian/tomcat6.links
+++ tomcat6-6.0.18/debian/tomcat6.links
@@ -4,14 +3,0 @@
-/usr/share/tomcat6/lib/annotations-api.jar /var/lib/tomcat6/lib/annotations-api.jar
-/usr/share/tomcat6/lib/catalina-ant.jar /var/lib/tomcat6/lib/catalina-ant.jar
-/usr/share/tomcat6/lib/catalina-ha.jar /var/lib/tomcat6/lib/catalina-ha.jar
-/usr/share/tomcat6/lib/catalina.jar /var/lib/tomcat6/lib/catalina.jar
-/usr/share/tomcat6/lib/catalina-tribes.jar /var/lib/tomcat6/lib/catalina-tribes.jar
-/usr/share/tomcat6/lib/commons-dbcp.jar /var/lib/tomcat6/lib/commons-dbcp.jar
-/usr/share/tomcat6/lib/commons-pool.jar /var/lib/tomcat6/lib/commons-pool.jar
-/usr/share/tomcat6/lib/el-api.jar /var/lib/tomcat6/lib/el-api.jar
-/usr/share/tomcat6/lib/jasper-el.jar /var/lib/tomcat6/lib/jasper-el.jar
-/usr/share/tomcat6/lib/jasper.jar /var/lib/tomcat6/lib/jasper.jar
-/usr/share/tomcat6/lib/jasper-jdt.jar /var/lib/tomcat6/lib/jasper-jdt.jar
-/usr/share/tomcat6/lib/jsp-api.jar /var/lib/tomcat6/lib/jsp-api.jar
-/usr/share/tomcat6/lib/servlet-api.jar /var/lib/tomcat6/lib/servlet-api.jar
-/usr/share/tomcat6/lib/tomcat-coyote.jar /var/lib/tomcat6/lib/tomcat-coyote.jar
--- End Message ---
--- Begin Message ---
Source: tomcat6
Source-Version: 6.0.18-3
We believe that the bug you reported is fixed in the latest version of
tomcat6, which is due to be installed in the Debian FTP archive:
libservlet2.5-java-doc_6.0.18-3_all.deb
to pool/main/t/tomcat6/libservlet2.5-java-doc_6.0.18-3_all.deb
libservlet2.5-java_6.0.18-3_all.deb
to pool/main/t/tomcat6/libservlet2.5-java_6.0.18-3_all.deb
libtomcat6-java_6.0.18-3_all.deb
to pool/main/t/tomcat6/libtomcat6-java_6.0.18-3_all.deb
tomcat6-admin_6.0.18-3_all.deb
to pool/main/t/tomcat6/tomcat6-admin_6.0.18-3_all.deb
tomcat6-common_6.0.18-3_all.deb
to pool/main/t/tomcat6/tomcat6-common_6.0.18-3_all.deb
tomcat6-docs_6.0.18-3_all.deb
to pool/main/t/tomcat6/tomcat6-docs_6.0.18-3_all.deb
tomcat6-examples_6.0.18-3_all.deb
to pool/main/t/tomcat6/tomcat6-examples_6.0.18-3_all.deb
tomcat6-user_6.0.18-3_all.deb
to pool/main/t/tomcat6/tomcat6-user_6.0.18-3_all.deb
tomcat6_6.0.18-3.diff.gz
to pool/main/t/tomcat6/tomcat6_6.0.18-3.diff.gz
tomcat6_6.0.18-3.dsc
to pool/main/t/tomcat6/tomcat6_6.0.18-3.dsc
tomcat6_6.0.18-3_all.deb
to pool/main/t/tomcat6/tomcat6_6.0.18-3_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Torsten Werner <[email protected]> (supplier of updated tomcat6 package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Wed, 04 Mar 2009 21:58:41 +0100
Source: tomcat6
Binary: tomcat6-common tomcat6 tomcat6-user libtomcat6-java libservlet2.5-java
libservlet2.5-java-doc tomcat6-admin tomcat6-examples tomcat6-docs
Architecture: source all
Version: 6.0.18-3
Distribution: unstable
Urgency: low
Maintainer: Debian Java Maintainers
<[email protected]>
Changed-By: Torsten Werner <[email protected]>
Description:
libservlet2.5-java - Servlet 2.5 and JSP 2.1 Java API classes
libservlet2.5-java-doc - Servlet 2.5 and JSP 2.1 Java API documentation
libtomcat6-java - Servlet and JSP engine -- core libraries
tomcat6 - Servlet and JSP engine
tomcat6-admin - Servlet and JSP engine -- admin web applications
tomcat6-common - Servlet and JSP engine -- common files
tomcat6-docs - Servlet and JSP engine -- example web applications
tomcat6-examples - Servlet and JSP engine -- example web applications
tomcat6-user - Servlet and JSP engine -- tools to create user instances
Closes: 517857 518140
Changes:
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)
Checksums-Sha1:
5ffc6d53658f4992c8508823493f173be74410c0 1450 tomcat6_6.0.18-3.dsc
ee5d22320c46076a7bc8dff012077b5efeb3e71e 17325 tomcat6_6.0.18-3.diff.gz
7a2e79f39a39da145863e6420d4e6c6b5152c393 52698 tomcat6-common_6.0.18-3_all.deb
ee48e32415f5ccaea3604013a75db5dd9be8a260 24396 tomcat6_6.0.18-3_all.deb
3b333a380ed1ac0cb87203f6d0ab1d4cc82ba00d 19972 tomcat6-user_6.0.18-3_all.deb
74d374aa83ff67ce523062827ba9bef897ccd3e4 2845346
libtomcat6-java_6.0.18-3_all.deb
5c37035bebcd9e072392cca296967d881cabae46 171948
libservlet2.5-java_6.0.18-3_all.deb
0761a0bb50ce1136cab0de08075c2e41fbbfbd63 245526
libservlet2.5-java-doc_6.0.18-3_all.deb
4c07797407c1f5cea8700fbea5c417e479cad494 37504 tomcat6-admin_6.0.18-3_all.deb
5d9bd224d90a5ea976510c42595b287dc1f1b9c0 418326
tomcat6-examples_6.0.18-3_all.deb
6991fa30939d8d59d379e32ee4d4694dd4a24a4a 715634 tomcat6-docs_6.0.18-3_all.deb
Checksums-Sha256:
8d9bd5ad3b3186f70739cc2298e675bef654b0b3bfd7767ee7f8e9c6d934c8ce 1450
tomcat6_6.0.18-3.dsc
83ce08263e6bb288c33e41c050bc30504ac40c64579d85c2104785a6c95efc39 17325
tomcat6_6.0.18-3.diff.gz
089dad9dc2962d0dce969581a65f0f60147a1e3ebfebc20e06ec751763f20b9e 52698
tomcat6-common_6.0.18-3_all.deb
8f065b994bfff159b7e3fb2be8ff6002eedaf9b67f407accedfb38b0d8cdaae2 24396
tomcat6_6.0.18-3_all.deb
4f784be7cb61f4fb53e1e44b6b28de35b415e3ed0d2c53992631bb0f0d7ce75c 19972
tomcat6-user_6.0.18-3_all.deb
a6111ca90f993233e3375337132603098883a4063531abab7ca758eaf5e567d1 2845346
libtomcat6-java_6.0.18-3_all.deb
fcb4af51b60ef1a592a9a913e00cf697aa4b49e1b44909a7a1f41f16c7c465c7 171948
libservlet2.5-java_6.0.18-3_all.deb
bff1cdf840a7bed962ab1d2346acda92f0abbca8e74a44250c61a23b5a88a6aa 245526
libservlet2.5-java-doc_6.0.18-3_all.deb
e872760055b5beabc31575ba2aa07e6ea075fd75056934782f5bf3062f70a49b 37504
tomcat6-admin_6.0.18-3_all.deb
4923a2a03c0d22c877911f3158bf33909f89b335689aa6b243f51f08b5ebc4f9 418326
tomcat6-examples_6.0.18-3_all.deb
61182ec65d3688bfee0f58aa195f34f1ac112b1383148331e3e4ad76740b1359 715634
tomcat6-docs_6.0.18-3_all.deb
Files:
57f321475c245dac027495984fbdcbc1 1450 web optional tomcat6_6.0.18-3.dsc
f7869934d228a6cf7198e39af6f88b9d 17325 web optional tomcat6_6.0.18-3.diff.gz
fbec7d6731f9e22adaf70cd72e9489fe 52698 web optional
tomcat6-common_6.0.18-3_all.deb
11e9c5f3a8c1d8c4202bf3c65bca0d36 24396 web optional tomcat6_6.0.18-3_all.deb
a3e046561ce4a919857bfa196f119a41 19972 web optional
tomcat6-user_6.0.18-3_all.deb
a540d76b2d840e4d45faa59e4627676c 2845346 web optional
libtomcat6-java_6.0.18-3_all.deb
95426f917ef3c43f546bbf0361a7562a 171948 web optional
libservlet2.5-java_6.0.18-3_all.deb
d067aacc835a8af9495932f5ba5702d0 245526 doc optional
libservlet2.5-java-doc_6.0.18-3_all.deb
c6479cb81992d151f37b09618a955870 37504 web optional
tomcat6-admin_6.0.18-3_all.deb
ed5f51062316436891eeb0455cf2ba14 418326 web optional
tomcat6-examples_6.0.18-3_all.deb
dd7045063b5fc922db2357ca83ca13b4 715634 doc optional
tomcat6-docs_6.0.18-3_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAkmu7LAACgkQfY3dicTPjsMIgwCfQjeMLDqXS9r1u7x0lxdd2coh
y9sAn3bVzUhQsCX0ER3Mzgdg/KyT+xD2
=Ya0S
-----END PGP SIGNATURE-----
--- End Message ---
_______________________________________________
pkg-java-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers