[libcommons-net-java] 01/03: Switch to debhelper level 10

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Tue Jun 20 08:09:03 UTC 2017


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

ebourg-guest pushed a commit to branch master
in repository libcommons-net-java.

commit 639a59992bd653bf7831031c16c043a5ba33ac15
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue Jun 20 09:59:25 2017 +0200

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

diff --git a/debian/changelog b/debian/changelog
index 44b9126..b87f0e0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libcommons-net-java (3.5-2) UNRELEASED; urgency=medium
+
+  * Switch to debhelper level 10
+
+ -- Emmanuel Bourg <ebourg at apache.org>  Tue, 20 Jun 2017 09:59:20 +0200
+
 libcommons-net-java (3.5-1) unstable; urgency=medium
 
   * New upstream release
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 723cc25..61f2c5a 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: Ludovic Claude <ludovic.claude at laposte.net>, Emmanuel Bourg <ebourg at apache.org>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
                default-jdk,
                default-jdk-doc,
                junit4,
diff --git a/debian/rules b/debian/rules
index aba22ec..1c8468e 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 $@
 
 override_dh_installchangelogs:
 	dh_installchangelogs RELEASE-NOTES.txt

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



More information about the pkg-java-commits mailing list