This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jayway-jsonpath.
commit 15c45c8a59cfc71f68b33bcbf609b532ecdb75f8 Author: Emmanuel Bourg <[email protected]> Date: Tue Nov 15 11:36:33 2016 +0100 Switch to debhelper level 10 --- debian/changelog | 6 ++++++ debian/compat | 2 +- debian/control | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index c3f4c3f..25f9923 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +jayway-jsonpath (2.0.0-3) UNRELEASED; urgency=medium + + * Switch to debhelper level 10 + + -- Emmanuel Bourg <[email protected]> Tue, 15 Nov 2016 11:36:32 +0100 + jayway-jsonpath (2.0.0-2) unstable; urgency=medium * Restored the dependencies of libjsonpath-java 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 83076eb..1236f75 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: java Priority: optional Maintainer: Debian Java Maintainers <[email protected]> Uploaders: Emmanuel Bourg <[email protected]> -Build-Depends: debhelper (>= 9), default-jdk, gradle-debian-helper (>= 1.3), maven-repo-helper +Build-Depends: debhelper (>= 10), default-jdk, gradle-debian-helper (>= 1.3), maven-repo-helper Build-Depends-Indep: junit4, libcommons-io-java, libgoogle-gson-java, -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jayway-jsonpath.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

