[jdeb] 02/03: Switch to debhelper level 10

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Jan 10 13:35:26 UTC 2017


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

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

commit 89f3361fd4f551a6e266553071936ea98aa351b5
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue Jan 10 14:32:36 2017 +0100

    Switch to debhelper level 10
---
 debian/changelog | 1 +
 debian/compat    | 2 +-
 debian/control   | 2 +-
 debian/rules     | 2 +-
 4 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c330785..23304f3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ jdeb (1.5-4) UNRELEASED; urgency=medium
 
   * Team upload.
   * Fixed the test failure with BouncyCastle 1.56
+  * Switch to debhelper level 10
 
  -- Emmanuel Bourg <ebourg at apache.org>  Tue, 10 Jan 2017 14:31:38 +0100
 
diff --git a/debian/compat b/debian/compat
index ec63514..f599e28 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+10
diff --git a/debian/control b/debian/control
index 4052ff9..a2417bf 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Steffen Moeller <moeller at debian.org>,
  Emmanuel Bourg <ebourg at apache.org>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
  default-jdk,
  maven-debian-helper (>= 1.5)
 Build-Depends-Indep: libmaven-invoker-plugin-java,
diff --git a/debian/rules b/debian/rules
index 1a93b2d..28a52f3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 export JAVA_HOME = /usr/lib/jvm/default-java
 
 %:
-	dh $@ --buildsystem=maven
+	dh $@
 
 override_dh_installchangelogs:
 	dh_installchangelogs -- HISTORY.md

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



More information about the pkg-java-commits mailing list