Author: janpascal-guest Date: 2009-08-10 11:28:43 +0000 (Mon, 10 Aug 2009) New Revision: 9922
Modified: trunk/solr/debian/changelog trunk/solr/debian/control Log: Finetune dependency on libtomcat6-java, since some older versions have a different name for tomcat-juli.jar Modified: trunk/solr/debian/changelog =================================================================== --- trunk/solr/debian/changelog 2009-08-10 07:57:40 UTC (rev 9921) +++ trunk/solr/debian/changelog 2009-08-10 11:28:43 UTC (rev 9922) @@ -1,8 +1,9 @@ -solr (1.3.0+ds1-1~pre1) UNRELEASED; urgency=low +solr (1.3.0+ds1-1) unstable; urgency=low * New upstream release (1.3.0). Closes: #521009. * Removed dependency on javanet staxutils (see upstream issue SOLR-851). - * Disable unit tests that need network access. Closes: #534031. + * Disable unit tests that need network access or otherwise break on buildds. + Closes: #534031. * Change Section: to java. * Fix Tomcat policy for Solr 1.3.0. * Bump Standards-Version to 3.8.2 (no changes needed). @@ -11,7 +12,7 @@ * Update watch file to automatically repackage source * Convert debian/copyright to machine-readable version - -- Jan-Pascal van Best <[email protected]> Thu, 09 Jul 2009 15:09:11 +0200 + -- Jan-Pascal van Best <[email protected]> Sun, 09 Aug 2009 13:40:18 +0200 solr (1.2.0+ds2-6) unstable; urgency=low Modified: trunk/solr/debian/control =================================================================== --- trunk/solr/debian/control 2009-08-10 07:57:40 UTC (rev 9921) +++ trunk/solr/debian/control 2009-08-10 11:28:43 UTC (rev 9922) @@ -18,7 +18,7 @@ libcommons-io-java (>= 1.3.1), liblucene2-java (>= 2.4.0), libxpp3-java (>= 1.1.3.4.0), - libtomcat6-java (>= 6.0.20), + libtomcat6-java (>= 6.0.20-5), libservlet2.5-java (>= 6.0.20), libjetty-java (>= 6.1.18) Standards-Version: 3.8.2 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

