[maven] 05/06: Build depend on debhelper >= 9
Emmanuel Bourg
ebourg-guest at alioth.debian.org
Mon Oct 21 20:51:25 UTC 2013
This is an automated email from the git hooks/post-receive script.
ebourg-guest pushed a commit to branch master
in repository maven.
commit 5f7e2ebd1f5d93a7011d83460d044d0f5dceedb5
Author: Emmanuel Bourg <ebourg at apache.org>
Date: Mon Oct 21 22:48:45 2013 +0200
Build depend on debhelper >= 9
---
debian/changelog | 1 +
debian/compat | 2 +-
debian/control | 2 +-
3 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e7ec09d..098df71 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ maven (3.0.5-1) UNRELEASED; urgency=low
- Use XZ compression for the upstream tarball
- Reworked to pull the sources from the Apache Git repository
* debian/watch: Updated to watch the tags on the Github mirror
+ * Build depend on debhelper >= 9
-- Emmanuel Bourg <ebourg at apache.org> Mon, 07 Oct 2013 18:16:18 +0200
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 798a566..19db487 100644
--- a/debian/control
+++ b/debian/control
@@ -26,7 +26,7 @@ Build-Depends-Indep: ant-optional,
libxmlunit-java,
maven-ant-helper,
maven-repo-helper
-Build-Depends: ant, cdbs, debhelper (>= 7), default-jdk
+Build-Depends: ant, cdbs, debhelper (>= 9), default-jdk
Standards-Version: 3.9.4
Homepage: http://maven.apache.org/
Vcs-Git: git://anonscm.debian.org/pkg-java/maven.git
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/maven.git
More information about the pkg-java-commits
mailing list