[dropwizard-metrics] 03/14: Switch to debhelper level 10
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Tue Jul 25 17:59:19 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository dropwizard-metrics.
commit ea7172a42f442d6f919c4ae95e147a3a8ec1c312
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Tue Jul 25 18:07:04 2017 +0200
Switch to debhelper level 10
---
debian/changelog | 1 +
debian/compat | 2 +-
debian/control | 2 +-
debian/rules | 2 +-
4 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index d65af30..3cbc992 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ dropwizard-metrics (3.1.2-2) UNRELEASED; urgency=medium
* Team upload.
* Removed the unused build dependencies (enforcer, source and javadoc plugins)
* Standards-Version updated to 4.0.0
+ * Switch to debhelper level 10
-- Emmanuel Bourg <ebourg at apache.org> Tue, 25 Jul 2017 18:05:54 +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 722d74d..bfa9b93 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: Tim Potter <tpot at hp.com>, Christopher Hoskin <mans0954 at debian.org>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
default-jdk,
javahelper,
libehcache-java,
diff --git a/debian/rules b/debian/rules
index 41fb9d5..f65d183 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,4 +4,4 @@ export JAVA_HOME=/usr/lib/jvm/default-java
export JAVA_TOOL_OPTIONS=-Dfile.encoding=UTF8
%:
- dh $@ --buildsystem=maven --with javahelper
+ dh $@ --with javahelper
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/dropwizard-metrics.git
More information about the pkg-java-commits
mailing list