[stax-ex] 02/16: Switch to debhelper level 10
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Oct 23 22:36:33 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository stax-ex.
commit c24466513e2d2a089bf0870f3426d316af49f622
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon Oct 23 23:15:08 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 0843816..737923b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ stax-ex (1.7.1-3) UNRELEASED; urgency=medium
* Team upload.
* Standards-Version updated to 4.1.1
+ * Switch to debhelper level 10
-- Emmanuel Bourg <ebourg at apache.org> Mon, 23 Oct 2017 23:14:58 +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 405033e..537013d 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: Timo Aaltonen <tjaalton at ubuntu.com>
-Build-Depends: debhelper (>= 9),
+Build-Depends: debhelper (>= 10),
default-jdk,
javahelper,
maven-debian-helper (>= 1.5)
diff --git a/debian/rules b/debian/rules
index d755df6..5a6351f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
%:
- dh $@ --buildsystem=maven
+ dh $@
get-orig-source:
uscan --download-current-version --force-download --rename
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/stax-ex.git
More information about the pkg-java-commits
mailing list