[SCM] Debian packaging for swt-gtk. branch, master, updated. debian/3.7.2-3-1-gcaf6c53
أحمد المحمو =?UTF-8?Q?=D8=AF=D9=8A=20?=(Ahmed El-Mahmoudy)
aelmahmoudy at sabily.org
Sun Jun 3 09:48:04 UTC 2012
The following commit has been merged in the master branch:
commit caf6c5348f9dfa52554237ecf8cab4000b7e7c19
Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>
Date: Sun Jun 3 11:46:12 2012 +0200
Use DEB_HOST_ARCH_BITS instead of DEB_HOST_ARCH_CPU for DEB_PATCHDIRS
(simpler and extendable for future 64-bit archs)
diff --git a/debian/rules b/debian/rules
index 5910e32..4fe8b29 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,6 @@
#!/usr/bin/make -f
-alpha := 64
-amd64 := 64
-ia64 := 64
-ppc64 := 64
-DEB_PATCHDIRS = debian/patches/common debian/patches/$($(DEB_HOST_ARCH_CPU))
+DEB_PATCHDIRS = debian/patches/common debian/patches/$(DEB_HOST_ARCH_BITS)
DEB_DH_MAKESHLIBS_ARGS_ALL := -Xjni
--
Debian packaging for swt-gtk.
More information about the pkg-java-commits
mailing list