This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository jnlp-servlet.
commit 6aaf70f5ca93465b7bd0f4746f94932dbf0f2d41 Author: Markus Koschany <[email protected]> Date: Thu Oct 26 19:02:30 2017 +0200 Update patch header. --- debian/changelog | 2 ++ debian/patches/java9.patch | 2 ++ debian/rules | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 08035e3..0946803 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,12 @@ jnlp-servlet (20120126-4) unstable; urgency=medium * Team upload. + * Switch to compat level 10. * Declare compliance with Debian Policy 4.1.1. * Use canonical VCS URL. * Add java9.patch and support Java 9. Thanks to Chris West for the report. (Closes: #873984) + * Build with --no-parallel to avoid a race condition. -- Markus Koschany <[email protected]> Thu, 26 Oct 2017 19:01:35 +0200 diff --git a/debian/patches/java9.patch b/debian/patches/java9.patch index c80b719..1341cac 100644 --- a/debian/patches/java9.patch +++ b/debian/patches/java9.patch @@ -2,6 +2,8 @@ From: Markus Koschany <[email protected]> Date: Thu, 26 Oct 2017 19:00:50 +0200 Subject: java9 +Bug-Debian: https://bugs.debian.org/873984 +Forwarded: no --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 7997a33..6d0fca0 100755 --- a/debian/rules +++ b/debian/rules @@ -6,5 +6,5 @@ export JAVA_HOME=/usr/lib/jvm/default-java export CLASSPATH=/usr/share/java/servlet-api-3.1.jar %: - dh $@ --with javahelper --with jh_maven_repo_helper + dh $@ --no-parallel --with javahelper --with jh_maven_repo_helper -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jnlp-servlet.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

