This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository derby.
commit 99a55cc64b763b0326b94920ba57312344ce7b27 Author: Emmanuel Bourg <[email protected]> Date: Tue Nov 14 10:45:44 2017 +0100 Switch to debhelper level 10 --- 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 05c592d..a4296fa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ derby (10.14.1.0-1) UNRELEASED; urgency=medium * Team upload. * New upstream release * Standards-Version updated to 4.1.1 + * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Tue, 14 Nov 2017 10:40:39 +0100 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 b1ef4cf..82e1c53 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Tim Booth <[email protected]>, Emmanuel Bourg <[email protected]> Build-Depends: ant (>= 1.7), - debhelper (>= 9), + debhelper (>= 10), default-jdk, javacc4, junit, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/derby.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

