[apache-log4j2] 07/08: Switch to debhelper level 10

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Fri Oct 21 16:35:06 UTC 2016


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

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

commit 2bd61b2e05ba1df5188e305b5201149ef28661bb
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Fri Oct 21 18:21:47 2016 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 33ec80c..f8c1541 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ apache-log4j2 (2.7-1) UNRELEASED; urgency=medium
     - New dependencies on libconversant-disruptor-java, libjcommander-java
       and libjctools-java
   * Transition to the Servlet API 3.1
+  * Switch to debhelper level 10
 
  -- Emmanuel Bourg <ebourg at apache.org>  Tue, 19 Jul 2016 00:32:55 +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 0438149..5e93953 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: default-jdk-doc,
                      groovy,
                      libapache-pom-java (>= 10),
diff --git a/debian/rules b/debian/rules
index f503851..5a909ef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,7 @@
 #!/usr/bin/make -f
-export JAVA_HOME=/usr/lib/jvm/default-java
 
 %:
-	dh $@ --parallel --buildsystem=maven
+	dh $@
 
 override_dh_installchangelogs:
 	dh_installchangelogs RELEASE-NOTES.txt

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



More information about the pkg-java-commits mailing list