This is an automated email from the git hooks/post-receive script. xhaakon-guest pushed a commit to branch master in repository eclipse.
commit 5e7365a8071abc084f1632b4fba67dab36449959 Author: Jakub Adam <[email protected]> Date: Tue Jan 14 17:34:31 2014 +0100 Provide convenient symlinks for jdi.jar and jdimodel.jar --- debian/changelog | 1 + debian/rules | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 0356b90..9cbc9fd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ eclipse (3.8.1-5) UNRELEASED; urgency=low * Compile org.eclipse.osgi bundle for java 1.5. - Required for Tycho build with Java 7. * Fix FTBFS on s390x architecture. + * Provide convenient symlinks for jdi.jar and jdimodel.jar (Closes: #734797). [ Matthias Klose ] * Build for arm64 and ppc64el. diff --git a/debian/rules b/debian/rules index 0da3ea2..3b5ae51 100755 --- a/debian/rules +++ b/debian/rules @@ -101,6 +101,11 @@ override_dh_install_indep: ln -s $$FILE ; \ ln -s $$FILE `basename $$FILE | sed 's/_.*$$//g'`.jar ; \ done + # Expose jdi.jar and jdimodel.jar + mkdir -p debian/eclipse-jdt/usr/share/java + cd debian/eclipse-jdt/usr/share/java; \ + ln -s ../eclipse/dropins/jdt/plugins/org.eclipse.jdt.debug_*/jdi.jar; \ + ln -s ../eclipse/dropins/jdt/plugins/org.eclipse.jdt.debug_*/jdimodel.jar; # Install poms and jars into Maven repo for pom in $(wildcard debian/poms/*.xml); do \ mh_installpom -v -plibequinox-osgi-java $$pom; \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/eclipse.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

