This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository commons-httpclient.
commit bec75ed6968f11a22b7987ffe7243060949f8380 Author: Emmanuel Bourg <[email protected]> Date: Tue Jul 4 09:44:19 2017 +0200 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 fb96177..0b2d21d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ commons-httpclient (3.1-13) UNRELEASED; urgency=medium * Moved the package to Git * Standards-Version updated to 4.0.0 + * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Tue, 04 Jul 2017 09:39:51 +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 9c0dd44..7ba76f1 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Uploaders: Build-Depends: ant, cdbs, - debhelper (>= 9), + debhelper (>= 10), default-jdk, junit, libcommons-codec-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/commons-httpclient.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

