This is an automated email from the git hooks/post-receive script. seamlik-guest pushed a commit to branch master in repository lucene2.
commit 5f9d4e8bda5c4e9d84ebb7d1fd6449aa22c55799 Author: Jan-Pascal van Best <[email protected]> Date: Fri Aug 6 07:35:02 2010 +0000 New upstream release 2.9.2 --- debian/ant.properties | 2 +- debian/changelog | 6 ++++-- debian/control | 2 +- debian/get-orig-source.sh | 9 ++++++--- 4 files changed, 12 insertions(+), 7 deletions(-) diff --git a/debian/ant.properties b/debian/ant.properties index 6efc4f5..08fabf0 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.9.1 +version=2.9.2 # javacc settings used by Lucene build javacc.home=/usr/share/java diff --git a/debian/changelog b/debian/changelog index 421a746..9da5ab9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,9 +1,11 @@ -lucene2 (2.9.1+ds1-6) UNRELEASED; urgency=low +lucene2 (2.9.2+ds1-1) unstable; urgency=low + * New upstream release * Add patch to fix Java networking during package build (workaround for #560056). + * Bump standards version to 3.8.4 (no changes needed) - -- Jan-Pascal van Best <[email protected]> Mon, 25 Jan 2010 15:34:31 +0100 + -- Jan-Pascal van Best <[email protected]> Thu, 18 Mar 2010 13:03:42 +0100 lucene2 (2.9.1+ds1-5) unstable; urgency=low diff --git a/debian/control b/debian/control index 2ae0002..0edbe82 100644 --- a/debian/control +++ b/debian/control @@ -22,7 +22,7 @@ Build-Depends-Indep: libjline-java (>= 0.9.5), libcommons-compress-java (>= 1.0), libicu4j-java (>= 3.8.1), libjtidy-java (>= 7+svn20070309) -Standards-Version: 3.8.3 +Standards-Version: 3.8.4 Package: liblucene2-java Architecture: all diff --git a/debian/get-orig-source.sh b/debian/get-orig-source.sh index 77d4031..22ae4aa 100755 --- a/debian/get-orig-source.sh +++ b/debian/get-orig-source.sh @@ -1,9 +1,12 @@ #!/bin/bash -DEHS=`( uscan --dehs )` +#DEHS=`( uscan --dehs )` + +#URL=`echo $DEHS | xsltproc debian/uscan-url.xslt -` +#VERSION=`echo $DEHS | xsltproc debian/uscan-upstream-version.xslt -` +VERSION="2.9.2" +URL="http://www.apache.org/dist/lucene/java/lucene-2.9.2-src.tar.gz" -URL=`echo $DEHS | xsltproc debian/uscan-url.xslt -` -VERSION=`echo $DEHS | xsltproc debian/uscan-upstream-version.xslt -` DEBIAN_SOURCE_VERSION="$VERSION+ds1" DESTDIR=$PWD/.. -- 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

