[jdependency] 02/06: Switch to debhelper level 10

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Aug 30 23:19:20 UTC 2017


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

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

commit 5057bd0437835b6083c58d5d4852342f814a0bd7
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Thu Aug 31 01:13:39 2017 +0200

    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 ea61f9a..bf999cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ jdependency (1.1-3) UNRELEASED; urgency=medium
 
   * Team upload.
   * Standards-Version updated to 4.1.0
+  * Switch to debhelper level 10
 
  -- Emmanuel Bourg <ebourg at apache.org>  Thu, 31 Aug 2017 01:13:25 +0200
 
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 48a63ab..8a04557 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: java
 Priority: optional
 Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
 Uploaders: Emmanuel Bourg <ebourg at apache.org>
-Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.5)
+Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 1.5)
 Build-Depends-Indep: libasm-java, libcommons-io-java, junit4, libmaven-antrun-plugin-java
 Standards-Version: 4.1.0
 Vcs-Git: https://anonscm.debian.org/git/pkg-java/jdependency.git
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/jdependency.git



More information about the pkg-java-commits mailing list