[maven-dependency-tree] 03/17: Switch to debhelper level 10

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Sep 4 15:39:49 UTC 2017


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

ebourg-guest pushed a commit to branch master
in repository maven-dependency-tree.

commit b1347a95bd0132673a88c6b35c9d747ba1e894b7
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue Jul 25 08:47:37 2017 +0200

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

diff --git a/debian/changelog b/debian/changelog
index bf28df8..3eb9c5b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ maven-dependency-tree (2.1-3) UNRELEASED; urgency=medium
   * Team upload.
   * Removed the unused build dependency on libplexus-maven-plugin-java
   * Standards-Version updated to 4.0.0
+  * Switch to debhelper level 10
 
  -- Emmanuel Bourg <ebourg at apache.org>  Tue, 25 Jul 2017 08:47:02 +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 519ca8f..026784a 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: Ludovic Claude <ludovic.claude at laposte.net>,
            Torsten Werner <twerner at debian.org>
-Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.4)
+Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper (>= 1.4)
 Build-Depends-Indep: default-jdk-doc,
                      libjaxen-java,
                      libjmock-java,
diff --git a/debian/rules b/debian/rules
index 9867785..5985cac 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,7 @@
 #!/usr/bin/make -f
 
-export JAVA_HOME = /usr/lib/jvm/default-java
-
 %:
-	dh $@ --buildsystem=maven
+	dh $@
 
 get-orig-source:
 	uscan --download-current-version --force-download --no-symlink

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



More information about the pkg-java-commits mailing list