[SCM] Qt 4 packaging branch, master, updated. debian/4.8.7+dfsg-7-2-g0cf8e34

Pino Toscano pino at moszumanska.debian.org
Sun May 22 17:36:45 UTC 2016


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qt4-x11.git;a=commitdiff;h=0cf8e34

The following commit has been merged in the master branch:
commit 0cf8e34bc832353055cd9f2eb774f03fe34aeb78
Author: Pino Toscano <pino at debian.org>
Date:   Sun May 22 19:36:19 2016 +0200

    disable pch also on powerpcspe (#773270)
    
    thanks Roland Stigge
---
 debian/changelog | 2 ++
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index e0f8c3a..0dd346b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
 qt4-x11 (4:4.8.7+dfsg-8) UNRELEASED; urgency=medium
 
+  [ Pino Toscano ]
+  * Disable pch also on powerpcspe; thanks Roland Stigge. (Closes: #773270)
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 22 May 2016 19:33:08 +0200
 
diff --git a/debian/rules b/debian/rules
index 5a88c75..b0621c0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -85,7 +85,7 @@ else
   endif
 endif
 
-no_pch_architectures := arm64 armhf ia64 powerpc ppc64 ppc64el
+no_pch_architectures := arm64 armhf ia64 powerpc powerpcspe ppc64 ppc64el
 ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), $(no_pch_architectures)))
 	extra_configure_opts += -no-pch
 endif

-- 
Qt 4 packaging



More information about the pkg-kde-commits mailing list