Your message dated Mon, 03 Nov 2014 18:14:21 +0100
with message-id <[email protected]>
and subject line Re: Bug#767315: [release.debian.org] meta-kde-telepathy
has caused the Debian Bug report #767315,
regarding [release.debian.org] meta-kde-telepathy
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 [email protected]
immediately.)
--
767315: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=767315
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
Tags: wheezy
--- Please enter the report below this line. ---
I'm new to the release process and so am not quite sure how to submit updates
now that we're in freeze.
I have three bugs related to kde-telepathy components that perhaps should be
fixed in jessie
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=767165
"ktp-call-ui doesn't work"
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=753305
No contacts displayed
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=759756
Typo "contians" in extended description
for 767165 "ktp-call-ui doesn't work". ktp-call-ui probably shouldn't be
included in the release (as you can't actually use it to make VoIP calls) and
I'd like to update meta-kde-telepathy to not depend on ktp-call-ui. see
attachment: meta.patch
For 753305 no contacts displayed, I'd like to make extra sure that the kpeople
plugin is installed as that apparently became more necessary in kde-
telepathy's development. See ktp-contact-list.patch for my current best guess
at a solution. (it might also be fixable with adjustments to the dependencies
in ktp-common-internals. For 0.8.1 the contact list needs kde-telepathy-
kpeople to be installed, and there were some upgrade cases in testing where it
wasn't being installed.
And lastly 759756, Typo "contains" I have the typo fix and a correction to the
description. See ktp-common-internals.patch
Please advise what if anything I should do for these package updates?
Diane Trout
diff --git a/debian/changelog b/debian/changelog
index 4b43fbe..a6d5099 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+meta-kde-telepathy (0.8.1.1) UNRELEASED; urgency=medium
+
+ * Remove kde-telepathy-call-ui from list of suggestions
+ as it doesn't work.
+
+ -- Diane Trout <[email protected]> Tue, 28 Oct 2014 22:42:25 -0700
+
meta-kde-telepathy (0.8.1) unstable; urgency=medium
* Update to match new upstream release 0.8.1
diff --git a/debian/control b/debian/control
index 8c46e09..342a4e7 100644
--- a/debian/control
+++ b/debian/control
@@ -42,7 +42,7 @@ Description: metapackage for installing the basic KDE Telepathy components
Package: kde-telepathy
Architecture: all
Depends: kde-telepathy-minimal (= ${binary:Version}),
- kde-telepathy-call-ui (>= ${ktp:Version}),
+# kde-telepathy-call-ui (>= ${ktp:Version}),
kde-telepathy-filetransfer-handler (>= ${ktp:Version}),
kde-telepathy-send-file (>= ${ktp:Version}),
kde-telepathy-desktop-applets (>= ${ktp:Version}),
diff --git a/debian/changelog b/debian/changelog
index 9ba489d..1db7426 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+ktp-contact-list (0.8.1-2) UNRELEASED; urgency=medium
+
+ * Add kde-telepathy-kpeople as a dependency to ktp-contactlist
+ this should force installing of the kpeople components to
+ prevent the contact list from being empty.
+ (Closes: #753305)
+
+ -- Diane Trout <[email protected]> Tue, 21 Oct 2014 22:07:01 -0700
+
ktp-contact-list (0.8.1-1) unstable; urgency=medium
* New upstream release.
diff --git a/debian/control b/debian/control
index 7114449..4cfb477 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-kde/kde-extras/kde-telepath
Package: kde-telepathy-contact-list
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, kde-telepathy-data (>= 0.8.1)
+Depends: ${shlibs:Depends}, ${misc:Depends}, kde-telepathy-data (>= 0.8.1), kde-telepathy-kpeople
Recommends: kde-telepathy
Description: Telepathy contact list for the KDE Plasma Desktop
This package provides a contact list application based on telepathy,
diff --git a/debian/changelog b/debian/changelog
index f453f77..60c5cad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ktp-common-internals (0.8.1-3) UNRELEASED; urgency=medium
+
+ * Update kde-telepathy-kpeople description.
+ * Fix typo thanks Filipus Klutiero (Closes: #759756)
+
+ -- Diane Trout <[email protected]> Tue, 21 Oct 2014 21:04:01 -0700
+
ktp-common-internals (0.8.1-2) unstable; urgency=medium
* Fix typo in copyright file.
diff --git a/debian/control b/debian/control
index ba6e7a5..1cd30f1 100644
--- a/debian/control
+++ b/debian/control
@@ -43,7 +43,7 @@ Description: KDE Telepathy common internal library
Internal library which consists of the most reused
parts across KDE Telepathy.
.
- This contians the generic common components.
+ This contains the generic common components.
Package: libktpmodelsprivate7
Architecture: any
@@ -103,12 +103,10 @@ Description: KDE Telepathy internal library - debug symbols
Package: kde-telepathy-kpeople
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: meta-contact support for kde-telepathy
+Description: kpeople plugins for kde-telepathy
This allows grouping multiple IM accounts into meta-contacts.
.
- This contains the nepomuk storage server and supporting plugins.
- If you don't have this installed ktp-contact-list will default
- to classic mode.
+ This contains plugins to work with libkpeople.
Package: kde-telepathy-debugger
Architecture: any
--- End Message ---
--- Begin Message ---
On 2014-11-03 06:43, Diane Trout wrote:
> Hello,
>
>>> [...]
>>>
>>> for 767165 "ktp-call-ui doesn't work". ktp-call-ui probably shouldn't be
>>> included in the release (as you can't actually use it to make VoIP calls)
>>> and I'd like to update meta-kde-telepathy to not depend on ktp-call-ui.
>>> see attachment: meta.patch
>>
>> Ok, do you also want us to remove ktp-call-ui from testing (with all its
>> binaries)?
>
>
> I did some testing and discovered that not including ktp-call-ui is probably
> worse than shipping it. I was hoping the other components wouldn't present
> the
> option to make audio/video calls when the package was missing. However they
> do, and it seems less bad to have a UI load and and be stuck at "ringing"
> than
> to have no response to a user click.
>
> So go ahead and ship ktp-call-ui, and just leave the doesn't work bug as a
> placeholder until I can ship a working version. (0.9 should work, once I can
> get qt-gstreamer 1.0 in.)
>
Ok, we will leave for now. I am assuming the change to
meta-kde-telepathy will be postponed as well, until you have found a
solution to the above.
> [...]
>
> The fixes provided by:
>
> ktp-common-internals 0.8.1-3 and
> ktp-contact-list 0.8.1-2
>
> are uploaded and marked as accepted by ftp-master.
>
> Diane
>
Unblocked these two. I have taken the liberty of closing this now (with
the above assumption). If/when you have updates to meta-kde-telepathy
or/and ktp-call-ui, please file a new unblock bug for it. :)
Thanks for your work so far,
~Niels
--- End Message ---