Author: janpascal-guest Date: 2009-03-17 15:15:19 +0000 (Tue, 17 Mar 2009) New Revision: 8087
Modified: trunk/lucene2/debian/ant.properties trunk/lucene2/debian/changelog trunk/lucene2/debian/control Log: New upstream version (2.4.1); Changed Section: to java Modified: trunk/lucene2/debian/ant.properties =================================================================== --- trunk/lucene2/debian/ant.properties 2009-03-17 15:02:33 UTC (rev 8086) +++ trunk/lucene2/debian/ant.properties 2009-03-17 15:15:19 UTC (rev 8087) @@ -2,7 +2,7 @@ # Version number for upstream source; errors in the # upstream source require that it be overridden. -version=2.4.0 +version=2.4.1 # javacc settings used by Lucene build javacc.home=/usr/share/java Modified: trunk/lucene2/debian/changelog =================================================================== --- trunk/lucene2/debian/changelog 2009-03-17 15:02:33 UTC (rev 8086) +++ trunk/lucene2/debian/changelog 2009-03-17 15:15:19 UTC (rev 8087) @@ -1,3 +1,10 @@ +lucene2 (2.4.1+ds1-1) unstable; urgency=low + + * New upstream version (2.4.1). + * Changed Section from "text" to the new section "java". + + -- Jan-Pascal van Best <[email protected]> Tue, 17 Mar 2009 16:05:06 +0100 + lucene2 (2.4.0+ds1-5) unstable; urgency=low * Changed Breaks to Conflicts to prevent trouble with buildds still Modified: trunk/lucene2/debian/control =================================================================== --- trunk/lucene2/debian/control 2009-03-17 15:02:33 UTC (rev 8086) +++ trunk/lucene2/debian/control 2009-03-17 15:15:19 UTC (rev 8087) @@ -1,5 +1,5 @@ Source: lucene2 -Section: text +Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Jan-Pascal van Best <[email protected]>, Barry Hawkins <[email protected]>, @@ -20,7 +20,7 @@ libcommons-collections3-java (>= 3.1), libcommons-logging-java (>= 1.0.4), libcommons-beanutils-java (>= 1.7.0) -Standards-Version: 3.8.0 +Standards-Version: 3.8.1 Package: liblucene2-java Architecture: all _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-java-commits

