[SCM] eclipse - Powerful IDE written in java - Debian package. branch, master, updated. debian/3.7.1-1-6-g416baed

Jakub Adam jakub.adam at ktknet.cz
Wed Feb 29 19:58:27 UTC 2012


The following commit has been merged in the master branch:
commit 416baed96dee7a3d67c61de7b73386455273e9d0
Author: Jakub Adam <jakub.adam at ktknet.cz>
Date:   Tue Feb 28 23:36:36 2012 +0100

    Remove org.eclipse.swt from bundles.info so that its upgrade does not break Eclipse

diff --git a/debian/rules b/debian/rules
index 6957cc3..f4ced1e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -49,6 +49,8 @@ override_dh_install:
 	echo 'osgi.bundlefile.limit=100' >> debian/tmp/usr/lib/eclipse/configuration/config.ini
 	# Remove the unnecessary configuration data (taken from Fedora spec)
 	find debian/tmp/usr/lib/eclipse -depth -type d -empty -delete
+	# Remove org.eclipse.swt from bundles.info so that its upgrade does not break Eclipse
+	sed -i /org.eclipse.swt/d debian/tmp/usr/lib/eclipse/configuration/org.eclipse.equinox.simpleconfigurator/bundles.info
 	# fix permissions of scripts
 	### FIXME - update to the new dropins layout (steal from fedora-spec file)
 	chmod +x debian/tmp/usr/lib/eclipse/dropins/sdk/plugins/org.eclipse.pde.build_*/templates/package-build/*.sh

-- 
eclipse - Powerful IDE written in java - Debian package.



More information about the pkg-java-commits mailing list