[SCM] qtbase packaging branch, master, updated. debian/5.0.2+dfsg1-2-11-g5037892

Timo Jyrinki timo at alioth.debian.org
Mon Apr 22 08:59:37 UTC 2013


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtbase.git;a=commitdiff;h=5037892

The following commit has been merged in the master branch:
commit 5037892f9ed0c3f7472d51c156d177b0d367f6f9
Author: Timo Jyrinki <timo.jyrinki at canonical.com>
Date:   Mon Apr 22 08:59:26 2013 +0000

    armel and armhf listed separately in no_pch_architectures
---
 debian/rules |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/rules b/debian/rules
index 024dd9b..92f42af 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,7 +48,7 @@ else
 	extra_configure_opts += -no-sql-ibase
 endif
 
-no_pch_architectures := arm ia64
+no_pch_architectures := armel armhf ia64
 ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), $(no_pch_architectures)))
 	extra_configure_opts += -no-pch
 endif

-- 
qtbase packaging



More information about the pkg-kde-commits mailing list