[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#861777: marked as done (unblock: telepathy-qt/0.9.6.1-6.1)



Your message dated Sat, 06 May 2017 10:14:00 +0000
with message-id <6aecf112-c0b0-1f79-5401-39258cdd52ce@thykier.net>
and subject line Re: Bug#861777: unblock: telepathy-qt/0.9.6.1-6.1
has caused the Debian Bug report #861777,
regarding unblock: telepathy-qt/0.9.6.1-6.1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
861777: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=861777
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

Please unblock package telepathy-qt

The 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


--- End Message ---
--- Begin Message ---
Dr. Tobias Quathamer:
> Package: release.debian.org
> Severity: normal
> User: release.debian.org@packages.debian.org
> Usertags: unblock
> 
> Please unblock package telepathy-qt
> 
> The 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

Unblocked, thanks.

~Niels

--- End Message ---

Reply to: