[SCM] qtbase packaging branch, master, updated. debian/5.3.0+dfsg-5-7-g36d1c26

Lisandro Damián Nicanor Pérez lisandro at moszumanska.debian.org
Thu Jun 26 04:40:48 UTC 2014


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

The following commit has been merged in the master branch:
commit 1d88c046d5bba0412888b4ba5b3fe1895f19bed7
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Wed Jun 25 23:12:40 2014 -0300

    Clear the list of archs that should not use pre compiled headers.
    
    It seems it should work now with gcc >= 4.9.
---
 debian/changelog | 2 ++
 debian/rules     | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 1a2f28c..30af35b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ qtbase-opensource-src (5.3.1+dfsg-1) UNRELEASED; urgency=medium
   [ Lisandro Damián Nicanor Pérez Meyer ]
   * New upstream release.
   * Update symbols files with buildds' and current logs.
+  * Clear the list of archs that should not use pre compiled headers. We've
+    been told that with GCC 4.9 this should not be necessary anymore.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 22 Jun 2014 12:49:27 -0300
 
diff --git a/debian/rules b/debian/rules
index 3edd6a0..8ea5437 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,7 +48,7 @@ else
 	extra_configure_opts += -no-sql-ibase
 endif
 
-no_pch_architectures := arm64 armel armhf ia64
+no_pch_architectures := none
 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