This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jmock.
commit 3452d8c2f6a66d247c495d73218a86a287f6f497 Author: Emmanuel Bourg <[email protected]> Date: Mon Sep 29 12:23:25 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 b963494..acdf5ea 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ jmock (1.2.0-3) UNRELEASED; urgency=medium * debian/control: - Removed Michael Koch from the Uploaders list (Closes: #654037) - Updated Standards-Version to 3.9.6 (no changes) + * Switch to debhelper level 9 -- Emmanuel Bourg <[email protected]> Mon, 29 Sep 2014 14:19:04 +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 35d82ac..931256a 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Emmanuel Bourg <[email protected]> -Build-Depends: debhelper (>= 7.0.50~), default-jdk, javahelper +Build-Depends: debhelper (>= 9), default-jdk, javahelper Build-Depends-Indep: junit (>= 3.8.2), libcglib-java, maven-repo-helper Standards-Version: 3.9.6 Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/jmock -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jmock.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

