This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository uima-addons.
commit a75ba07d80b7f174048a58f0180a3317c0724bc7 Author: Emmanuel Bourg <[email protected]> Date: Fri Dec 11 23:21:03 2015 +0100 Switch to debhelper level 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 629296c..9b074d9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ uima-addons (2.3.1-4) UNRELEASED; urgency=medium * Fixed the build failure with Maven 3 (Closes: #807706) * Build with the DH sequencer instead of CDBS * Standards-Version updated to 3.9.6 (no changes) + * Switch to debhelper level 9 -- Emmanuel Bourg <[email protected]> Fri, 11 Dec 2015 23:11:15 +0100 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 5c60f75..476c271 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Damien Raude-Morvan <[email protected]> -Build-Depends: debhelper (>= 7), default-jdk, maven-debian-helper (>= 1.4.5) +Build-Depends: debhelper (>= 9), default-jdk, maven-debian-helper (>= 1.4.5) Build-Depends-Indep: ant, ant-doc, bsh, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/uima-addons.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

