[SCM] qtwebsockets packaging branch, experimental, updated. debian/5.5.1-2-3-gee09b23
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Mon Oct 19 11:13:19 UTC 2015
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtwebsockets.git;a=commitdiff;h=02b4fa7
The following commit has been merged in the experimental branch:
commit 02b4fa7d378605348d912820fd73f603e1a3ca25
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Mon Oct 19 14:12:59 2015 +0300
Fix previous upload by adding the missing semicolon.
---
debian/changelog | 2 ++
debian/patches/qtry_compare.patch | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index cd53f3e..2328be4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,7 @@
qtwebsockets-opensource-src (5.5.1-3) UNRELEASED; urgency=medium
+ [ Dmitry Shachnev ]
+ * Fix previous upload by adding the missing semicolon.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Mon, 19 Oct 2015 14:11:58 +0300
diff --git a/debian/patches/qtry_compare.patch b/debian/patches/qtry_compare.patch
index 8340910..99750d3 100644
--- a/debian/patches/qtry_compare.patch
+++ b/debian/patches/qtry_compare.patch
@@ -22,7 +22,7 @@ Last-Update: 2015-10-19
socket->asyncClose();
- QCOMPARE(timer.isActive(), false);
-+ QTRY_COMPARE_WITH_TIMEOUT(loop.isRunning(), false, 200)
++ QTRY_COMPARE_WITH_TIMEOUT(loop.isRunning(), false, 200);
QCOMPARE(socket->receivedMessage, textMessage);
socket->deleteLater();
--
qtwebsockets packaging
More information about the pkg-kde-commits
mailing list