The following commit has been merged in the master branch:
commit f788ff6f7ca673f881b7efaf6e37a4c3f9fa0437
Author: Jakub Adam <[email protected]>
Date: Thu May 10 01:59:56 2012 +0200
d/rules: Fix build on 64-bit platforms
diff --git a/debian/changelog b/debian/changelog
index 279ca7c..09de681 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+swt-gtk (3.8.0~m7-2) UNRELEASED; urgency=low
+
+ * Fix build on 64-bit platforms.
+
+ -- Jakub Adam <[email protected]> Thu, 10 May 2012 01:58:43 +0200
+
swt-gtk (3.8.0~m7-1) experimental; urgency=low
[ Jakub Adam ]
diff --git a/debian/rules b/debian/rules
index 5577aef..ec4e5ec 100755
--- a/debian/rules
+++ b/debian/rules
@@ -17,7 +17,7 @@ DEB_PATCHDIRS = debian/patches/common
BITS = $(shell dpkg-architecture -qDEB_HOST_ARCH_BITS)
ifeq (64,$(BITS))
-DEB_PATCHDIES += debian/patches/64
+DEB_PATCHDIRS += debian/patches/64
endif
# Must be included after setting DEB_PATCHDIRS
--
Debian packaging for swt-gtk.
_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits