This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository batik.
commit a2eacd8e3182b84f2c0c2fdb15151ea59ad00605 Author: Emmanuel Bourg <[email protected]> Date: Mon Oct 2 11:00:46 2017 +0200 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 b233218..eaf980a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ batik (1.9-3) UNRELEASED; urgency=medium * Team upload. * Standards-Version updated to 4.1.1 + * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Mon, 02 Oct 2017 10:42:58 +0200 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 beaaef9..fbc85cd 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Wolfgang Baer <[email protected]>, Vincent Fourmond <[email protected]>, Onkar Shinde <[email protected]> -Build-Depends: cdbs, debhelper (>= 9) +Build-Depends: cdbs, debhelper (>= 10) Build-Depends-Indep: ant, default-jdk, javahelper, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/batik.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

