[SCM] Debian packaging for swt-gtk. branch, master, updated. debian/3.8.0_rc2-3-10-gbec5fa4

Jakub Adam jakub.adam at ktknet.cz
Wed Jun 20 20:22:03 UTC 2012


The following commit has been merged in the master branch:
commit f788ff6f7ca673f881b7efaf6e37a4c3f9fa0437
Author: Jakub Adam <jakub.adam at ktknet.cz>
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 <jakub.adam at ktknet.cz>  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.



More information about the pkg-java-commits mailing list