This is an automated email from the git hooks/post-receive script. nomadium pushed a commit to branch experimental in repository jnr-enxio.
commit 91768fcba73bbe75fdeef419330a40f3a2fdda2c Author: Miguel Landaeta <[email protected]> Date: Mon Mar 20 21:10:28 2017 +0000 Bump debhelper compat level to 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 f692275..ac7bd9d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ jnr-enxio (0.16-1) UNRELEASED; urgency=medium * New upstream release. * Add myself as uploader. + * Bump debhelper compat level to 10. -- Miguel Landaeta <[email protected]> Mon, 20 Mar 2017 21:01:07 +0000 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 7520f4b..519c148 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Tim Potter <[email protected]>, Miguel Landaeta <[email protected]> -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 10~), default-jdk, default-jdk-doc, javahelper, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jnr-enxio.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

