This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository libclucy-clojure.
commit 09849f5c937b7543aeed5703ad8fd458bf9a42e1 Author: Emmanuel Bourg <[email protected]> Date: Fri Dec 23 11:31:00 2016 +0100 Switch to debhelper level 10 --- 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 082a104..8e1e2e4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ clucy (0.4.0-2) UNRELEASED; urgency=medium * Team upload. * Standards-Version updated to 3.9.8 + * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Fri, 23 Dec 2016 11:30:45 +0100 diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index 615545d..2b02835 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,7 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Daigo Moriwaki <[email protected]>, Phil Hagelberg <[email protected]>, Wolodja Wentland <[email protected]> -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 10), javahelper (>= 0.32), clojure1.6, default-jdk, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libclucy-clojure.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

