This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jakarta-jmeter.
commit eba9021e0c7c3476ab182699655b30b9e6d6fec3 Author: Emmanuel Bourg <[email protected]> Date: Fri Apr 11 13:08:18 2014 +0000 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 817fc02..14a04ba 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ jakarta-jmeter (2.8-2) unstable; urgency=low * Updated the classpath of jorphan.jar to use Commons Collections 3 * Standards-Version updated to 3.9.5 (no changes) + * Switch to debhelper level 9 -- Emmanuel Bourg <[email protected]> Fri, 11 Apr 2014 15:06:06 +0200 diff --git a/debian/compat b/debian/compat index 7ed6ff8..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -5 +9 diff --git a/debian/control b/debian/control index cd3fdff..e4c2f61 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: net Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Onkar Shinde <[email protected]>, Emmanuel Bourg <[email protected]> -Build-Depends: ant, ant-optional, cdbs, debhelper (>=5), javahelper +Build-Depends: ant, ant-optional, cdbs, debhelper (>= 9), javahelper Build-Depends-Indep: default-jdk, default-jdk-doc, junit4, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jakarta-jmeter.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

