This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch maintenance-1.2.0 in repository clojure.
commit 31de6d47bff04c9df2695e78ea78397aea8b4062 Author: Emmanuel Bourg <[email protected]> Date: Fri May 2 17:16:59 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 6c13156..d9b6d5a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ clojure1.2 (1.2.1+dfsg-5) UNRELEASED; urgency=medium * debian/control: - Standards-Version updated to 3.9.5 (no changes) - Removed the deprecated DM-Upload-Allowed field + * Switch to debhelper level 9 -- Emmanuel Bourg <[email protected]> Fri, 02 May 2014 17:14:38 +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 d320def..93b5b23 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: devel Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Peter Collingbourne <[email protected]>, Daigo Moriwaki <[email protected]> -Build-Depends: debhelper (>= 5), cdbs, quilt +Build-Depends: debhelper (>= 9), cdbs, quilt Build-Depends-Indep: ant, openjdk-6-jdk, libasm3-java, maven-repo-helper, javahelper Standards-Version: 3.9.5 Homepage: http://clojure.org -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/clojure.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

