[SCM] Qt 4 Debian packaging branch, experimental-snapshots, updated. debian/4.6.0-1-27-g8c08579

Fathi Boudra fabo at alioth.debian.org
Wed Jan 20 15:52:25 UTC 2010


The following commit has been merged in the experimental-snapshots branch:
commit 8c08579e633bbd40f521120696cb41e654550afa
Author: Fathi Boudra <fabo at debian.org>
Date:   Wed Jan 20 16:51:34 2010 +0100

    Add patch to fix a ftbfs on GNU/kFreeBSD caused by missing strnstr() on
    glibc.
---
 debian/changelog      |    4 ++++
 debian/patches/series |    1 +
 2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e07d4c2..3cc3f9f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ qt4-x11 (4:4.6.1-1) UNRELEASED; urgency=low
   * New upstream release.
     - Fix a crash in QDBusPendingReply/QDBusReply in case of unconnected calls.
       (Closes: #560838)
+    - Fix FTBFS on GNU/kFreeBSD due to lack of WTF_USE_JSVALUE64.
+      (Closes: #565731)
 
   [ Modestas Vainius ]
   * Change my email address to @debian.org one.
@@ -19,6 +21,8 @@ qt4-x11 (4:4.6.1-1) UNRELEASED; urgency=low
     when building libQtWebKit.so; works around a binutils bug that results in a
     segfault. Thanks to Steve Langasek.
   * Add 20_install_qvfb.diff: build Qt Virtual Framebuffer (qvfb) tool.
+  * Add 51_kfreebsd_strnstr_build_fix.diff: Fix FTBFS on GNU/kFreeBSD caused by
+    missing strnstr() on glibc systems.
   * Remove patches:
     - 19_install_qdoc3.diff - merged upstream.
     - 81_hurd_clock_gettime.diff - merged upstream.
diff --git a/debian/patches/series b/debian/patches/series
index 019f1f9..45ad831 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -27,6 +27,7 @@
 40_alpha_ice.diff
 41_disable_opengl_visibility.diff
 50_kfreebsd_build_fix.diff
+51_kfreebsd_strnstr_build_fix.diff
 70_hppa_ldcw_fix.diff
 71_hppa_unaligned_access_fix_458133.diff
 80_hurd_max_path.diff

-- 
Qt 4 Debian packaging



More information about the pkg-kde-commits mailing list