This is an automated email from the git hooks/post-receive script. pini pushed a commit to branch master in repository json-simple.
commit 932425a56219ac3cec3e37db95870ec5cf3968dc Author: Gilles Filippini <[email protected]> Date: Sun Dec 3 14:33:31 2017 +0100 Symlink the jar file into the old maven location So that gradle can find it (fix mockito FTBFS) --- debian/changelog | 7 +++++++ debian/libjson-simple-java.links | 1 + 2 files changed, 8 insertions(+) diff --git a/debian/changelog b/debian/changelog index f0d6dc6..ab82337 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +json-simple (2.3.0-1~exp2) experimental; urgency=medium + + * Add symlink to have the jar file in the old maven location so that + gradle can find it (fix mockito FTBFS) + + -- Gilles Filippini <[email protected]> Sun, 03 Dec 2017 14:20:28 +0100 + json-simple (2.3.0-1~exp1) experimental; urgency=medium * New upstream release diff --git a/debian/libjson-simple-java.links b/debian/libjson-simple-java.links new file mode 100644 index 0000000..5cf4dce --- /dev/null +++ b/debian/libjson-simple-java.links @@ -0,0 +1 @@ +usr/share/maven-repo/com/github/cliftonlabs/json-simple/debian/json-simple-debian.jar usr/share/maven-repo/com/googlecode/json-simple/json-simple/debian/json-simple-debian.jar -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/json-simple.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

