[SCM] qtchooser packaging branch, master, updated. debian/64-ga1b6736-2-3-g9263cc3

Dmitry Shachnev mitya57 at moszumanska.debian.org
Sun Oct 29 19:33:43 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtchooser.git;a=commitdiff;h=88e20cd

The following commit has been merged in the master branch:
commit 88e20cd39be274b010fa2ead1ba49c2f22355f44
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date:   Sun Oct 29 22:32:45 2017 +0300

    Add a patch to fix checking return value of endsWith.
    
    This should make -run-tool argument work again with new Qt packages.
---
 debian/changelog                       |  3 +++
 debian/patches/fix_endsWith_check.diff | 16 ++++++++++++++++
 debian/patches/series                  |  1 +
 3 files changed, 20 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 18964be..0d012f9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,8 @@
 qtchooser (64-ga1b6736-3) UNRELEASED; urgency=medium
 
+  [ Dmitry Shachnev ]
+  * Add a patch to fix checking return value of endsWith. This should
+    make -run-tool argument work again with new Qt packages.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Sun, 29 Oct 2017 22:29:47 +0300
 
diff --git a/debian/patches/fix_endsWith_check.diff b/debian/patches/fix_endsWith_check.diff
new file mode 100644
index 0000000..da25e50
--- /dev/null
+++ b/debian/patches/fix_endsWith_check.diff
@@ -0,0 +1,16 @@
+Description: fix checking return value of endsWith
+Author: Dmitry Shachnev <mitya57 at debian.org>
+Forwarded: https://codereview.qt-project.org/209718
+Last-Update: 2017-10-29
+
+--- a/src/qtchooser/main.cpp
++++ b/src/qtchooser/main.cpp
+@@ -225,7 +225,7 @@
+     int count = readlink(link, buf, sizeof(buf) - 1);
+     if (count >= 0) {
+         buf[count] = '

-- 
qtchooser packaging



More information about the pkg-kde-commits mailing list