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

Niels Thykier nthykier-guest at alioth.debian.org
Sun Oct 11 23:02:46 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  eac39263d7f500c6d735da8980795b782194b83a (commit)
      from  e19c4b4c1246a4e2ba3887f6e08987263659088a (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 eac39263d7f500c6d735da8980795b782194b83a
Author: Niels Thykier <niels at thykier.net>
Date:   Mon Oct 12 01:02:36 2009 +0200

    Fixed the update problem.

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

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

diff --git a/debian/TODO b/debian/TODO
index 94e5b50..afa8dcf 100644
--- a/debian/TODO
+++ b/debian/TODO
@@ -1,6 +1,4 @@
 Things needed to be fixed (discussed on 2009-10-09 on IRC; sorted by importance):
- * Update stuff https://launchpad.net/bugs/438414
-   - Might be solved by actually installing osgi bundles.
  * cdt
  * xulrunner detection & dependency
  * osgi jars in separate package https://launchpad.net/bugs/102717
diff --git a/debian/rules b/debian/rules
index 6aba765..9a05164 100755
--- a/debian/rules
+++ b/debian/rules
@@ -149,3 +149,5 @@ debian-install-stamp:
 			sh debian/extra/plugin-linker.sh "$(DEB_DESTDIR)usr/lib/eclipse/" `echo $$LINE | sed 's/:/ /g'` ; \
 		fi ;\
 	done
+	# Correct the profile in config.ini - else eclipse will refuse to open the update/install menus.
+	sed -i 's/SDKProfile/PlatformProfile/' "$(DEB_DESTDIR)usr/lib/eclipse/configuration/config.ini"
\ No newline at end of file


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



More information about the pkg-java-commits mailing list