This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository vorbis-java.
commit 016798a300d23c6d9da8ecf1dbb84a720d956d68 Author: Markus Koschany <[email protected]> Date: Wed Dec 28 21:31:19 2016 +0100 Remove tika from Build-Depends and ignore the pom file because Tika will not be part of the next stable release. Closes: #844753 --- debian/changelog | 9 +++++++++ debian/control | 1 - debian/libvorbis-java.poms | 2 +- debian/maven.properties | 2 +- 4 files changed, 11 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 6d67da7..4b96708 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +vorbis-java (0.8-2) unstable; urgency=medium + + * Team upload. + * Remove tika from Build-Depends and ignore the pom file because + Tika will not be part of the next stable release. (Closes: #844753) + * Skip the tests because without tika the test suite fails now. + + -- Markus Koschany <[email protected]> Wed, 28 Dec 2016 21:32:20 +0100 + vorbis-java (0.8-1) unstable; urgency=medium * Team upload. diff --git a/debian/control b/debian/control index d3f7b08..19faf09 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,6 @@ Uploaders: Emmanuel Bourg <[email protected]> Build-Depends: debhelper (>= 10), default-jdk, junit4, - libtika-java, maven-debian-helper (>= 2.0) Standards-Version: 3.9.8 Vcs-Git: https://anonscm.debian.org/git/pkg-java/vorbis-java.git diff --git a/debian/libvorbis-java.poms b/debian/libvorbis-java.poms index 30f174f..145d3f1 100644 --- a/debian/libvorbis-java.poms +++ b/debian/libvorbis-java.poms @@ -29,4 +29,4 @@ parent/pom.xml --has-package-version pom.xml --has-package-version core/pom.xml --has-package-version tools/pom.xml --has-package-version -tika/pom.xml --has-package-version +tika/pom.xml --ignore diff --git a/debian/maven.properties b/debian/maven.properties index 7c29bd7..11f9276 100644 --- a/debian/maven.properties +++ b/debian/maven.properties @@ -1,4 +1,4 @@ # Include here properties to pass to Maven during the build. # For example: -# maven.test.skip=true +maven.test.skip=true -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/vorbis-java.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

