[SCM] Qt 4 packaging branch, master, updated. debian/4.8.6+dfsg-1-6-gc552e61

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Mon Jun 16 02:04:51 UTC 2014


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

The following commit has been merged in the master branch:
commit c552e619656cf8a1259a8f7f4ac0c2854eb2d218
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Sun Jun 15 23:04:21 2014 -0300

    Add ppc64el to the list of architectures that build without using pch
    
    Part of #749743.
---
 debian/changelog | 2 ++
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 9c21271..291f211 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ qt4-x11 (4:4.8.6+dfsg-2) UNRELEASED; urgency=medium
   * Update symbols files with buildd's logs.
   * Add parisc-atomic.patch to improve atomic support on parisc
     (Closes: #741190).
+  * Add ppc64el to the list of architectures that build without using pch,
+    partly solving #749743.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Tue, 13 May 2014 10:51:15 +0400
 
diff --git a/debian/rules b/debian/rules
index 27d0823..2840f4f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -82,7 +82,7 @@ else
   endif
 endif
 
-no_pch_architectures := arm64 armhf ia64 powerpc ppc64
+no_pch_architectures := arm64 armhf ia64 powerpc 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