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

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Tue Mar 11 15:40:27 UTC 2014


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

The following commit has been merged in the master branch:
commit 2db5464576119405a9be5ffdf3ccd83158b1ed80
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Tue Mar 11 12:39:33 2014 -0300

    Also add ppc64 to the list of non-pch build archs.
---
 debian/changelog | 4 ++++
 debian/rules     | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 0812b1b..16440ac 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,9 @@
 qt4-x11 (4:4.8.5+git242-g0315971+dfsg-3) UNRELEASED; urgency=medium
 
+  [ Lisandro Damián Nicanor Pérez Meyer ]
+  * Also add ppc64 to the list of non-pch build archs. Thanks Hiroyuki Yamamoto
+    for the tip.
+
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Tue, 11 Mar 2014 12:38:06 -0300
 
 qt4-x11 (4:4.8.5+git242-g0315971+dfsg-2) unstable; urgency=medium
diff --git a/debian/rules b/debian/rules
index 1b34ffc..a7ff6f1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -82,7 +82,7 @@ else
   endif
 endif
 
-no_pch_architectures := armhf ia64 powerpc
+no_pch_architectures := armhf ia64 powerpc ppc64
 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