[pkg-java] r13560 - in trunk/lucene2/debian: . patches

Jan-Pascal van Best janpascal-guest at alioth.debian.org
Fri Apr 22 17:42:52 UTC 2011


Author: janpascal-guest
Date: 2011-04-22 17:42:50 +0000 (Fri, 22 Apr 2011)
New Revision: 13560

Modified:
   trunk/lucene2/debian/ant.properties
   trunk/lucene2/debian/changelog
   trunk/lucene2/debian/control
   trunk/lucene2/debian/patches/50_fix-contrib-db-libs.dpatch
   trunk/lucene2/debian/watch
Log:
* New upstream version: 2.9.4
* Change dependency on libdb4.7-java to libdb5.1-java (Closes: #621398)
* Fixed debian/watch for new Apache archive repository layout



Modified: trunk/lucene2/debian/ant.properties
===================================================================
--- trunk/lucene2/debian/ant.properties	2011-04-22 03:57:11 UTC (rev 13559)
+++ trunk/lucene2/debian/ant.properties	2011-04-22 17:42:50 UTC (rev 13560)
@@ -2,7 +2,7 @@
 
 # Version number for upstream source; errors in the 
 # upstream source require that it be overridden.
-version=2.9.3
+version=2.9.4
 
 # javacc settings used by Lucene build
 javacc.home=/usr/share/java

Modified: trunk/lucene2/debian/changelog
===================================================================
--- trunk/lucene2/debian/changelog	2011-04-22 03:57:11 UTC (rev 13559)
+++ trunk/lucene2/debian/changelog	2011-04-22 17:42:50 UTC (rev 13560)
@@ -1,18 +1,15 @@
-lucene2 (2.9.4+ds1-0ubuntu1~ppa1) UNRELEASED; urgency=low
+lucene2 (2.9.4+ds1-1) UNRELEASED; urgency=low
 
-  * New upstream version
-
- -- Ludovic Claude <ludovic.claude at laposte.net>  Fri, 10 Dec 2010 23:14:54 +0100
-
-lucene2 (2.9.3+ds1-2) UNRELEASED; urgency=low
-
+  * New upstream version: 2.9.4
   * Added a Breaks: eclipse-platform (<= 3.5.2-6), forward-port from
     2.9.2+ds1-1squeeze1 (Closes: #595356)
   * Put lucli under update-alternatives control to allow liblucene3-java-contrib
     to take over
+  * Change dependency on libdb4.7-java to libdb5.1-java (Closes: #621398)
+  * Fixed debian/watch for new Apache archive repository layout
   * Bump standards version to 3.9.1 (no changes needed)
 
- -- Jan-Pascal van Best <janpascal at vanbest.org>  Tue, 07 Sep 2010 21:29:21 +0200
+ -- Jan-Pascal van Best <janpascal at vanbest.org>  Thu, 21 Apr 2011 22:01:28 +0200
 
 lucene2 (2.9.3+ds1-1) unstable; urgency=low
 

Modified: trunk/lucene2/debian/control
===================================================================
--- trunk/lucene2/debian/control	2011-04-22 03:57:11 UTC (rev 13559)
+++ trunk/lucene2/debian/control	2011-04-22 17:42:50 UTC (rev 13560)
@@ -14,7 +14,7 @@
 Build-Depends-Indep: libjline-java (>= 0.9.5), 
  libcommons-digester-java (>= 1.7), 
  libregexp-java (>= 1.4), 
- libdb4.7-java,
+ libdb5.1-java,
  libdb-je-java (>= 3.2.68),
  libcommons-collections3-java (>= 3.1), 
  libcommons-logging-java (>= 1.0.4), 
@@ -33,7 +33,7 @@
  libcommons-compress-java (>= 1.0),
  libcommons-digester-java (>= 1.7), 
  libcommons-logging-java (>= 1.0.4), 
- libdb4.7-java,
+ libdb5.1-java,
  libdb-je-java (>= 3.2.68),
  libicu4j-java (>= 3.8.1),
  libjline-java (>= 0.9.5), 

Modified: trunk/lucene2/debian/patches/50_fix-contrib-db-libs.dpatch
===================================================================
--- trunk/lucene2/debian/patches/50_fix-contrib-db-libs.dpatch	2011-04-22 03:57:11 UTC (rev 13559)
+++ trunk/lucene2/debian/patches/50_fix-contrib-db-libs.dpatch	2011-04-22 17:42:50 UTC (rev 13560)
@@ -19,7 +19,7 @@
  
    <path id="db.jar">
 -    <pathelement location="lib/db-${db.version}.jar" />
-+    <pathelement location="/usr/share/java/libdb4.7-java.jar" />
++    <pathelement location="/usr/share/java/libdb5.1-java.jar" />
    </path>
    
    <pathconvert property="project.classpath" targetos="unix" refid="db.jar" />

Modified: trunk/lucene2/debian/watch
===================================================================
--- trunk/lucene2/debian/watch	2011-04-22 03:57:11 UTC (rev 13559)
+++ trunk/lucene2/debian/watch	2011-04-22 17:42:50 UTC (rev 13560)
@@ -1,3 +1,3 @@
 version=3
 opts=dversionmangle=s/\+ds\d// \
-http://www.apache.org/dist/lucene/java/lucene-(2\.9.*)-src\.tar\.gz
+http://www.apache.org/dist/lucene/java/(2\.9\.\d)/lucene-(2\.9.\d)-src\.tar\.gz




More information about the pkg-java-commits mailing list