[jboss-logging-tools] 02/05: Switch to debhelper level 10
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Nov 21 08:15:33 UTC 2016
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository jboss-logging-tools.
commit 33acad76a9d74e7d64492c5ba57b10d1167baf4a
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon Nov 21 08:59:35 2016 +0100
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 5c75586..6248f30 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ jboss-logging-tools (2.0.1-2) UNRELEASED; urgency=medium
* Removed the build dependency on libmaven-compiler-plugin-2.5-java
* Standards-Version updated to 3.9.8 (no changes)
* Use a secure Vcs-Git URL
+ * Switch to debhelper level 10
-- Emmanuel Bourg <ebourg at apache.org> Tue, 05 Apr 2016 16:07:47 +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 c466c96..a6ffbad 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.or
Uploaders:
Markus Koschany <apo at debian.org>
Build-Depends:
- debhelper (>= 9),
+ debhelper (>= 10),
default-jdk,
default-jdk-doc,
libjboss-jdeparser2-java,
diff --git a/debian/rules b/debian/rules
index fc6afff..fbb08b1 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 $@
get-orig-source:
uscan --verbose --download-current-version --force-download
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jboss-logging-tools.git
More information about the pkg-java-commits
mailing list