This is an automated email from the git hooks/post-receive script. apo-guest pushed a commit to branch experimental in repository javatools.
commit d58d3158fcd58dc8869df211e0429db72fa33e77 Author: Markus Koschany <[email protected]> Date: Fri Dec 5 09:45:03 2014 +0100 Use compat level 9 and require debhelper >= 9. --- debian/compat | 2 +- debian/control | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 46c9c61..2e798dd 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Uploaders: Matthew Johnson <[email protected]>, Niels Thykier <[email protected]> Build-Depends: - debhelper (>= 7.0.50~) + debhelper (>= 9) Build-Depends-Indep: default-jdk, libarchive-zip-perl (>= 1.30-6~), -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/javatools.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

