This is an automated email from the git hooks/post-receive script. seamlik-guest pushed a commit to branch master in repository lucene2.
commit 965047a4435c128e194790a89d6d654ed381f413 Author: Niels Thykier <[email protected]> Date: Wed Aug 3 13:04:32 2011 +0000 Drop JRE depends, do not install CHANGES.txt (dup) and bumped S-V --- debian/changelog | 4 ++++ debian/control | 3 +-- debian/docs | 1 - 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 1075f49..99ab15d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,10 @@ lucene2 (2.9.4+ds1-3) UNRELEASED; urgency=low * Team upload. * Fixed the Bundle-SymbolicName of the lucene-core.jar. (Closes: 631235) + * Dropped JRE dependencies - no longer required by the Java Policy. + * Do not install CHANGES.txt - dh_installchangelogs already installs + this as the upstream changelog. + * Bumped Standards-Version to 3.9.2 - no changes required. -- Niels Thykier <[email protected]> Wed, 03 Aug 2011 12:42:12 +0200 diff --git a/debian/control b/debian/control index cc25bcc..5ca64b6 100644 --- a/debian/control +++ b/debian/control @@ -22,12 +22,11 @@ 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.9.1 +Standards-Version: 3.9.2 Package: liblucene2-java Architecture: all Depends: ${misc:Depends}, - openjdk-6-jre-headless | java5-runtime-headless, Recommends: libcommons-beanutils-java (>= 1.7.0), libcommons-collections3-java (>= 3.1), libcommons-compress-java (>= 1.0), diff --git a/debian/docs b/debian/docs index 17f565c..82303e6 100644 --- a/debian/docs +++ b/debian/docs @@ -1,4 +1,3 @@ BUILD.txt -CHANGES.txt NOTICE.txt README.txt -- 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

