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 e9d5fed0906ecd3a0f3988aa72a5ba6aa09c9aad Author: Emmanuel Bourg <[email protected]> Date: Wed Aug 3 09:33:47 2016 +0200 Depend on libjson-smart-java (>= 2.1) --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index f4fc9c6..1c2a5b7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ jayway-jsonpath (2.0.0-1) UNRELEASED; urgency=medium * New upstream release - Build with Gradle instead of Maven + - Depend on libjson-smart-java (>= 2.1) * Fixed the Vcs-* fields * Standards-Version updated to 3.9.8 * Remove the Gradle wrapper from the upstream tarball diff --git a/debian/control b/debian/control index 3fd5ec3..96e67d7 100644 --- a/debian/control +++ b/debian/control @@ -8,7 +8,7 @@ Build-Depends-Indep: junit4, libcommons-io-java, libhamcrest-java, libjackson-json-java, - libjson-smart-java, + libjson-smart-java (>= 2.1), libmaven-bundle-plugin-java, libslf4j-java Standards-Version: 3.9.8 -- 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

