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

Niels Thykier nthykier-guest at alioth.debian.org
Tue Oct 13 19:00:30 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  08147c677b82a96507256758d943296e9a36c61c (commit)
       via  71236628cc4ce399b306d3bbaef3652034a6da34 (commit)
      from  39442632e482657e851fd8eae2fabeb751653684 (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 08147c677b82a96507256758d943296e9a36c61c
Author: Niels Thykier <niels at thykier.net>
Date:   Tue Oct 13 21:00:24 2009 +0200

    Update TODO.

commit 71236628cc4ce399b306d3bbaef3652034a6da34
Author: Niels Thykier <niels at thykier.net>
Date:   Tue Oct 13 21:00:08 2009 +0200

    Correct the new rules.

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

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

diff --git a/debian/TODO b/debian/TODO
index b72d90f..3ab63aa 100644
--- a/debian/TODO
+++ b/debian/TODO
@@ -1,7 +1,6 @@
 Things needed to be fixed (discussed on 2009-10-09 on IRC; sorted by importance):
  * cdt
  * xulrunner detection & dependency
- * osgi jars in separate package https://launchpad.net/bugs/102717
  * Use system jars rather than pre-compiled ones. (e.g. luence, ant, etc.)
  * debian/rules: Turn all calls in debian-build-stamp and debian-install-stamp
    into patches and send them to eclipse-build.
diff --git a/debian/rules b/debian/rules
index 88c2344..88e1db1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -58,8 +58,8 @@ binary-post-install/libequniox-osgi-java::
 	mkdir -p debian/libequniox-osgi-java/usr/share/java
 	cd debian/libequniox-osgi-java/usr/share/java && \
 	  for FILE in ../../lib/eclipse/plugins/* ; do \
-		ln -s $$FILE
-		ln -s $$FILE `echo $$FILE | sed 's/_.*$//g'`.jar
+		ln -s $$FILE ; \
+		ln -s $$FILE `echo $$FILE | sed 's/_.*$$//g'`.jar ; \
 	  done
 	# Redo this step, just in case.
 	dh_link -plibequniox-osgi-java


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



More information about the pkg-java-commits mailing list