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

Niels Thykier nthykier-guest at alioth.debian.org
Thu Sep 17 07:41:18 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  167e42d533e5f925d44bb26ec57ed577f3f0cf02 (commit)
      from  835c2d7f11e6f594984567986295a016f8620aa0 (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 167e42d533e5f925d44bb26ec57ed577f3f0cf02
Author: Niels Thykier <niels at thykier.net>
Date:   Thu Sep 17 09:41:12 2009 +0200

    Updated path correction.

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

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

diff --git a/debian/rules b/debian/rules
index 1431353..5fb85d2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -128,7 +128,8 @@ install-tmp-stamp: build-stamp
 	# Die fiend of the old ages.
 	rm -f debian/*/usr/lib/eclipse/configuration/org.eclipse.osgi/bundles/*/1/.cp/libswt-mozilla-gcc3-gtk-*.so
 	# Normalize the paths.
-	grep -I -r debian/tmp debian/tmp/ | cut -f 1 -d : | sort -u | xargs sed -i s@$(CURDIR)/debian/tmp@@g
+	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
 
 MIRROR := ftp://ftp.wh2.tu-dresden.de/pub/mirrors/eclipse/technology/linuxtools/eclipse-build
 EBUILD := eclipse-build-R0_3_0


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



More information about the pkg-java-commits mailing list