[SCM] Qt 4 packaging branch, wheezy, updated. debian/4.8.2+dfsg-5-2-g454bd21

Lisandro Damián Nicanor Pérez lisandro at alioth.debian.org
Tue Dec 18 00:53:23 UTC 2012


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

The following commit has been merged in the wheezy branch:
commit 454bd2153eef913fd831d0abb64caf5119811fce
Author: Lisandro Damián Nicanor Pérez Meyer <perezmeyer at gmail.com>
Date:   Mon Dec 17 21:52:45 2012 -0300

    Remove the patch add-winvalid.patch.
    
    It has served it's purpose.
---
 debian/changelog                      |    4 +++-
 debian/patches/add-winvalid-pch.patch |   16 ----------------
 debian/patches/series                 |    1 -
 3 files changed, 3 insertions(+), 18 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 7d50750..237c2e0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
 qt4-x11 (4:4.8.2+dfsg-6) UNRELEASED; urgency=low
 
-
+  * Hopefully fix ia64 FTBFS:
+    - Remove add-winvalid.patch. Stephan Schreiber has determined the problem
+      with the precompiled headers on ia64. Thanks *a lot* Stephan.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Mon, 17 Dec 2012 21:47:47 -0300
 
diff --git a/debian/patches/add-winvalid-pch.patch b/debian/patches/add-winvalid-pch.patch
deleted file mode 100644
index 3183cf2..0000000
--- a/debian/patches/add-winvalid-pch.patch
+++ /dev/null
@@ -1,16 +0,0 @@
-Description: Add -Winvalid-pch to CFLAGS.
- This will allow a more verbose build, which may help us to determine the reason
- of the FTBFS on ia64.
-Author: Stephan Schreiber <info at fs-driver.org>
-Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=696096
-
---- a/mkspecs/common/g++-base.conf.orig	2012-12-16 14:36:37.347714646 +0100
-+++ b/mkspecs/common/g++-base.conf	2012-12-16 14:37:45.335717820 +0100
-@@ -25,6 +25,6 @@
- QMAKE_PCH_OUTPUT_EXT = .gch
- 
- QMAKE_CFLAGS_PRECOMPILE       = -x c-header -c ${QMAKE_PCH_INPUT} -o ${QMAKE_PCH_OUTPUT}
--QMAKE_CFLAGS_USE_PRECOMPILE   = -include ${QMAKE_PCH_OUTPUT_BASE}
-+QMAKE_CFLAGS_USE_PRECOMPILE   = -include ${QMAKE_PCH_OUTPUT_BASE} -Winvalid-pch
- QMAKE_CXXFLAGS_PRECOMPILE     = -x c++-header -c ${QMAKE_PCH_INPUT} -o ${QMAKE_PCH_OUTPUT}
- QMAKE_CXXFLAGS_USE_PRECOMPILE = $$QMAKE_CFLAGS_USE_PRECOMPILE
diff --git a/debian/patches/series b/debian/patches/series
index 4dd0d8a..d37d71b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -51,4 +51,3 @@ qt_atomic_sparc64.patch
 no_libicu_message.diff
 QTBUG-25324_assistant_segfault_on_start_with_gcc_4.7.patch
 fix_use_after_free_qlocale_unix.patch
-add-winvalid-pch.patch

-- 
Qt 4 packaging



More information about the pkg-kde-commits mailing list