This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jspwiki.
commit 9212d4b030ea32329e96903f6fbe9c58ffd66054 Author: Emmanuel Bourg <[email protected]> Date: Sat Dec 3 23:05:33 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 f40dfc2..e32966c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ jspwiki (2.8.0-7) UNRELEASED; urgency=medium * Team upload. * Standards-Version updated to 3.9.8 * Use secure Vcs-* URLs + * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Wed, 10 Aug 2016 22:03:33 +0200 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 8d900a8..8b568e7 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: contrib/web Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Adnan Hodzic <[email protected]> -Build-Depends: ant, debhelper (>= 9), default-jdk +Build-Depends: ant, debhelper (>= 10), default-jdk Build-Depends-Indep: libcommons-codec-java, libcommons-fileupload-java, libcommons-httpclient-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jspwiki.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

