[SCM] eclipse - Powerful IDE written in java - Debian package. branch, master, updated. b56bffc5b5cd1a1765a0d7230996200714d13d28
Niels Thykier
nthykier-guest at alioth.debian.org
Sat Mar 20 21:19:06 UTC 2010
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "eclipse - Powerful IDE written in java - Debian package.".
The branch, master has been updated
via b56bffc5b5cd1a1765a0d7230996200714d13d28 (commit)
from 6c23f8276ab157ed928145d0f736dcb996899ea1 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit b56bffc5b5cd1a1765a0d7230996200714d13d28
Author: Niels Thykier <niels at thykier.net>
Date: Sat Mar 20 22:18:23 2010 +0100
Fix broken symlinks in libequinox-osgi-java.
-----------------------------------------------------------------------
Summary of changes:
debian/rules | 9 ++++-----
1 files changed, 4 insertions(+), 5 deletions(-)
diff --git a/debian/rules b/debian/rules
index 6e22c55..143c7b1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -194,14 +194,13 @@ override_dh_install:
) | sed -e's,^\(.*\),[ ! -e \1 ] \&\& ln -s $$eclipse/\1 \1,' >> $(COPY_PLATFORM_INSTALL)
sed -e "s/@PDEBUILDVERSION@/$(PDEBUILDVERSION)/g" -e "s:@COPY_PLATFORM@:$(COPY_PLATFORM):g" < pdebuild/eclipse-pdebuild.sh > $(PDEBUILD_INSTALL)
chmod a+x $(PDEBUILD_INSTALL)
- @echo "*** binary-post-install/libequinox-osgi-java ***"
- # Do the linking.
+ dh_install
+ $(if $(wildcard debian/tmp/usr/lib/eclipse/plugins/org.eclipse.core.net.linux.*.jar),dh_install -peclipse-platform debian/tmp/usr/lib/eclipse/plugins/org.eclipse.core.net.linux.*.jar /usr/lib/eclipse/plugins)
+ $(if $(wildcard debian/tmp/usr/lib/eclipse/plugins/org.eclipse.update.core.linux*.jar),dh_install -peclipse-platform debian/tmp/usr/lib/eclipse/plugins/org.eclipse.update.core.linux*.jar /usr/lib/eclipse/plugins)
+ # Expose osgi jars
mkdir -p debian/libequinox-osgi-java/usr/share/java
cd debian/libequinox-osgi-java/usr/share/java && \
for FILE in ../../lib/eclipse/plugins/* ; do \
ln -s $$FILE ; \
ln -s $$FILE `basename $$FILE | sed 's/_.*$$//g'`.jar ; \
done
- dh_install
- $(if $(wildcard debian/tmp/usr/lib/eclipse/plugins/org.eclipse.core.net.linux.*.jar),dh_install -peclipse-platform debian/tmp/usr/lib/eclipse/plugins/org.eclipse.core.net.linux.*.jar /usr/lib/eclipse/plugins)
- $(if $(wildcard debian/tmp/usr/lib/eclipse/plugins/org.eclipse.update.core.linux*.jar),dh_install -peclipse-platform debian/tmp/usr/lib/eclipse/plugins/org.eclipse.update.core.linux*.jar /usr/lib/eclipse/plugins)
hooks/post-receive
--
eclipse - Powerful IDE written in java - Debian package.
More information about the pkg-java-commits
mailing list