This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch master in repository joptsimple.
commit 2d5432f6c3008a351c1ae6d577ea9086aaee5c44 Author: Emmanuel Bourg <[email protected]> Date: Wed Dec 4 13:59:14 2013 +0100 Switch to debhelper level 9 --- debian/changelog | 4 ++++ debian/compat | 2 +- debian/control | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index c0d3915..6f60afc 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,11 @@ joptsimple (3.1-5) UNRELEASED; urgency=low + [ Samuel Thibault ] * Bump Standards-Version to 3.9.5 (no changes). + [ Emmanuel Bourg ] + * Switch to debhelper level 9 + -- Samuel Thibault <[email protected]> Sat, 13 Jul 2013 18:51:34 +0200 joptsimple (3.1-4) unstable; urgency=low diff --git a/debian/compat b/debian/compat index 7f8f011..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -7 +9 diff --git a/debian/control b/debian/control index 9fd2aec..7ca84dc 100644 --- a/debian/control +++ b/debian/control @@ -1,7 +1,7 @@ Source: joptsimple Priority: extra Maintainer: Samuel Thibault <[email protected]> -Build-Depends: debhelper (>= 7) +Build-Depends: debhelper (>= 9) Build-Depends-Indep: default-jdk Standards-Version: 3.9.5 Section: java -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/joptsimple.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

