Package: release.debian.org Severity: normal User: release.debian.org@packages.debian.org Usertags: unblock Please unblock package telepathy-qtThe package has a FTBFS RC bug on some architectures (https://bugs.debian.org/859462) which is fixed with this upload.
unblock telepathy-qt/0.9.6.1-6.1 Regards, Tobias
diff -Nru telepathy-qt-0.9.6.1/debian/changelog telepathy-qt-0.9.6.1/debian/changelog
--- telepathy-qt-0.9.6.1/debian/changelog 2016-04-06 20:14:17.000000000 +0200
+++ telepathy-qt-0.9.6.1/debian/changelog 2017-05-03 22:56:53.000000000 +0200
@@ -1,3 +1,11 @@
+telepathy-qt (0.9.6.1-6.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Add fix-failing-test.patch to fix failing tests on some architectures
+ (Closes: #859462)
+
+ -- Dr. Tobias Quathamer <toddy@debian.org> Wed, 03 May 2017 22:56:53 +0200
+
telepathy-qt (0.9.6.1-6) unstable; urgency=medium
* Add fix-deprecated-bsd-source.patch
diff -Nru telepathy-qt-0.9.6.1/debian/patches/fix-failing-test.patch telepathy-qt-0.9.6.1/debian/patches/fix-failing-test.patch
--- telepathy-qt-0.9.6.1/debian/patches/fix-failing-test.patch 1970-01-01 01:00:00.000000000 +0100
+++ telepathy-qt-0.9.6.1/debian/patches/fix-failing-test.patch 2017-05-03 22:53:06.000000000 +0200
@@ -0,0 +1,15 @@
+Author: David Edmundson <kde@davidedmundson.co.uk>
+Description: Use C++ bool type rather than mixing with gboolean
+ They are not always the same size.
+ This fixes a compile error on some systems.
+--- a/tests/dbus/contacts-capabilities.cpp
++++ b/tests/dbus/contacts-capabilities.cpp
+@@ -111,7 +111,7 @@
+ QStringList ids = QStringList() << QLatin1String("alice")
+ << QLatin1String("bob") << QLatin1String("chris");
+
+- gboolean supportTextChat[] = { TRUE, FALSE, FALSE };
++ bool supportTextChat[] = { true, false, false };
+
+ TpHandleRepoIface *serviceRepo =
+ tp_base_connection_get_handles(TP_BASE_CONNECTION(mConn->service()),
diff -Nru telepathy-qt-0.9.6.1/debian/patches/series telepathy-qt-0.9.6.1/debian/patches/series
--- telepathy-qt-0.9.6.1/debian/patches/series 2016-03-25 21:55:06.000000000 +0100
+++ telepathy-qt-0.9.6.1/debian/patches/series 2017-05-03 22:53:27.000000000 +0200
@@ -3,3 +3,4 @@
gstreamer-1.5.patch
force-service-pic.patch
fix-deprecated-bsd-source.patch
+fix-failing-test.patch
Attachment:
signature.asc
Description: OpenPGP digital signature