Hi,
> The lucene source package distributes junit-3.8.1.jar in the lib
> directory, but doesn't distribute the source code for this jar. Likely
> all that needs to be done is to have this jar removed from the
> .orig.tar.gz, and include a Build-Depends: on the junit package.
I've created an NMU for this package, following the attached diff. I
repackaged the source tarball exactly as indicated; I've removed
junit-3.8.1.jar since it's unused; the necessary build-dependency was
already in place.
regards,
Thijs Kinkhorst
diff -Nru /tmp/AAqOBoRNEq/lucene-1.4.3.debian/debian/changelog /tmp/9bF4IwL7Mn/lucene-1.4.3.dfsg/debian/changelog
--- /tmp/AAqOBoRNEq/lucene-1.4.3.debian/debian/changelog 2006-09-29 21:48:54.000000000 +0200
+++ /tmp/9bF4IwL7Mn/lucene-1.4.3.dfsg/debian/changelog 2006-09-29 21:48:54.000000000 +0200
@@ -1,3 +1,13 @@
+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 <[EMAIL PROTECTED]> Fri, 29 Sep 2006 21:36:57 +0200
+
lucene (1.4.3.debian-1.1) unstable; urgency=medium
* Non-maintainer upload.
diff -Nru /tmp/AAqOBoRNEq/lucene-1.4.3.debian/debian/copyright /tmp/9bF4IwL7Mn/lucene-1.4.3.dfsg/debian/copyright
--- /tmp/AAqOBoRNEq/lucene-1.4.3.debian/debian/copyright 2006-09-29 21:48:54.000000000 +0200
+++ /tmp/9bF4IwL7Mn/lucene-1.4.3.dfsg/debian/copyright 2006-09-29 21:48:54.000000000 +0200
@@ -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
Binary files /tmp/AAqOBoRNEq/lucene-1.4.3.debian/lib/junit-3.8.1.jar and /tmp/9bF4IwL7Mn/lucene-1.4.3.dfsg/lib/junit-3.8.1.jar differ