This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository cobertura.
commit 17419771426216776a6fb1a541af6b0fdf6ab2e1 Author: Emmanuel Bourg <[email protected]> Date: Wed Sep 10 01:13:32 2014 +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 c5f3d99..b776c05 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ cobertura (1.9.4.1+dfsg-4) UNRELEASED; urgency=medium - Build depend on libservlet3.1-java instead of libservlet2.5-java - Removed the dependency on libservlet2.5-java for libcobertura-java - Standards-Version updated to 3.9.5 (no changes) + * Switch to debhelper level 9 -- Emmanuel Bourg <[email protected]> Tue, 09 Sep 2014 23:55:14 +0200 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 7ae21c8..e4ba648 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Miguel Landaeta <[email protected]> Section: java Priority: optional -Build-Depends: debhelper (>= 7.0.50~), ant, javahelper, default-jdk, +Build-Depends: debhelper (>= 9), ant, javahelper, default-jdk, libasm3-java, junit, liboro-java, liblog4j1.2-java, libservlet3.1-java, docbook-to-man, maven-repo-helper Standards-Version: 3.9.5 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/cobertura.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

