This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository httpcomponents-asyncclient.
commit a5be175a33faec6b4d08f2199cab0a540889671f Author: Emmanuel Bourg <[email protected]> Date: Sun Nov 13 22:56:10 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 dc81c64..a002bf7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ httpcomponents-asyncclient (4.1-3) UNRELEASED; urgency=medium * Team upload. * Fixed the watch file + * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Sun, 13 Nov 2016 22:55:43 +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 14bb659..a9833b0 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Emmanuel Bourg <[email protected]> Build-Depends: cdbs, - debhelper (>= 9), + debhelper (>= 10), default-jdk, junit4, libbuild-helper-maven-plugin-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/httpcomponents-asyncclient.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

