This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository javatools.
commit 07a4bdd87db4ecabf7c9ce685f2e1229b45bbaad Author: Emmanuel Bourg <[email protected]> Date: Fri Jun 30 10:21:39 2017 +0200 jh_makepkg: Use DH compat level 10 and Standards-Version 4.0.0 for the generated packages --- debian/changelog | 2 ++ jh_makepkg | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 650d89f..ac91f48 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ javatools (0.60) UNRELEASED; urgency=medium * Team upload. * jh_build: Generate Java 7 bytecode by default * jh_makepkg, jh_depend: Added OpenJDK 9 support + * jh_makepkg: Use DH compat level 10 and Standards-Version 4.0.0 + for the generated packages * Standards-Version updated to 4.0.0 * Switch to debhelper level 10 diff --git a/jh_makepkg b/jh_makepkg index 6d88a3d..cb10b72 100755 --- a/jh_makepkg +++ b/jh_makepkg @@ -5,8 +5,8 @@ # app, library # gcj -COMPAT=9 -STANDARDS=3.9.8 +COMPAT=10 +STANDARDS=4.0.0 set -e -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/javatools.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

