Package: jetty-extra Version: 5.0.0-2 Severity: serious Tags: patch, sid liblog4j-java is currently unbuildable (#306739) and likely to be removed (#263870); please switch to liblog4j1.2-java. Since extra/plus/src/org/- mortbay/log4j/CRS.java uses org.apache.log4j.Level, a class found only in liblog4j1.2-java, you should make the transition in any case.
diff -ruN jetty-5.0.0.dist/debian/control jetty-5.0.0/debian/control --- jetty-5.0.0.dist/debian/control 2005-04-28 12:42:39.000000000 +0200 +++ jetty-5.0.0/debian/control 2005-04-28 12:43:42.000000000 +0200 @@ -2,7 +2,7 @@ Section: contrib/web Priority: optional Maintainer: Philipp Meier <[EMAIL PROTECTED]> -Build-Depends-Indep: j2sdk1.4 | j2sdk1.3, debhelper (>> 4.0.0), ant, junit, libmx4j-java, liblog4j-java, libservlet2.3-java, libtomcat4-java, libcommons-logging-java, cdbs ( >>0.4.5.3) +Build-Depends-Indep: j2sdk1.4 | j2sdk1.3, debhelper (>> 4.0.0), ant, junit, libmx4j-java, liblog4j1.2-java, libservlet2.3-java, libtomcat4-java, libcommons-logging-java, cdbs ( >>0.4.5.3) Standards-Version: 3.6.0 Package: jetty @@ -17,7 +17,7 @@ Package: jetty-extra Architecture: all -Depends: jetty, liblog4j-java +Depends: jetty, liblog4j1.2-java Description: Extensions to jetty Provides some extensions of jetty: * JettyPlus: contains a number of useful facilities integrated with Jetty, diff -ruN jetty-5.0.0.dist/debian/rules jetty-5.0.0/debian/rules --- jetty-5.0.0.dist/debian/rules 2005-04-28 12:42:39.000000000 +0200 +++ jetty-5.0.0/debian/rules 2005-04-28 12:43:20.000000000 +0200 @@ -13,7 +13,7 @@ /usr/lib/j2se/1.3 ANT_HOME := /usr/share/ant -DEB_JARS := mx4j.jar log4j-core.jar /usr/share/ant/lib/ant-launcher.jar log4j.jar +DEB_JARS := mx4j.jar log4j-1.2.jar /usr/share/ant/lib/ant-launcher.jar DEB_ANT_INSTALL_TARGET := extra javadoc Thanks, Matej -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]