[pkg-java] r6471 - in trunk/lucene2/debian: . patches
janpascal-guest at alioth.debian.org
janpascal-guest at alioth.debian.org
Fri May 16 12:35:11 UTC 2008
Author: janpascal-guest
Date: 2008-05-16 12:35:09 +0000 (Fri, 16 May 2008)
New Revision: 6471
Modified:
trunk/lucene2/debian/ant.properties
trunk/lucene2/debian/changelog
trunk/lucene2/debian/patches/30_fix-contrib-ant-libs.dpatch
trunk/lucene2/debian/patches/55_fix-contrib-db-je-libs.dpatch
trunk/lucene2/debian/patches/60_fix-contrib-lucli-libs.dpatch
trunk/lucene2/debian/patches/70_fix-contrib-regex-libs.dpatch
Log:
New upstream release, fixed Debian patches for new upstream
Modified: trunk/lucene2/debian/ant.properties
===================================================================
--- trunk/lucene2/debian/ant.properties 2008-05-14 23:49:10 UTC (rev 6470)
+++ trunk/lucene2/debian/ant.properties 2008-05-16 12:35:09 UTC (rev 6471)
@@ -2,7 +2,7 @@
# Version number for upstream source; errors in the
# upstream source require that it be overridden.
-version=2.3.1
+version=2.3.2
# javacc settings used by Lucene build
#javacc.jar.dir=/usr/share/java
Modified: trunk/lucene2/debian/changelog
===================================================================
--- trunk/lucene2/debian/changelog 2008-05-14 23:49:10 UTC (rev 6470)
+++ trunk/lucene2/debian/changelog 2008-05-16 12:35:09 UTC (rev 6471)
@@ -1,3 +1,9 @@
+lucene2 (2.3.2+ds1-1) unstable; urgency=low
+
+ * New upstream release
+
+ -- Jan-Pascal van Best <janpascal at vanbest.org> Thu, 15 May 2008 23:31:28 +0200
+
lucene2 (2.3.1+ds1-1) unstable; urgency=low
[ Michael Koch ]
Modified: trunk/lucene2/debian/patches/30_fix-contrib-ant-libs.dpatch
===================================================================
--- trunk/lucene2/debian/patches/30_fix-contrib-ant-libs.dpatch 2008-05-14 23:49:10 UTC (rev 6470)
+++ trunk/lucene2/debian/patches/30_fix-contrib-ant-libs.dpatch 2008-05-16 12:35:09 UTC (rev 6471)
@@ -9,7 +9,7 @@
diff -urNad trunk~/contrib/ant/build.xml trunk/contrib/ant/build.xml
--- trunk~/contrib/ant/build.xml 2007-06-04 06:02:05.000000000 +0200
+++ trunk/contrib/ant/build.xml 2007-06-05 13:30:58.000000000 +0200
-@@ -7,7 +7,7 @@
+@@ -25,7 +25,7 @@
<path id="additional.dependencies">
<!-- TODO: make ${tidy.jar} property -->
Modified: trunk/lucene2/debian/patches/55_fix-contrib-db-je-libs.dpatch
===================================================================
--- trunk/lucene2/debian/patches/55_fix-contrib-db-je-libs.dpatch 2008-05-14 23:49:10 UTC (rev 6470)
+++ trunk/lucene2/debian/patches/55_fix-contrib-db-je-libs.dpatch 2008-05-16 12:35:09 UTC (rev 6471)
@@ -27,7 +27,7 @@
- <target name="get-je-jar" unless="je.jar.exists">
- <mkdir dir="lib" />
-- <get src="http://downloads.sleepycat.com/je-${je.version}.zip"
+- <get src="http://download.oracle.com/berkeley-db/je-${je.version}.zip"
- dest="lib/je-${je.version}.zip" />
- <unzip src="lib/je-${je.version}.zip" dest="lib">
- <patternset>
Modified: trunk/lucene2/debian/patches/60_fix-contrib-lucli-libs.dpatch
===================================================================
--- trunk/lucene2/debian/patches/60_fix-contrib-lucli-libs.dpatch 2008-05-14 23:49:10 UTC (rev 6470)
+++ trunk/lucene2/debian/patches/60_fix-contrib-lucli-libs.dpatch 2008-05-16 12:35:09 UTC (rev 6471)
@@ -9,7 +9,7 @@
diff -urNad trunk~/contrib/lucli/build.xml trunk/contrib/lucli/build.xml
--- trunk~/contrib/lucli/build.xml 2007-06-04 06:02:20.000000000 +0200
+++ trunk/contrib/lucli/build.xml 2007-06-05 13:52:51.000000000 +0200
-@@ -8,7 +8,7 @@
+@@ -25,7 +25,7 @@
<path id="additional.dependencies">
Modified: trunk/lucene2/debian/patches/70_fix-contrib-regex-libs.dpatch
===================================================================
--- trunk/lucene2/debian/patches/70_fix-contrib-regex-libs.dpatch 2008-05-14 23:49:10 UTC (rev 6470)
+++ trunk/lucene2/debian/patches/70_fix-contrib-regex-libs.dpatch 2008-05-16 12:35:09 UTC (rev 6471)
@@ -9,7 +9,7 @@
diff -urNad trunk~/contrib/regex/build.xml trunk/contrib/regex/build.xml
--- trunk~/contrib/regex/build.xml 2007-06-04 06:02:22.000000000 +0200
+++ trunk/contrib/regex/build.xml 2007-06-05 13:58:54.000000000 +0200
-@@ -7,7 +7,7 @@
+@@ -24,7 +24,7 @@
</description>
<path id="additional.dependencies">
More information about the pkg-java-commits
mailing list