[SCM] eclipse - Powerful IDE written in java - Debian package. branch, master, updated. 8cb77eaf8cda8c0dc534e1d628fdc36fc79216b6

Niels Thykier nthykier-guest at alioth.debian.org
Sat Oct 10 15:48:06 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  8cb77eaf8cda8c0dc534e1d628fdc36fc79216b6 (commit)
      from  16457dc4f2f4e66a2cea4d82082da06b54c8ad5c (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 8cb77eaf8cda8c0dc534e1d628fdc36fc79216b6
Author: Niels Thykier <niels at thykier.net>
Date:   Sat Oct 10 17:48:02 2009 +0200

    Fix slashes for consistency.

-----------------------------------------------------------------------

Summary of changes:
 debian/rules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/rules b/debian/rules
index 89e849b..4534746 100755
--- a/debian/rules
+++ b/debian/rules
@@ -57,7 +57,7 @@ binary-post-install/eclipse-rcp::
 	# This script is stored in a patch, so the exec bit is not set the first time.
 	test -x swt_bundle.sh || chmod a+x swt_bundle.sh
 	# Extract swt's bundle from eclipse-rcp where all the other bundles are installed.
-	$(DEB_ANT_INVOKE) -Dprefix=usr/ -Dlibdir=lib/ -Declipse.rcp.package.root=debian/eclipse-rcp/ \
+	$(DEB_ANT_INVOKE) -Dprefix=/usr -Dlibdir=/lib -Declipse.rcp.package.root=debian/eclipse-rcp/ \
 	    -Declipse.swt.package.root=debian/libswt-gtk-3.5-jni package.extract.swt
 	# Remove outdated libraries or else shlibdeps will fail later.
 	rm -f debian/libswt-gtk-3.5-jni/usr/lib/eclipse/configuration/org.eclipse.osgi/bundles/*/1/.cp/libswt-mozilla-gcc*


hooks/post-receive
-- 
eclipse - Powerful IDE written in java - Debian package.



More information about the pkg-java-commits mailing list