[pkg-java] r7131 - trunk/lucene2/debian
janpascal-guest at alioth.debian.org
janpascal-guest at alioth.debian.org
Sat Oct 11 20:47:13 UTC 2008
Author: janpascal-guest
Date: 2008-10-11 20:47:12 +0000 (Sat, 11 Oct 2008)
New Revision: 7131
Modified:
trunk/lucene2/debian/ant.properties
trunk/lucene2/debian/changelog
trunk/lucene2/debian/get-orig-source.sh
trunk/lucene2/debian/rules
Log:
Updates for Lucene 2.4.0 final release
Modified: trunk/lucene2/debian/ant.properties
===================================================================
--- trunk/lucene2/debian/ant.properties 2008-10-11 19:48:19 UTC (rev 7130)
+++ trunk/lucene2/debian/ant.properties 2008-10-11 20:47:12 UTC (rev 7131)
@@ -2,7 +2,7 @@
# Version number for upstream source; errors in the
# upstream source require that it be overridden.
-version=2.4.0-rc1
+version=2.4.0
# javacc settings used by Lucene build
javacc.home=/usr/share/java
Modified: trunk/lucene2/debian/changelog
===================================================================
--- trunk/lucene2/debian/changelog 2008-10-11 19:48:19 UTC (rev 7130)
+++ trunk/lucene2/debian/changelog 2008-10-11 20:47:12 UTC (rev 7131)
@@ -1,9 +1,9 @@
-lucene2 (2.4.0-rc1+ds1-1) UNRELEASED; urgency=low
+lucene2 (2.4.0+ds1-1) unstable; urgency=low
* New upstream version (2 patches patched)
* Add DM-Upload-Allowed: Yes to debian/control
- -- Jan-Pascal van Best <janpascal at vanbest.org> Tue, 23 Sep 2008 19:25:33 +0200
+ -- Jan-Pascal van Best <janpascal at vanbest.org> Sat, 11 Oct 2008 22:46:02 +0200
lucene2 (2.3.2+ds1-1) unstable; urgency=low
Modified: trunk/lucene2/debian/get-orig-source.sh
===================================================================
--- trunk/lucene2/debian/get-orig-source.sh 2008-10-11 19:48:19 UTC (rev 7130)
+++ trunk/lucene2/debian/get-orig-source.sh 2008-10-11 20:47:12 UTC (rev 7131)
@@ -33,7 +33,7 @@
# Check signature
gpgv --quiet --keyring $KEYRING $SIGFILE $SOURCEFILE
-echo "Check whether the archive has been signed by Michael Busch (Lucene Committer) <buschmi at apache.org>, key ID 6BD872A0"
+echo "Check whether the archive has been signed by Michael McCandless (CODE SIGNING KEY) <mikemccand at apache.org>, key ID 6E68DA61"
# Repackage upstream source file without the third party jars
TEMPDIR=`mktemp -d`
Modified: trunk/lucene2/debian/rules
===================================================================
--- trunk/lucene2/debian/rules 2008-10-11 19:48:19 UTC (rev 7130)
+++ trunk/lucene2/debian/rules 2008-10-11 20:47:12 UTC (rev 7131)
@@ -51,7 +51,7 @@
CONTRIB_JARS=`find build/contrib/ -name \*-$(UPSTREAM_VERSION).jar` ; \
for jarfile in $$CONTRIB_JARS; do \
install -m 0644 "$$jarfile" $(CURDIR)/debian/liblucene2-java/usr/share/java ; \
- CONTRIB=`echo $$jarfile | sed "s/.*\\/lucene-\\(.*\\)-.*\\.jar/\\1/"` ; \
+ CONTRIB=`echo $$jarfile | sed "s/.*\\/lucene-\\([-a-z]*\\)-.*\\.jar/\\1/"` ; \
ln -s lucene-$$CONTRIB-$(UPSTREAM_VERSION).jar $(CURDIR)/debian/liblucene2-java/usr/share/java/lucene-$$CONTRIB.jar ; \
done
install -d $(CURDIR)/debian/liblucene2-java/usr/bin/
More information about the pkg-java-commits
mailing list