This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository plexus-containers1.5.
commit 4ae31a2ad5b0823445b58ef31c9360d4daca2fcf Author: Emmanuel Bourg <[email protected]> Date: Fri Jun 23 09:57:01 2017 +0200 Added a symlink for plexus-component-annotations-1.5-1.6.jar in /usr/share/java to work around a gradle issue (see #865499) --- debian/changelog | 2 ++ debian/libplexus-component-annotations-java.links | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 71f15bb..3cf7238 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,7 @@ plexus-containers1.5 (1.7.1-2) UNRELEASED; urgency=medium + * Added a symlink for plexus-component-annotations-1.5-1.6.jar + in /usr/share/java to work around a gradle issue (see #865499) * Standards-Version updated to 4.0.0 -- Emmanuel Bourg <[email protected]> Fri, 23 Jun 2017 09:52:07 +0200 diff --git a/debian/libplexus-component-annotations-java.links b/debian/libplexus-component-annotations-java.links new file mode 100644 index 0000000..13b71eb --- /dev/null +++ b/debian/libplexus-component-annotations-java.links @@ -0,0 +1 @@ +/usr/share/java/plexus-component-annotations-1.5.jar /usr/share/java/plexus-component-annotations-1.5-1.6.jar -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/plexus-containers1.5.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

