This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libtools-macro-clojure.
commit 0aaaf733a03e183da0c032ee989239e21bbeb941 Author: Emmanuel Bourg <[email protected]> Date: Fri Sep 12 19:44:22 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 e6eb720..a40fc6c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ libtools-macro-clojure (0.1.1-2) UNRELEASED; urgency=medium * Team upload. * Standards-Version updated to 3.9.5 (no changes) + * Switch to debhelper level 9 -- Emmanuel Bourg <[email protected]> Fri, 12 Sep 2014 19:42:55 +0200 diff --git a/debian/compat b/debian/compat index 45a4fb7..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -8 +9 diff --git a/debian/control b/debian/control index e33a258..00e588a 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Daigo Moriwaki <[email protected]>, -Build-Depends: debhelper (>= 8.0.0), javahelper (>= 0.32), clojure1.4, default-jdk, libtext-markdown-perl, maven-repo-helper (>= 1.5~) +Build-Depends: debhelper (>= 9), javahelper (>= 0.32), clojure1.4, default-jdk, libtext-markdown-perl, maven-repo-helper (>= 1.5~) Standards-Version: 3.9.5 Homepage: https://github.com/clojure/tools.macro Vcs-Git: git://git.debian.org/pkg-java/libtools-macro-clojure.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libtools-macro-clojure.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

