This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository commons-io.
commit dded2df7cfb336395b74f175032773e675f017e2 Author: Emmanuel Bourg <[email protected]> Date: Tue Apr 26 11:51:55 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 3982c41..3824a1a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -10,6 +10,7 @@ commons-io (2.5-1) UNRELEASED; urgency=low * Moved the package to Git * Standards-Version updated to 3.9.8 (no changes) * Use XZ compression for the upstream tarball + * Switch to debhelper level 9 -- Kumar Appaiah <[email protected]> Sat, 29 Mar 2014 15:41:28 -0400 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 272d234..de80f6a 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Varun Hiremath <[email protected]>, Jakub Adam <[email protected]>, Emmanuel Bourg <[email protected]> -Build-Depends: debhelper (>= 8), +Build-Depends: debhelper (>= 9), default-jdk, junit4, libcommons-parent-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/commons-io.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

