[pkg-java] r3054 - trunk/lucene/debian

Michael Koch mkoch at alioth.debian.org
Sun Mar 11 09:48:45 CET 2007


Author: mkoch
Date: 2007-03-11 08:48:44 +0000 (Sun, 11 Mar 2007)
New Revision: 3054

Modified:
   trunk/lucene/debian/changelog
   trunk/lucene/debian/copyright
   trunk/lucene/debian/rules
Log:
lucene (1.4.3.dfsg-1.2) unstable; urgency=medium

  * Non-maintainer upload for release-critical bug.
  * Repackage upstream source to drop sourceless junit.3.8.1.jar;
    it's not needed since the package build-depends on Debian's
    junit already. Note this in debian/copyright.
    (Closes: #388535).

 -- Thijs Kinkhorst <thijs at debian.org>  Fri, 29 Sep 2006 21:36:57 +0200

lucene (1.4.3.debian-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Make sure JAVACMD is passed down from debian/rules to the build
    environment; fixes FTBFS when the /usr/bin/java alternative does not
    point to java-gcj, patch from Mike O'Connor. (Closes: #380136)

 -- Steinar H. Gunderson <sesse at debian.org>  Wed, 20 Sep 2006 23:51:58 +0200


Modified: trunk/lucene/debian/changelog
===================================================================
--- trunk/lucene/debian/changelog	2007-03-10 18:56:37 UTC (rev 3053)
+++ trunk/lucene/debian/changelog	2007-03-11 08:48:44 UTC (rev 3054)
@@ -1,3 +1,22 @@
+lucene (1.4.3.dfsg-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload for release-critical bug.
+  * Repackage upstream source to drop sourceless junit.3.8.1.jar;
+    it's not needed since the package build-depends on Debian's
+    junit already. Note this in debian/copyright.
+    (Closes: #388535).
+
+ -- Thijs Kinkhorst <thijs at debian.org>  Fri, 29 Sep 2006 21:36:57 +0200
+
+lucene (1.4.3.debian-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Make sure JAVACMD is passed down from debian/rules to the build
+    environment; fixes FTBFS when the /usr/bin/java alternative does not
+    point to java-gcj, patch from Mike O'Connor. (Closes: #380136)
+
+ -- Steinar H. Gunderson <sesse at debian.org>  Wed, 20 Sep 2006 23:51:58 +0200
+
 lucene (1.4.3.debian-1) unstable; urgency=low
 
   * Reupload with new orig.tar.gz (Closes: #338205).

Modified: trunk/lucene/debian/copyright
===================================================================
--- trunk/lucene/debian/copyright	2007-03-10 18:56:37 UTC (rev 3053)
+++ trunk/lucene/debian/copyright	2007-03-11 08:48:44 UTC (rev 3054)
@@ -3,6 +3,9 @@
 
 It was downloaded from http://www.signal42.com/mirrors/apache/jakarta/lucene/source/
 
+The upstream source tarball was repackaged to remove lib/junit-3.8.1.jar; which lacks
+source and is unnecessary since we use the Debian packaged version of junit.
+
 Authors:
 
   The Apache Lucene team, see http://jakarta.apache.org/lucene/docs/whoweare.html for details

Modified: trunk/lucene/debian/rules
===================================================================
--- trunk/lucene/debian/rules	2007-03-10 18:56:37 UTC (rev 3053)
+++ trunk/lucene/debian/rules	2007-03-11 08:48:44 UTC (rev 3054)
@@ -18,6 +18,9 @@
 # Set JAVA_HOME to be used for Java commands
 JAVA_HOME=/usr/lib/jvm/java-gcj
 
+# Set the invocation of the java command;
+export JAVACMD=$(JAVA_HOME)/bin/java
+
 # Class path: Ant requires a JAXP-compatible XML parser
 # You need to set CLASSPATH here (even if your build.xml assembles its own
 # class path) to ensure the same build results in all cases




More information about the pkg-java-commits mailing list