[SCM] Qt 4 packaging branch, master, updated. debian/4.7.3-6-3-gaffa655

Pino Toscano pino at alioth.debian.org
Wed Aug 10 12:00:51 UTC 2011


The following commit has been merged in the master branch:
commit 733e1d47f70adb62029bee4a12dc9a562067d187
Author: Pino Toscano <pino at debian.org>
Date:   Wed Aug 10 14:00:02 2011 +0200

    ise DEB_HOST_ARCH_BITS to really detect 64bit architectures
---
 debian/changelog |    2 ++
 debian/rules     |    3 +--
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 73fab19..91acc8a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 qt4-x11 (4:4.7.3-7) unstable; urgency=low
 
+  [ Pino Toscano ]
+  * Use DEB_HOST_ARCH_BITS to really detect 64bit architectures.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Wed, 10 Aug 2011 13:50:10 +0200
 
diff --git a/debian/rules b/debian/rules
index 0794935..47e5efb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -53,8 +53,7 @@ else
 endif
 
 ifeq ($(DEB_HOST_ARCH_OS),linux)
-  architectures_64bits := amd64 sparc64 s390x
-  ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), $(architectures_64bits)))
+  ifeq ($(DEB_HOST_ARCH_BITS),64)
 	platform_arg = linux-g++-64
   else
 	platform_arg = linux-g++

-- 
Qt 4 packaging



More information about the pkg-kde-commits mailing list