[SCM] Qt 4 packaging branch, master, updated. debian/4.8.5+git242-g0315971+dfsg-1-4-ga0cefaa

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Mon Mar 10 17:32:05 UTC 2014


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

The following commit has been merged in the master branch:
commit 9e344f1827298dceb6930a3180c92843c1d2d865
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Mon Mar 10 13:10:50 2014 -0300

    Add powerpc to the list of archs that will not build with pch.
---
 debian/changelog | 3 +++
 debian/rules     | 2 +-
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 2953e93..718ab29 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,9 @@ qt4-x11 (4:4.8.5+git242-g0315971+dfsg-2) UNRELEASED; urgency=medium
 
   [ Lisandro Damián Nicanor Pérez Meyer ]
   * Update symbols files with buildd's logs.
+  * Add powerpc to the list of archs that will not build with precompiled
+    headers. The last upload FTBFS due to a pch problem, reproducible in a
+    porter box. I have mailed debian-powerpc informing them of the situation.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Mon, 10 Mar 2014 12:36:13 -0300
 
diff --git a/debian/rules b/debian/rules
index ef9a291..1b34ffc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -82,7 +82,7 @@ else
   endif
 endif
 
-no_pch_architectures := armhf ia64
+no_pch_architectures := armhf ia64 powerpc
 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