[maven-repo-helper] 03/04: Switch to debhelper level 10
Emmanuel Bourg
ebourg-guest at moszumanska.debian.org
Mon Oct 23 18:07:27 UTC 2017
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository maven-repo-helper.
commit 57b540401348cbc9829bada17df4aa8093bea461
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon Oct 23 19:48:04 2017 +0200
Switch to debhelper level 10
---
debian/changelog | 1 +
debian/compat | 2 +-
debian/control | 4 ++--
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 1205985..ec5af97 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ maven-repo-helper (1.9.3) UNRELEASED; urgency=medium
[ Emmanuel Bourg ]
* Removed the dependency on libstax-java
* Standards-Version updated to 4.1.1
+ * Switch to debhelper level 10
-- tony mancill <tmancill at debian.org> Tue, 23 Aug 2016 22:26:59 -0700
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 536d3cc..b7a09d8 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
Uploaders: Ludovic Claude <ludovic.claude at laposte.net>, Damien Raude-Morvan <drazzib at debian.org>,
Thomas Koch <thomas at koch.ro>, Emmanuel Bourg <ebourg at apache.org>
-Build-Depends: debhelper (>= 9), cdbs, default-jdk, ant, help2man, python-docutils
+Build-Depends: debhelper (>= 10), cdbs, default-jdk, ant, help2man, python-docutils
Build-Depends-Indep: ant-optional, junit4, libxmlunit-java, libcommons-io-java
Standards-Version: 4.1.1
Vcs-Git: https://anonscm.debian.org/git/pkg-java/maven-repo-helper.git
@@ -14,7 +14,7 @@ Homepage: http://wiki.debian.org/Java/MavenRepoSpec
Package: maven-repo-helper
Architecture: all
Depends: ${misc:Depends}, default-jre-headless (>= 1:1.6) | java6-runtime-headless
-Recommends: debhelper
+Recommends: debhelper (>= 10)
Suggests: maven-debian-helper
Breaks: maven-debian-helper (<= 1.6.6)
Description: Helper tools for including Maven metadata in Debian packages
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven-repo-helper.git
More information about the pkg-java-commits
mailing list