This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libdynapath-clojure.
commit 90bf5c42b29e19047e998d0f0d12f86750b651dd Author: Emmanuel Bourg <[email protected]> Date: Fri Sep 12 19:15:29 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 82ed29b..685b219 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ libdynapath-clojure (0.2.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:14:02 +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 9e89a8e..a246368 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 +Build-Depends: debhelper (>= 9), javahelper (>= 0.32), clojure1.4, default-jdk, libtext-markdown-perl Standards-Version: 3.9.5 Homepage: https://github.com/tobias/dynapath Vcs-Git: git://git.debian.org/pkg-java/libdynapath-clojure.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libdynapath-clojure.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

