This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository robust-http-client.
commit 799a3ebdb5c892c938cafef74c9aa2b2cbe5e37b Author: Emmanuel Bourg <[email protected]> Date: Thu Sep 14 08:50:15 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 e6a77c3..fd90022 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ robust-http-client (1.2-4) UNRELEASED; urgency=medium * Team upload. * Standards-Version updated to 4.1.0 + * Switch to debhelper level 10 -- Emmanuel Bourg <[email protected]> Thu, 14 Sep 2017 08:50:04 +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 8ec0844..641e3be 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: James Page <[email protected]> -Build-Depends: cdbs, debhelper (>= 9), default-jdk, maven-debian-helper +Build-Depends: cdbs, debhelper (>= 10), default-jdk, maven-debian-helper Build-Depends-Indep: default-jdk-doc, libmaven-javadoc-plugin-java Standards-Version: 4.1.0 Vcs-Git: git://anonscm.debian.org/pkg-java/robust-http-client.git -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/robust-http-client.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

