[commons-configuration] 02/06: Switch to debhelper level 10
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Wed Jun 28 11:59:29 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository commons-configuration.
commit 5f05be8e52e6e87bdcc3ed1d4458bdb537b98505
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Wed Jun 28 12:43:06 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 5a95299..02815f3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
commons-configuration (1.10-5) UNRELEASED; urgency=medium
* Standards-Version updated to 4.0.0
+ * Switch to debhelper level 10
-- Emmanuel Bourg <ebourg at apache.org> Wed, 28 Jun 2017 12:42:57 +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 40b06eb..e0985ff 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.or
Uploaders: Torsten Werner <twerner at debian.org>,
Damien Raude-Morvan <drazzib at debian.org>,
Emmanuel Bourg <ebourg at apache.org>
-Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper, javahelper
+Build-Depends: debhelper (>= 10), default-jdk, maven-debian-helper, javahelper
Build-Depends-Indep: ant,
default-jdk-doc,
libmail-java,
diff --git a/debian/rules b/debian/rules
index 33cce0d..da06aba 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 --with javahelper
+ dh $@ --with javahelper
override_dh_installchangelogs:
dh_installchangelogs RELEASE-NOTES.txt
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/commons-configuration.git
More information about the pkg-java-commits
mailing list