This is an automated email from the git hooks/post-receive script. pini pushed a commit to branch master in repository json-simple.
commit 984fe5630ecd9b6b451aee2e0b8eaea1b4de80c0 Author: Gilles Filippini <[email protected]> Date: Sun Sep 22 19:01:11 2013 +0200 Convenience symbolic link for json_simple.jar Should be removed once the build-depending packages are fixed. --- debian/README.Debian | 15 +++++++++++++++ debian/changelog | 5 +++++ debian/libjson-simple-java.links | 1 + 3 files changed, 21 insertions(+) diff --git a/debian/README.Debian b/debian/README.Debian new file mode 100644 index 0000000..a7e798a --- /dev/null +++ b/debian/README.Debian @@ -0,0 +1,15 @@ +Jar file name change starting with release 1.1.1 +------------------------------------------------ + +Up to release 1.1, the jar filename was 'json_simple.jar'. Starting with +release 1.1.1 it is 'json-simple.jar'. + +The symbolic link: + /usr/share/java/json_simple.jar -> json-simple.jar +is provided for convenience in this package, but will be removed in a next +upload. + +Packages build depending on libjson-simple-java must be adapted to use the +new name. + + -- Gilles Filippini <[email protected]> Sun, 22 Sep 2013 18:42:47 +0200 diff --git a/debian/changelog b/debian/changelog index 7b92f99..e7b6978 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,6 +20,11 @@ json-simple (1.1.1-1) UNRELEASED; urgency=low + Fix VCS fields to use anonscm.debian.org + Bump Standards-Version to 3.9.4 (no changes needed) + * Add a temporary convenience symbolic link to workaround the jar filename + change from json_simple.jar to json-simple.jar. This should prevent + FTBFSs for packages build depending on libjson-simple-java until they + are fixed. + [ Andrew Ross ] * debian/rules: fix clean target to match the new source tree * debian/libjson-simple-java.poms: add --usj-name option to allow linking diff --git a/debian/libjson-simple-java.links b/debian/libjson-simple-java.links new file mode 100644 index 0000000..0d54c3c --- /dev/null +++ b/debian/libjson-simple-java.links @@ -0,0 +1 @@ +usr/share/java/json-simple.jar usr/share/java/json_simple.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

