This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository httpcomponents-client.
commit cc6995400318583bb0499a1dc62482e122385ffe Author: Emmanuel Bourg <[email protected]> Date: Mon Jun 19 16:24:55 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 59046d3..d8dd364 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ httpcomponents-client (4.5.3-1) UNRELEASED; urgency=medium * Team upload. * New upstream release - Removed httpcore-ThreadSafe.patch (fixed upstream) + * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Mon, 19 Jun 2017 16:22:54 +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 3ed90ff..ba69ba7 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Uploaders: Emmanuel Bourg <[email protected]> Build-Depends: cdbs, - debhelper (>= 9), + debhelper (>= 10), default-jdk, javahelper, maven-debian-helper -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/httpcomponents-client.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

