This is an automated email from the git hooks/post-receive script. seamlik-guest pushed a commit to branch master in repository lucene2.
commit c75294dea3e94ef970841fb38887a5e71df62b54 Author: Jan-Pascal van Best <[email protected]> Date: Sat Oct 11 20:47:12 2008 +0000 Updates for Lucene 2.4.0 final release --- debian/ant.properties | 2 +- debian/changelog | 4 ++-- debian/get-orig-source.sh | 2 +- debian/rules | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/debian/ant.properties b/debian/ant.properties index 492507e..23a2d70 100644 --- a/debian/ant.properties +++ b/debian/ant.properties @@ -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 diff --git a/debian/changelog b/debian/changelog index 7c15971..78e85ae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 <[email protected]> Tue, 23 Sep 2008 19:25:33 +0200 + -- Jan-Pascal van Best <[email protected]> Sat, 11 Oct 2008 22:46:02 +0200 lucene2 (2.3.2+ds1-1) unstable; urgency=low diff --git a/debian/get-orig-source.sh b/debian/get-orig-source.sh index 5f639ff..5cd0797 100755 --- a/debian/get-orig-source.sh +++ b/debian/get-orig-source.sh @@ -33,7 +33,7 @@ fi # Check signature gpgv --quiet --keyring $KEYRING $SIGFILE $SOURCEFILE -echo "Check whether the archive has been signed by Michael Busch (Lucene Committer) <[email protected]>, key ID 6BD872A0" +echo "Check whether the archive has been signed by Michael McCandless (CODE SIGNING KEY) <[email protected]>, key ID 6E68DA61" # Repackage upstream source file without the third party jars TEMPDIR=`mktemp -d` diff --git a/debian/rules b/debian/rules index 5274822..abc6bfe 100755 --- a/debian/rules +++ b/debian/rules @@ -51,7 +51,7 @@ install/liblucene2-java:: 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/ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/lucene2.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

