[SCM] eclipse - Powerful IDE written in java - Debian package. branch, master, updated. d5a78ec25ac9e3b346ef259907e4e51e6afc1b3e
Benjamin Drung
bdrung-guest at alioth.debian.org
Sun Sep 20 00:11:24 UTC 2009
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 d5a78ec25ac9e3b346ef259907e4e51e6afc1b3e (commit)
via cf07070397900eda541e148d64e4273a1ee0c268 (commit)
from 5dfa9fa6de7c9610b49a6559c99eb1f4f04fb560 (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 d5a78ec25ac9e3b346ef259907e4e51e6afc1b3e
Author: Benjamin Drung <bdrung at ubuntu.com>
Date: Sun Sep 20 02:11:13 2009 +0200
remove extra licence file
commit cf07070397900eda541e148d64e4273a1ee0c268
Author: Benjamin Drung <bdrung at ubuntu.com>
Date: Sun Sep 20 02:09:18 2009 +0200
readd removal of p2 directory
-----------------------------------------------------------------------
Summary of changes:
debian/rules | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diff --git a/debian/rules b/debian/rules
index 4d0943b..fb3c46b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -89,6 +89,7 @@ debian-install-stamp: debian-build-stamp
cp build/eclipse-I20090611-1540-fetched-src/buildRepo/plugins/org.eclipse.core.net.linux*.jar $(DEBIAN_PACK_LIBDIR)/plugins
cp build/eclipse-I20090611-1540-fetched-src/buildRepo/plugins/org.eclipse.update.core.linux_*.jar $(DEBIAN_PACK_LIBDIR)/plugins
+ rm -fr $(DEBIAN_PACK_LIBDIR)/p2/
# Make a link called "startup.jar" for backwards compatibility.
cd $(DEBIAN_PACK_LIBDIR) && \
eval LAUNCHERNAME=$$(ls plugins | grep equinox.launcher_) && \
@@ -151,4 +152,5 @@ debian-install-stamp: debian-build-stamp
# Normalize the paths.
grep -l -I -r debian/tmp debian/tmp/ | xargs sed -i s@$(CURDIR)/debian/tmp@@g
TO_CORRECT=`echo $(CURDIR)/debian/tmp | sed s@/@_ at g` ; grep -l -I -r debian_tmp debian/tmp/ | xargs sed -i s@$${TO_CORRECT}@@g
-
+ # remove extra licence file
+ rm -f debian/tmp/usr/lib/eclipse/plugins/org.apache.ant_*/about_files/LICENSE.sax.txt
hooks/post-receive
--
eclipse - Powerful IDE written in java - Debian package.
More information about the pkg-java-commits
mailing list