The following commit has been merged in the master branch:
commit 416baed96dee7a3d67c61de7b73386455273e9d0
Author: Jakub Adam <jakub.a...@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.

_______________________________________________
pkg-java-commits mailing list
pkg-java-comm...@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to