[SCM] qtbase packaging branch, master, updated. debian/5.6.1+dfsg-2-7-gffee690

Dmitry Shachnev mitya57 at moszumanska.debian.org
Thu Jun 23 18:57:22 UTC 2016


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

The following commit has been merged in the master branch:
commit 43a696c5a9e0768c09d4b0d08b6220d72e713dfd
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Thu Jun 23 21:51:01 2016 +0300

    Add a patch to fix the QProcessPrivate::createPipe issue on kFreeBSD.
    
    Closes: #827935.
---
 debian/changelog                        |  2 ++
 debian/patches/gnukfreebsd_cloexec.diff | 14 ++++++++++++++
 debian/patches/series                   |  1 +
 3 files changed, 17 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index a3cbcff..877cb4c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ qtbase-opensource-src (5.6.1+dfsg-3) UNRELEASED; urgency=medium
   * Move qt5-default into libdevel section (like qtchooser itself; closes:
     #827659).
   * Move mesa-utils from Depends to Recommends (closes: #827896).
+  * Add a (temporary) patch to fix the QProcessPrivate::createPipe issue on
+    GNU/kFreeBSD (closes: #827935).
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Mon, 20 Jun 2016 18:05:07 -0300
 
diff --git a/debian/patches/gnukfreebsd_cloexec.diff b/debian/patches/gnukfreebsd_cloexec.diff
new file mode 100644
index 0000000..d20f57e
--- /dev/null
+++ b/debian/patches/gnukfreebsd_cloexec.diff
@@ -0,0 +1,14 @@
+Description: catch linker warnings in cloexec test
+Author: Dmitry Shachnev <mitya57 at debian.org>
+Forwarded: https://codereview.qt-project.org/163214
+Bug: https://bugs.debian.org/cgi-bin/827935
+Last-Update: 2016-06-23
+
+--- a/config.tests/unix/cloexec/cloexec.pro
++++ b/config.tests/unix/cloexec/cloexec.pro
+@@ -1,3 +1,5 @@
+ SOURCES = cloexec.cpp
+ CONFIG -= qt
+ QT =
++
++QMAKE_LFLAGS += -Wl,--fatal-warnings
diff --git a/debian/patches/series b/debian/patches/series
index 2bb693a..0a45ca8 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -6,3 +6,4 @@ gnukfreebsd.diff
 no_htmlinfo_example.diff
 remove_privacy_breachs.diff
 link_fbclient.diff
+gnukfreebsd_cloexec.diff

-- 
qtbase packaging



More information about the pkg-kde-commits mailing list