This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository swtcalendar.
commit 42123d2fda6fa803addea2749543c4c67832422a Author: Emmanuel Bourg <[email protected]> Date: Mon Aug 1 22:30:47 2016 +0200 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 e0b6657..ef6485a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ swtcalendar (0.5-2) UNRELEASED; urgency=medium * Team upload. * Transition to libswt-gtk-4-java * Use canonical Vcs-* URLs + * Switch to debhelper level 9 -- Emmanuel Bourg <[email protected]> Mon, 01 Aug 2016 22:28:01 +0200 diff --git a/debian/compat b/debian/compat index 45a4fb7..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -8 +9 diff --git a/debian/control b/debian/control index 19160ca..f1073af 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: extra Maintainer: Debian Java maintainers <[email protected]> Uploaders: Sebastian Reichel <[email protected]> -Build-Depends: debhelper (>= 8.0.0), javahelper +Build-Depends: debhelper (>= 9), javahelper Build-Depends-Indep: ant, default-jdk, libswt-gtk-4-java -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/swtcalendar.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

