This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libbultitude-clojure.
commit 1b6aa1b6cb0be2a9e9c6b1fae7f15e2270b6acbb Author: Emmanuel Bourg <[email protected]> Date: Fri Sep 12 22:43:27 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 3ebe149..9ef57a0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ libbultitude-clojure (0.2.0-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 22:37:48 +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 5704a74..cc040ee 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, libdynapath-clojure +Build-Depends: debhelper (>= 9), javahelper (>= 0.32), clojure1.4, default-jdk, libtext-markdown-perl, libdynapath-clojure Standards-Version: 3.9.5 Homepage: https://github.com/Raynes/bultitude Vcs-Git: git://git.debian.org/pkg-java/libbultitude-clojure.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libbultitude-clojure.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

