[SCM] eclipse - Powerful IDE written in java - Debian package. branch, master, updated. a5a474675f7d367eadb83340ef24b99b4be1976e
Benjamin Drung
bdrung-guest at alioth.debian.org
Sun Feb 21 23:58:15 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 a5a474675f7d367eadb83340ef24b99b4be1976e (commit)
via 95943e61ddd2440341ccca3bab9b5472f2e4af1c (commit)
from 6eb5e4832b5428a7c3e3a598fb7b94a6a9147973 (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 a5a474675f7d367eadb83340ef24b99b4be1976e
Author: Benjamin Drung <bdrung at ubuntu.com>
Date: Mon Feb 22 00:57:59 2010 +0100
Make copy-platform script executable.
commit 95943e61ddd2440341ccca3bab9b5472f2e4af1c
Author: Benjamin Drung <bdrung at ubuntu.com>
Date: Mon Feb 22 00:57:37 2010 +0100
Drop org.eclipse.equinox.concurrent jar.
-----------------------------------------------------------------------
Summary of changes:
debian/eclipse-platform.install | 1 -
debian/rules | 2 +-
2 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/debian/eclipse-platform.install b/debian/eclipse-platform.install
index e6f0f05..2596c15 100644
--- a/debian/eclipse-platform.install
+++ b/debian/eclipse-platform.install
@@ -82,7 +82,6 @@ usr/lib/eclipse/plugins/org.eclipse.ecf.source_*.jar
usr/lib/eclipse/plugins/org.eclipse.ecf.ssl.source_*.jar
usr/lib/eclipse/plugins/org.eclipse.ecf.ssl_*.jar
usr/lib/eclipse/plugins/org.eclipse.ecf_*.jar
-usr/lib/eclipse/plugins/org.eclipse.equinox.concurrent_*.jar
usr/lib/eclipse/plugins/org.eclipse.equinox.frameworkadmin.equinox.source_*.jar
usr/lib/eclipse/plugins/org.eclipse.equinox.frameworkadmin.equinox_*.jar
usr/lib/eclipse/plugins/org.eclipse.equinox.frameworkadmin.source_*.jar
diff --git a/debian/rules b/debian/rules
index 2340b92..4c9fa8d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -184,7 +184,7 @@ PDEBUILD_INSTALL:=debian/tmp/usr/lib/eclipse/buildscripts/pde-build
generate-pdebuild-scripts: debian-install-stamp
@echo "*** generate-pdebuild-scripts ***"
mkdir -p `dirname $(COPY_PLATFORM_INSTALL)` `dirname $(PDEBUILD_INSTALL)`
- cp pdebuild/eclipse-copy-platform.sh $(COPY_PLATFORM_INSTALL)
+ install -m 755 pdebuild/eclipse-copy-platform.sh $(COPY_PLATFORM_INSTALL)
( \
cd $(DEBIAN_PACK_LIBDIR) ; \
ls -d * | egrep -v '^(plugins|features|about_files|dropins|buildscripts)$$' ; \
hooks/post-receive
--
eclipse - Powerful IDE written in java - Debian package.
More information about the pkg-java-commits
mailing list