[javatools] 04/08: jh_makepkg: Use DH compat level 9 and Standards-Version 3.9.8 for the generated packages

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Jul 27 08:35:13 UTC 2016


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to branch master
in repository javatools.

commit ea3cf5189e16c57dff1c6fccd0ff3e816d2b63f8
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri Jul 22 19:07:15 2016 +0200

    jh_makepkg: Use DH compat level 9 and Standards-Version 3.9.8 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 b490615..d9860b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ javatools (0.56) UNRELEASED; urgency=medium
   * Team upload.
   * jh_depend: Added support for Java 8
   * jh_repack: Added support for xz compressed tarballs
+  * jh_makepkg: Use DH compat level 9 and Standards-Version 3.9.8
+    for the generated packages
 
  -- Emmanuel Bourg <ebourg at apache.org>  Fri, 22 Jul 2016 19:00:43 +0200
 
diff --git a/jh_makepkg b/jh_makepkg
index 040aa8c..c37e2a7 100755
--- a/jh_makepkg
+++ b/jh_makepkg
@@ -5,8 +5,8 @@
 #    app, library
 #    gcj
 
-COMPAT=8
-STANDARDS=3.9.3
+COMPAT=9
+STANDARDS=3.9.8
 
 set -e
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/javatools.git



More information about the pkg-java-commits mailing list