[user-agent-utils] 02/06: Switch to debhelper level 11
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Fri Feb 23 20:16:24 UTC 2018
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository user-agent-utils.
commit 10fcae477780787192293cd5e0cc687c39c586fa
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Fri Feb 23 15:16:23 2018 +0100
Switch to debhelper level 11
---
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 5beaca9..48fb36f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
user-agent-utils (1.20-2) UNRELEASED; urgency=medium
* Standards-Version updated to 4.1.3
+ * Switch to debhelper level 11
-- Emmanuel Bourg <ebourg at apache.org> Fri, 23 Feb 2018 15:16:12 +0100
diff --git a/debian/compat b/debian/compat
index ec63514..b4de394 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+11
diff --git a/debian/control b/debian/control
index cc4ceba..1a5fb7f 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), junit4
+Build-Depends: debhelper (>= 11), default-jdk, maven-debian-helper (>= 1.5), junit4
Standards-Version: 4.1.3
Vcs-Git: https://anonscm.debian.org/git/pkg-java/user-agent-utils.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/user-agent-utils.git
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/user-agent-utils.git
More information about the pkg-java-commits
mailing list