This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository uimaj.
commit e99c104d3fb4db473998cd17fd97ea13f6cb433b Author: Emmanuel Bourg <[email protected]> Date: Fri Mar 9 14:24:45 2018 +0100 Switch to debhelper level 11 --- 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 f5f0d72..2b631b2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ uimaj (2.10.1-2) UNRELEASED; urgency=medium * Team upload. * Fixed the build failure with Java 9 (Closes: #873249) * Standards-Version updated to 4.1.3 + * Switch to debhelper level 11 -- Emmanuel Bourg <[email protected]> Fri, 09 Mar 2018 13:27:27 +0100 diff --git a/debian/compat b/debian/compat index f599e28..b4de394 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -10 +11 diff --git a/debian/control b/debian/control index e4d1da3..de42a5a 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Fabien Poulard <[email protected]>, Damien Raude-Morvan <[email protected]>, Emmanuel Bourg <[email protected]> -Build-Depends: debhelper (>= 10), +Build-Depends: debhelper (>= 11), default-jdk, libmaven3-core-java, maven-debian-helper (>= 2.0~), -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/uimaj.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

