Hello, This bug was fixed in Ubuntu by the attached diff.
Adrian, obviously you are busy recently, do you mind that I commit this changes to git, and ask for sponsorship ? While I am at it, do you mind I also commit the xulrunner patch (Bug#587643) ? -- أحمد المحمودي (Ahmed El-Mahmoudy) Digital design engineer GPG KeyID: 0xEDDDA1B7 GPG Fingerprint: 8206 A196 2084 7E6D 0DF8 B176 BC19 6A94 EDDD A1B7
diff -u swt-gtk-3.5.1+versionbump/debian/rules swt-gtk-3.5.1+versionbump/debian/rules
--- swt-gtk-3.5.1+versionbump/debian/rules
+++ swt-gtk-3.5.1+versionbump/debian/rules
@@ -18,8 +18,7 @@
AWT_LIB_DIR = ppc
endif
-DEB_MAKE_INVOKE += -DAWT_LIB_PATH=/usr/lib/jvm/default-java/jre/lib/\
- $(AWT_LIB_DIR)
+export AWT_LIB_PATH=/usr/lib/jvm/default-java/jre/lib/$(AWT_LIB_DIR)
include /usr/share/cdbs/1/rules/simple-patchsys.mk
include /usr/share/cdbs/1/class/makefile.mk
diff -u swt-gtk-3.5.1+versionbump/debian/changelog swt-gtk-3.5.1+versionbump/debian/changelog
--- swt-gtk-3.5.1+versionbump/debian/changelog
+++ swt-gtk-3.5.1+versionbump/debian/changelog
@@ -1,3 +1,13 @@
+swt-gtk (3.5.1+versionbump-2ubuntu3) maverick; urgency=low
+
+ * Don't set DEB_MAKE_INVOKE and pass AWT_LIB_PATH to Makefile. This used
+ to be overwritten by makefile-vars.mk in Lucid anyway, and so it was
+ ignored. It is not overwritten now, and causes the package to FTBFS.
+ Instead, export AWT_LIB_PATH before calling the makefile (LP: #601009)
+ - update debian/rules
+
+ -- Chris Coulson <[email protected]> Tue, 03 Aug 2010 01:53:58 +0100
+
swt-gtk (3.5.1+versionbump-2ubuntu2) lucid; urgency=low
* Rebuild against xulrunner-1.9.2
References
Visible links
. mailto:[email protected]
signature.asc
Description: Digital signature

