This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository clojure.
commit f85a5fc8557b3460ba8565ec352bfe0ccd6f5d79 Author: Emmanuel Bourg <[email protected]> Date: Tue Feb 27 18:02:01 2018 +0100 Switch to debhelper level 11 --- debian/changelog | 4 ++++ debian/compat | 2 +- debian/control | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index c38f2ec..0c3662d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,11 @@ clojure (1.9.0-1) UNRELEASED; urgency=medium + [ Elana Hashman ] * New upstream version. (Closes: #886565) + [ Emmanuel Bourg ] + * Switch to debhelper level 11 + -- Elana Hashman <[email protected]> Mon, 26 Feb 2018 22:32:54 -0500 clojure (1.9.0~alpha15-2) unstable; urgency=medium diff --git a/debian/compat b/debian/compat index f599e28..b4de394 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -10 +11 diff --git a/debian/control b/debian/control index 2a72fc4..1e4557d 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Elana Hashman <[email protected]> Build-Depends: ant, - debhelper (>= 10), + debhelper (>= 11), default-jdk, javahelper, maven-repo-helper, -- 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

