This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jffi.
commit b059ea41d96422ddcbf66aa4a054211854b302fa Author: Emmanuel Bourg <[email protected]> Date: Mon Nov 7 13:16:46 2016 +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 b154906..46a4d6f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ jffi (1.2.7-10) UNRELEASED; urgency=medium * Team upload. * Standards-Version updated to 3.9.8 + * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Mon, 07 Nov 2016 13:16:21 +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 b5f535f..9c42ce0 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Jakub Adam <[email protected]>, Tim Potter <[email protected]> -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 10), javahelper, maven-debian-helper, libmaven-antrun-plugin-java, libmaven-assembly-plugin-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jffi.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

