This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository commons-exec.
commit f75528fbcee43869710f21689ef3747df2216095 Author: Emmanuel Bourg <[email protected]> Date: Thu Jan 16 13:11:51 2014 +0100 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 4f45741..bb983cb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ commons-exec (1.1-3) UNRELEASED; urgency=medium * debian/control: - Standards-Version updated to 3.9.5 (no changes) + * Switch to debhelper level 9 -- Emmanuel Bourg <[email protected]> Thu, 16 Jan 2014 13:04:06 +0100 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 c6fe0ac..56e6eec 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Peter Collingbourne <[email protected]>, Ramakrishnan Muthukrishnan <[email protected]>, Emmanuel Bourg <[email protected]> -Build-Depends: ant, cdbs, debhelper (>= 5), default-jdk, maven-repo-helper, quilt +Build-Depends: ant, cdbs, debhelper (>= 9), default-jdk, maven-repo-helper, quilt Standards-Version: 3.9.5 Vcs-Browser: http://git.debian.org/?p=pkg-java/commons-exec.git Vcs-Git: git://git.debian.org/git/pkg-java/commons-exec.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/commons-exec.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

