This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository activemq-activeio.
commit 65c6005cf78b7fd768ca4da3d4cdacb4688bd8a9 Author: Markus Koschany <[email protected]> Date: Tue Mar 20 13:45:14 2018 +0100 Update changelog and patch header. --- debian/changelog | 10 ++++++++++ debian/patches/java9.patch | 6 ++++++ 2 files changed, 16 insertions(+) diff --git a/debian/changelog b/debian/changelog index 92a382a..59a11c2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +activemq-activeio (3.1.4-3) unstable; urgency=medium + + * Team upload. + * Switch to compat level 11. + * Declare compliance with Debian Policy 4.1.3. + * Add java9.patch and fix FTBFS with Java 9. (Closes: #893219) + * Install NOTICE file. + + -- Markus Koschany <[email protected]> Tue, 20 Mar 2018 13:43:07 +0100 + activemq-activeio (3.1.4-2) unstable; urgency=medium * Team upload. diff --git a/debian/patches/java9.patch b/debian/patches/java9.patch index 99c5c93..714b1db 100644 --- a/debian/patches/java9.patch +++ b/debian/patches/java9.patch @@ -2,6 +2,12 @@ From: Markus Koschany <[email protected]> Date: Tue, 20 Mar 2018 13:37:03 +0100 Subject: java9 +Work around FTBFS with Java 9. We ignore howl anyway but OpenJDK 9 complains +about missing classes. Disabling doclint does not work either. There should be +a better way to address this than to remove the entire class. + +Bug-Debian: https://bugs.debian.org/893219 +Forwarded: no --- .../apache/activeio/journal/howl/HowlJournal.java | 202 --------------------- 1 file changed, 202 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/activemq-activeio.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

