Bug#892203: marked as done (kwayland: Implement zwp_linux_dmabuf_v1)

2020-08-23 Thread Debian Bug Tracking System
Your message dated Sun, 23 Aug 2020 22:27:25 +0200
with message-id <28541391.xGYu1F70be@thyrus>
and subject line Re: Bug#892203: kwayland: Implement zwp_linux_dmabuf_v1
has caused the Debian Bug report #892203,
regarding kwayland: Implement zwp_linux_dmabuf_v1
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 ow...@bugs.debian.org
immediately.)


-- 
892203: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=892203
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: kwayland
Version: 5.12.1-1
Severity: important

Dear Maintainer,

zwp_linux_dmabuf protocol support is needed to properly work with the drm
backend to display Plasma Mobile on the Librem 5 development board.

The implementation of zwp_linux_dmabuf support is being tracked by KDE in
https://phabricator.kde.org/D10747

Also see relating email thread for complete details:
https://www.mail-archive.com/plasma-devel@kde.org/msg81108.html

The proposed patches attached to D10747 (and this bug report) do indeed
fix the display issue.

Please consider carrying the kwin patch ahead of the Plasma 5.13 release
(scheduled for June 2018).

-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: armhf (armv7l)

Kernel: Linux 4.15.0-g837bff1 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=locale: Cannot
set LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
ANSI_X3.4-1968), LANGUAGE=en_US.UTF-8 (charmap=locale: Cannot set
LC_CTYPE to default locale: No such file or directory
locale: Cannot set LC_MESSAGES to default locale: No such file or directory
locale: Cannot set LC_ALL to default locale: No such file or directory
ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff --git a/src/client/protocols/linux-dmabuf-unstable-v1.xml b/src/client/protocols/linux-dmabuf-unstable-v1.xml
new file mode 100644
--- /dev/null
+++ b/src/client/protocols/linux-dmabuf-unstable-v1.xml
@@ -0,0 +1,348 @@
+
+
+
+  
+Copyright © 2014, 2015 Collabora, Ltd.
+
+Permission is hereby granted, free of charge, to any person obtaining a
+copy of this software and associated documentation files (the "Software"),
+to deal in the Software without restriction, including without limitation
+the rights to use, copy, modify, merge, publish, distribute, sublicense,
+and/or sell copies of the Software, and to permit persons to whom the
+Software is furnished to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice (including the next
+paragraph) shall be included in all copies or substantial portions of the
+Software.
+
+THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL
+THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
+DEALINGS IN THE SOFTWARE.
+  
+
+  
+
+  Following the interfaces from:
+  https://www.khronos.org/registry/egl/extensions/EXT/EGL_EXT_image_dma_buf_import.txt
+  and the Linux DRM sub-system's AddFb2 ioctl.
+
+  This interface offers ways to create generic dmabuf-based
+  wl_buffers. Immediately after a client binds to this interface,
+  the set of supported formats and format modifiers is sent with
+  'format' and 'modifier' events.
+
+  The following are required from clients:
+
+  - Clients must ensure that either all data in the dma-buf is
+coherent for all subsequent read access or that coherency is
+correctly handled by the underlying kernel-side dma-buf
+implementation.
+
+  - Don't make any more attachments after sending the buffer to the
+compositor. Making more attachments later increases the risk of
+the compositor not being able to use (re-import) an existing
+dmabuf-based wl_buffer.
+
+  The underlying graphics stack must ensure the following:
+
+  - The dmabuf file descriptors relayed to the server will stay valid
+for the whole lifetime of the wl_buffer. This means the server may
+at any time use those fds to import the dmabuf into any kernel
+   

Processed: bug 892203 is forwarded to https://phabricator.kde.org/D10747, tagging 892203

2020-08-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forwarded 892203 https://phabricator.kde.org/D10747
Bug #892203 [src:kwayland] kwayland: Implement zwp_linux_dmabuf_v1
Set Bug forwarded-to-address to 'https://phabricator.kde.org/D10747'.
> tags 892203 + upstream fixed-upstream
Bug #892203 [src:kwayland] kwayland: Implement zwp_linux_dmabuf_v1
Added tag(s) upstream and fixed-upstream.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
892203: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=892203
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#892601: kde-cli-tools: kdesu hangs after wrong input

2020-08-23 Thread Jaap van Wingerde
jaap@jaap:~$ gdb krusader
GNU gdb (Debian 8.2.1-2+b3) 8.2.1
Copyright (C) 2018 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
 This is free software: you are free
to change and redistribute it. There is NO WARRANTY, to the extent
permitted by law. Type "show copying" and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
.
Find the GDB manual and other documentation resources online at:
.

For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from krusader...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/krusader
[Thread debugging using libthread_db enabled]
Using host libthread_db library
"/lib/x86_64-linux-gnu/libthread_db.so.1". [New Thread 0x700df700
(LWP 46014)] [New Thread 0x7fffed826700 (LWP 46015)]
[New Thread 0x7fffecd4e700 (LWP 46016)]
20:39:43.940-debug default unknown@0 # System icon theme: "breeze"
20:39:44.269-warning default unknown@0 # QWidget::insertAction: Attempt
to insert null action 20:39:44.271-warning default unknown@0 #
QWidget::insertAction: Attempt to insert null action [Detaching after
fork from child process 46024] org.kde.kdesu: Daemon not safe (not
sgid), not using it.

[Thread 0x700df700 (LWP 46014) exited]
[Thread 0x7fffed826700 (LWP 46015) exited]
[Thread 0x7fffecd4e700 (LWP 46016) exited]
[Inferior 1 (process 46010) exited normally]
(gdb) (gdb) thread apply all backtrace
Undefined command: "".  Try "help".
(gdb) thread apply all backtrace
(gdb) start
Function "main" not defined.
Make breakpoint pending on future shared library load? (y or [n]) y
Temporary breakpoint 1 (main) pending.
Starting program: /usr/bin/krusader
[Thread debugging using libthread_db enabled]
Using host libthread_db library
"/lib/x86_64-linux-gnu/libthread_db.so.1". [New Thread 0x700df700
(LWP 46102)] [New Thread 0x7fffed826700 (LWP 46103)]
[New Thread 0x7fffecd4e700 (LWP 46104)]
20:42:29.137-debug default unknown@0 # System icon theme: "breeze"
20:42:29.467-warning default unknown@0 # QWidget::insertAction: Attempt
to insert null action 20:42:29.468-warning default unknown@0 #
QWidget::insertAction: Attempt to insert null action [Detaching after
fork from child process 46106] org.kde.kdesu: Daemon not safe (not
sgid), not using it.

[Thread 0x700df700 (LWP 46102) exited]
[Thread 0x7fffed826700 (LWP 46103) exited]
[Thread 0x7fffecd4e700 (LWP 46104) exited]
[Inferior 1 (process 46101) exited normally]
(gdb) set logging file ~/gdblog.txt
(gdb) set logging on
Copying output to /home/jaap/gdblog.txt.
(gdb) start
Function "main" not defined.
Make breakpoint pending on future shared library load? (y or [n]) y
Temporary breakpoint 2 (main) pending.
Starting program: /usr/bin/krusader
[Thread debugging using libthread_db enabled]
Using host libthread_db library
"/lib/x86_64-linux-gnu/libthread_db.so.1". [New Thread 0x700df700
(LWP 46170)] [New Thread 0x7fffed826700 (LWP 46172)]
[New Thread 0x7fffecd4e700 (LWP 46173)]
20:44:15.631-debug default unknown@0 # System icon theme: "breeze"
20:44:15.960-warning default unknown@0 # QWidget::insertAction: Attempt
to insert null action 20:44:15.961-warning default unknown@0 #
QWidget::insertAction: Attempt to insert null action [Detaching after
fork from child process 46178] org.kde.kdesu: Daemon not safe (not
sgid), not using it.

[Thread 0x700df700 (LWP 46170) exited]
[Thread 0x7fffed826700 (LWP 46172) exited]
[Thread 0x7fffecd4e700 (LWP 46173) exited]
[Inferior 1 (process 46165) exited normally]
(gdb) quit
jaap@jaap:~$ cat ./gdblog.txt
Function "main" not defined.
Temporary breakpoint 2 (main) pending.
Starting program: /usr/bin/krusader
[Thread debugging using libthread_db enabled]
Using host libthread_db library
"/lib/x86_64-linux-gnu/libthread_db.so.1". [New Thread 0x700df700
(LWP 46170)] [New Thread 0x7fffed826700 (LWP 46172)]
[New Thread 0x7fffecd4e700 (LWP 46173)]
[Detaching after fork from child process 46178]
[Thread 0x700df700 (LWP 46170) exited]
[Thread 0x7fffed826700 (LWP 46172) exited]
[Thread 0x7fffecd4e700 (LWP 46173) exited]
[Inferior 1 (process 46165) exited normally]
jaap@jaap:~$






pgpjMnzTbVw2w.pgp
Description: OpenPGP digitale ondertekening


Bug#929742: marked as done (kaddressbook: Kaddressbook not parsing gmail contacts)

2020-08-23 Thread Debian Bug Tracking System
Your message dated Sun, 23 Aug 2020 18:38:55 +0200
with message-id <2542707.ZRLCofYDBc@thyrus>
and subject line Re: Bug#929742: kaddressbook: Kaddressbook not parsing gmail 
contacts
has caused the Debian Bug report #929742,
regarding kaddressbook: Kaddressbook not parsing gmail contacts
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 ow...@bugs.debian.org
immediately.)


-- 
929742: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=929742
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: kaddressbook
Version: 4:18.08.3-3
Severity: normal
Tags: patch

My contacts are showing up like this in kaddressbook:

Contact Name 

This bug has been reported upstream:

https://bugs.kde.org/show_bug.cgi?id=398847

and I was hoping that the patch provided there could be backported to the
version of kaddressbook in Debian.

Regards,

Arnout

-- System Information:
Debian Release: 10.0
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.0-4-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_WARN, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages kaddressbook depends on:
ii  akonadi-server   4:18.08.3-5
ii  kdepim-runtime   4:18.08.3-4
ii  libc62.28-10
ii  libgcc1  1:8.3.0-6
ii  libkf5akonadicontact54:18.08.3-1
ii  libkf5akonadicore5abi2   4:18.08.3-5
ii  libkf5akonadisearch-bin  4:18.08.3-1
ii  libkf5akonadisearch-plugins  4:18.08.3-1
ii  libkf5akonadisearchdebug54:18.08.3-1
ii  libkf5akonadiwidgets5abi14:18.08.3-5
ii  libkf5completion55.54.0-1
ii  libkf5configcore55.54.0-1
ii  libkf5configgui5 5.54.0-1
ii  libkf5configwidgets5 5.54.0-1
ii  libkf5contacts5  4:18.08.3-1
ii  libkf5coreaddons55.54.0-1
ii  libkf5crash5 5.54.0-1
ii  libkf5grantleetheme-plugins  18.08.3-1
ii  libkf5grantleetheme5 18.08.3-1
ii  libkf5i18n5  5.54.0-1
ii  libkf5iconthemes55.54.0-1
ii  libkf5itemmodels55.54.0-1
ii  libkf5kaddressbookgrantlee5  4:18.08.3-2
ii  libkf5kaddressbookimportexport5  4:18.08.3-2
ii  libkf5kcmutils5  5.54.0-1
ii  libkf5kontactinterface5  18.08.3-1
ii  libkf5libkdepim-plugins  4:18.08.3-2
ii  libkf5libkdepim5 4:18.08.3-2
ii  libkf5parts5 5.54.0-1
ii  libkf5pimcommon5abi2 4:18.08.3-2
ii  libkf5pimcommonakonadi5abi1  4:18.08.3-2
ii  libkf5widgetsaddons5 5.54.0-1
ii  libkf5xmlgui55.54.0-1
ii  libqt5core5a 5.11.3+dfsg1-1
ii  libqt5dbus5  5.11.3+dfsg1-1
ii  libqt5gui5   5.11.3+dfsg1-1
ii  libqt5printsupport5  5.11.3+dfsg1-1
ii  libqt5widgets5   5.11.3+dfsg1-1
ii  libstdc++6   8.3.0-6

Versions of packages kaddressbook recommends:
ii  kdepim-addons  18.08.3-2

kaddressbook suggests no packages.

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: libkgapi
Source-Version: 19.08.3-1
Done: Sandro Knauß 

In data domenica 23 agosto 2020 18:33:10 CEST, Pino Toscano ha scritto:
> reassign 929742 src:libkgapi libkgapi/18.08.3-2
> forwarded 929742 https://bugs.kde.org/show_bug.cgi?id=398847
> tag 929742 + upstream fixed-upstream
> thanks
> 
> In data giovedì 30 maggio 2019 02:18:03 CEST, Arnout Boelens ha scritto:
> > Package: kaddressbook
> > Version: 4:18.08.3-3
> > Severity: normal
> > Tags: patch
> > 
> > My contacts are showing up like this in kaddressbook:
> > 
> > Contact Name 
> > 
> > This bug has been reported upstream:
> > 
> > https://bugs.kde.org/show_bug.cgi?id=398847
> > 
> > and I was hoping that the patch provided there could be backported to the
> > version of kaddressbook in Debian.
> 
> Thanks for the information, and sorry to get back to this bug so
> late. In the meanwhile, the bug was fixed in Debian by the rebase of
> the affected component, which was libkgapi. I'm reassigning it to
> libkgapi, setting proper metadata, and will cose it shortly after.

The bug was fixed upstream in version 18.12.3; hence, closing with the
first version available in Debian after that, which is 19.08.3-1.

Thanks again for your report,
--

Processed: Re: Bug#929742: kaddressbook: Kaddressbook not parsing gmail contacts

2020-08-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> reassign 929742 src:libkgapi libkgapi/18.08.3-2
Bug #929742 [kaddressbook] kaddressbook: Kaddressbook not parsing gmail contacts
Bug reassigned from package 'kaddressbook' to 'src:libkgapi'.
No longer marked as found in versions kaddressbook/4:18.08.3-3.
Ignoring request to alter fixed versions of bug #929742 to the same values 
previously set
Bug #929742 [src:libkgapi] kaddressbook: Kaddressbook not parsing gmail contacts
Marked as found in versions libkgapi/18.08.3-2.
> forwarded 929742 https://bugs.kde.org/show_bug.cgi?id=398847
Bug #929742 [src:libkgapi] kaddressbook: Kaddressbook not parsing gmail contacts
Set Bug forwarded-to-address to 'https://bugs.kde.org/show_bug.cgi?id=398847'.
> tag 929742 + upstream fixed-upstream
Bug #929742 [src:libkgapi] kaddressbook: Kaddressbook not parsing gmail contacts
Added tag(s) fixed-upstream and upstream.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
929742: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=929742
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#929742: kaddressbook: Kaddressbook not parsing gmail contacts

2020-08-23 Thread Pino Toscano
reassign 929742 src:libkgapi libkgapi/18.08.3-2
forwarded 929742 https://bugs.kde.org/show_bug.cgi?id=398847
tag 929742 + upstream fixed-upstream
thanks

In data giovedì 30 maggio 2019 02:18:03 CEST, Arnout Boelens ha scritto:
> Package: kaddressbook
> Version: 4:18.08.3-3
> Severity: normal
> Tags: patch
> 
> My contacts are showing up like this in kaddressbook:
> 
> Contact Name 
> 
> This bug has been reported upstream:
> 
> https://bugs.kde.org/show_bug.cgi?id=398847
> 
> and I was hoping that the patch provided there could be backported to the
> version of kaddressbook in Debian.

Thanks for the information, and sorry to get back to this bug so
late. In the meanwhile, the bug was fixed in Debian by the rebase of
the affected component, which was libkgapi. I'm reassigning it to
libkgapi, setting proper metadata, and will cose it shortly after.

Thanks for your report,
-- 
Pino Toscano

signature.asc
Description: This is a digitally signed message part.


Bug#784868: marked as done (korganizer: korgac grabs focus loosing keys and missing notifications)

2020-08-23 Thread Debian Bug Tracking System
Your message dated Sun, 23 Aug 2020 18:21:16 +0200
with message-id <4744280.bWDs8aELho@thyrus>
and subject line Re: Bug#784868: korganizer: korgac grabs focus loosing keys 
and missing notifications
has caused the Debian Bug report #784868,
regarding korganizer: korgac grabs focus loosing keys and missing notifications
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 ow...@bugs.debian.org
immediately.)


-- 
784868: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=784868
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: korganizer
Version: 4:4.14.1-1nograb
Severity: important
Tags: patch upstream

Dear Maintainer,

*** Reporter, please consider answering these questions, where appropriate ***

   * What led up to the situation?
   * What exactly did you do (or not do) that was effective (or
 ineffective)?
   * What was the outcome of this action?
   * What outcome did you expect instead?

*** End of the template - remove these template lines ***


While it can make it easier to dismiss (if it grabs focus through the
activateWindow call), it also means if you are typing and a reminder
comes in it will both get those keystrokes and a space or return will
dismiss the reminder before you have a chance to ever see what the
reminder was about, which assumes you are even looking at your screen
to see the reminder box flash up, if you are typing from paper you
might not even know.

This patch will call raiseWindow instead of activateWindow, but adds a
dock menu item to grab focus if someone actually wants that behavior.

While I was add it I added a dock menu item to show the reminder
window, which was useful in debugging, and lets you get at items that
have been suspended, alloing to view or dismiss them.  This might
satisfy "Bug 302865 - Inaccessible reminders"

There is a code comment "Try to keep the dialog small and
non-obtrusive." I've made it smaller by default, and set the minimum
size even smaller than reasonable, but this is better than the
previous which wouldn't let you size it smaller than the default.

I added more points to save the position and improve the logic, now it
will save and restore the position and size, and then show the window
so it will no longer jump.

Patch is against Debian 4.14.1 source tree.  The korgac in the
previous Debian release, 4.4.11 does not grab the keyboard when the
notification dialog appears.

Reproducible: Always

Steps to Reproduce:
1. set korganizer reminder
2. start typing a paragraph
3. continue typing as the notification goes off

Actual Results:  
watch korgac reminder appear grab keyboard focus and vanish at the
next space, depending on the timing you have no chance to stop typing
before it is gone

Expected Results:  
The notifier window to appear at the last location it was dismissed at
and only get focus when the window manager directs focus to it.

I'm flagging the severity at important, because it was so disruptive I
had stopped using it until I fixed it.

>From bb8f84deeefaaf74bc285fc2534111a78a5f12ff Mon Sep 17 00:00:00 2001
From: David Fries 
Date: Sat, 9 May 2015 10:48:10 -0500
Subject: [PATCH 1/5] add an option to not grab keyboard focus when a reminder
 is displayed

While it can make it easier to dismiss (if it grabs focus through the
activateWindow call), it also means if you are typing and a reminder
comes in it will both get those keystrokes and a space or return will
dismiss the reminder before you have a chance to ever see what the
reminder was about, which assumes you are even looking at your screen
to see the reminder box flash up, if you are typing in a paper you
might not even know.
---
 korgac/alarmdialog.cpp | 12 +++-
 korgac/alarmdialog.h   |  1 +
 korgac/alarmdockwindow.cpp | 15 +++
 korgac/alarmdockwindow.h   |  7 +++
 4 files changed, 34 insertions(+), 1 deletion(-)

diff --git a/korgac/alarmdialog.cpp b/korgac/alarmdialog.cpp
index 6bbd867..59c5790 100644
--- a/korgac/alarmdialog.cpp
+++ b/korgac/alarmdialog.cpp
@@ -567,7 +567,11 @@ void AlarmDialog::show()
   KWindowSystem::unminimizeWindow( winId(), false );
   KWindowSystem::setState( winId(), NET::KeepAbove | NET::DemandsAttention );
   KWindowSystem::setOnAllDesktops( winId(), true );
-  KWindowSystem::activateWindow( winId() );
+  if ( grabFocus( ) ) {
+KWindowSystem::activateWindow( winId() );
+  } else {
+KWindowSystem::raiseWindow( winId() );
+  }
 
   // Audio, Procedure, and EMail alarms
   eventNotification();
@@ -1036,3 +1040,9 @@ void AlarmDialog::removeFromConfig( const 
QList &ids )
   genGroup.sync();
 }
 
+bool AlarmDialog::grabFocus( 

Processed: notfound 784868 in 4:4.14.1-1nograb, found 784868 in 4:4.14.1-1

2020-08-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> notfound 784868 4:4.14.1-1nograb
Bug #784868 [korganizer] korganizer: korgac grabs focus loosing keys and 
missing notifications
There is no source info for the package 'korganizer' at version 
'4:4.14.1-1nograb' with architecture ''
Unable to make a source version for version '4:4.14.1-1nograb'
No longer marked as found in versions 4:4.14.1-1nograb.
> found 784868 4:4.14.1-1
Bug #784868 [korganizer] korganizer: korgac grabs focus loosing keys and 
missing notifications
Marked as found in versions kdepim/4:4.14.1-1.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
784868: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=784868
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#825985: marked as done (korganizer: clicking on todo: symbol lookup error in libkf5eventviews5)

2020-08-23 Thread Debian Bug Tracking System
Your message dated Sun, 23 Aug 2020 18:16:06 +0200
with message-id <11256773.vHTJ1yZacX@thyrus>
and subject line Re: Bug#825985: korganizer: clicking on todo: symbol lookup 
error in libkf5eventviews5
has caused the Debian Bug report #825985,
regarding korganizer: clicking on todo: symbol lookup error in libkf5eventviews5
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 ow...@bugs.debian.org
immediately.)


-- 
825985: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=825985
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: korganizer
Version: 4:15.12.1-1
Severity: normal

Dear Maxy,

korganizer stops with a symbol lookup error when clicking on a TODO:

korganizer: symbol lookup error: 
/usr/lib/x86_64-linux-gnu/libKF5EventViews.so.5: undefined symbol: 
_ZN9KCalUtils18IncidenceFormatter10toolTipStrERK7QStringRK14QSharedPointerIN8KCalCore13IncidenceBaseEERK5QDatebRKN9KDateTime4SpecE

Thanks,
Martin


-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (200, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.6.0-tp520-btrfstrim+ (SMP w/4 CPU cores; PREEMPT)
Locale: LANG=de_DE.UTF-8, LC_CTYPE=de_DE.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages korganizer depends on:
ii  kdepim-runtime   4:15.12.1-2
ii  libc62.22-9
ii  libgcc1  1:6.1.1-4
ii  libkf5akonadicalendar5   15.12.0-2
ii  libkf5akonadicontact54:16.04.1-1
ii  libkf5akonadicore5   4:16.04.1-1
ii  libkf5akonadimime5   4:16.04.1-1
ii  libkf5akonadinotes5  4:16.04.1-1
ii  libkf5akonadisearchpim5  16.04.1-1
ii  libkf5akonadiwidgets54:16.04.1-1
ii  libkf5calendarcore5  4:16.04.1-1
ii  libkf5calendarsupport5   4:15.12.1-1
ii  libkf5calendarutils5 16.04.1-1
ii  libkf5codecs55.22.0-1
ii  libkf5completion55.22.0-1
ii  libkf5configcore55.22.0-1
ii  libkf5configgui5 5.22.0-1
ii  libkf5configwidgets5 5.22.0-1
ii  libkf5contacts5  16.04.1-1
ii  libkf5coreaddons55.22.0-1
ii  libkf5dbusaddons55.22.0-1
ii  libkf5eventviews54:15.12.1-1
ii  libkf5holidays5  15.12.0-1
ii  libkf5i18n5  5.22.1-1
ii  libkf5iconthemes55.22.0-1
ii  libkf5identitymanagement516.04.1-1
ii  libkf5incidenceeditorsng54:15.12.1-1
ii  libkf5itemmodels55.22.0-1
ii  libkf5itemviews5 5.22.0-1
ii  libkf5jobwidgets55.22.0-1
ii  libkf5kcmutils5  5.22.0-1
ii  libkf5kdelibs4support5   5.22.0-2
ii  libkf5kdepimdbusinterfaces5  4:15.12.1-1
ii  libkf5kiocore5   5.22.0-1
ii  libkf5kiowidgets55.22.0-1
ii  libkf5kontactinterface5  16.04.1-1
ii  libkf5libkdepim5 4:15.12.1-1
ii  libkf5mailcommon54:15.12.1-1
ii  libkf5mailtransport5 16.04.1-1
ii  libkf5mime5  16.04.1-1
ii  libkf5newstuff5  5.22.0-1
ii  libkf5notifications5 5.22.0-1
ii  libkf5parts5 5.22.0-1
ii  libkf5pimcommon5 4:15.12.1-1
ii  libkf5pimtextedit5   16.04.1-1
ii  libkf5service-bin5.22.0-1
ii  libkf5service5   5.22.0-1
ii  libkf5widgetsaddons5 5.22.0-1
ii  libkf5windowsystem5  5.22.0-1
ii  libkf5xmlgui55.22.0-1
ii  libphonon4qt5-4  4:4.9.0-2
ii  libqt5core5a 5.5.1+dfsg-17
ii  libqt5dbus5  5.5.1+dfsg-17
ii  libqt5gui5   5.5.1+dfsg-17
ii  libqt5widgets5   5.5.1+dfsg-17
ii  libqt5xml5   5.5.1+dfsg-17
ii  libstdc++6   6.1.1-4
ii  phonon4qt5   4:4.9.0-2

Versions of packages korganizer recommends:
ii  kdepim-doc  4:15.12.1-1

korganizer suggests no packages.

-- no debconf information
--- End Message ---
--- Begin Message ---
In data mercoledì 1 giugno 2016 08:31:24 CEST, Martin Steigerwald ha scritto:
> Package: korganizer
> Version: 4:15.12.1-1
> Severity: normal
> 
> Dear Maxy,
> 
> korganizer stops with a symbol lookup error when clicking on a TODO:
> 
> korganizer: symbol lookup error: 
> /usr/lib/x86_64-linux-gnu/libKF5EventViews.so.5: undefined symbol: 
> _ZN9KCalUtils18IncidenceFormatter10toolTipStrERK7QStringRK14QSharedPointerIN8KCalCore13IncidenceBaseEERK5QDatebRKN9KDateTime4SpecE
> 
> [...]

> Versions of packages korganizer depends on:
> ii  kdepim-runtime   4:15.12.1

kpkpass_20.04.1-2_source.changes ACCEPTED into unstable

2020-08-23 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 23 Aug 2020 17:32:39 +0200
Source: kpkpass
Architecture: source
Version: 20.04.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian/Kubuntu Qt/KDE Maintainers 
Changed-By: Pino Toscano 
Changes:
 kpkpass (20.04.1-2) unstable; urgency=medium
 .
   * Team upload.
   * Switch from dhmk to the dh sequencer:
 - invoke the dh sequencer using the kf5 addon
 - call the right debhelper command instead of $(overridden_command)
   * Unregister the old /etc/xdg/org_kde_kpkpass.categories conffile.
Checksums-Sha1:
 bc706c479f12bfbc84d8e341854884dd1b34b6fb 2419 kpkpass_20.04.1-2.dsc
 e6e1bd5445bbafd9d1f246c70db189eeb228227f 10864 kpkpass_20.04.1-2.debian.tar.xz
 4492f4e2d5ab95166f770d0ea08d44a920e13334 10731 
kpkpass_20.04.1-2_source.buildinfo
Checksums-Sha256:
 2af63753f814a74de7db2dd0f62189b6fb722a593038a361f0975fa92579d287 2419 
kpkpass_20.04.1-2.dsc
 df4eb01cc6b95cc728f296cf880ebef0507062a579b00c762a0c5d7587b04cf4 10864 
kpkpass_20.04.1-2.debian.tar.xz
 1c01fb8f3fcbb51fdbfd6ba47e4b87ae011b23e889c3cee05d8c39ef15910c0e 10731 
kpkpass_20.04.1-2_source.buildinfo
Files:
 7746bb68c3109a548ceac3ea72d4b7ac 2419 libs optional kpkpass_20.04.1-2.dsc
 3df33161f4bc25bb2a21128e55ead7d0 10864 libs optional 
kpkpass_20.04.1-2.debian.tar.xz
 469b39cb3da65864c48aea5d4c020354 10731 libs optional 
kpkpass_20.04.1-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXyqfuC+mweEHcAcHLRkciEOxP00FAl9CjDUACgkQLRkciEOx
P02P/g//WRKM9CNZmY9bkPre5hXJzTfwsd+HzUd4vtXIZYF7rm+sd6qszrpMML6T
fKBjbQPyihx2VF/21l0swgvDCi2rv8e+mr/OtPc9yyl1SUtzYtVciYp+uXqOMuLg
Wr09tcn8KJlQZgjbaVLWNe4+g3kUxUPT/aQQy85MuR2Bj/8ArMTNCCmn9QgyccwU
0r9eiNq6tzToD589N7p88nT9GbV3u+TleExexqEH6b+sxOy0EgvLVyb2r/NJb5pe
VyOAWHsE8+ZhipgTQ26gWOYV4EdM6j+CdqQE+xrz0lhHv6/KWoCjOZtVXWhuO0Oe
JnaL82FMsvZkpoFPB4zrjSRQMC12kY4M2fFJSHEMKyAh/7utcG5wL1up3F7Y+Vzq
R/zFkKEMoRWBpdXaGAEJ9Q0teA3YIsEtHa0UIXFCcx+lTNWWOKOBqHR9JTgqFgho
91tewDdAJBOfcCp4bOb6VfHGrGZTZp42rScHn+tr0he+TjAY7dy4Wvnj4/UM3lQ/
mEJf73j4Al0mKl0GGjCYrZCmDrrgxzHnyQaYQ2fRPcXx2uSLN4gz+oZ4zL4NA/lq
CURU8+/laLMb3aszNb1VrPGLK/rkT/hsa6kAe3yGwJwUDRdBfQauGoVq+IQyLEFB
Du2gBo8gmi9D3vNDg0sRSuCZjJXs73eckzbkt9PU8uJGn9e5adA=
=0OAF
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Bug#914743: marked as done (kdepim-runtime: akonadi_imap_resource crashes with bus error while syncing the inbox)

2020-08-23 Thread Debian Bug Tracking System
Your message dated Sun, 23 Aug 2020 18:07:42 +0200
with message-id <2182201.zs4jGxc6Xk@thyrus>
and subject line Re: Bug#914743: kdepim-runtime: akonadi_imap_resource crashes 
with bus error while syncing the inbox
has caused the Debian Bug report #914743,
regarding kdepim-runtime: akonadi_imap_resource crashes with bus error while 
syncing the inbox
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 ow...@bugs.debian.org
immediately.)


-- 
914743: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=914743
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: kdepim-runtime
Version: 4:16.04.2-2+b2
Severity: important

Dear Maintainer,

akonadi_imap_resource crashes with bus error while syncing to my mailbox hosted
by a cPanel server. I initially set up the IMAP resource yesterday and synced 2
emails without issue. The third email was sent to me today and may have
triggered the issue. The email was fetched successfully though.

Application: akonadi_imap_resource (akonadi_imap_resource), signal: Bus error
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
[Current thread is 1 (Thread 0x7f0355e11f80 (LWP 2273))]

Thread 1 (Thread 0x7f0355e11f80 (LWP 2273)):
[KCrash Handler]
#6  std::__atomic_base::load (__m=std::memory_order_relaxed, this=) at 
/usr/include/c++/6/bits/atomic_base.h:396
#7  QAtomicOps::load (_q_value=) at 
/usr/include/x86_64-linux-gnu/qt5/QtCore/qatomic_cxx11.h:227
#8  QBasicAtomicInteger::load (this=) at 
/usr/include/x86_64-linux-gnu/qt5/QtCore/qbasicatomic.h:99
#9  QtPrivate::RefCount::ref (this=) at 
/usr/include/x86_64-linux-gnu/qt5/QtCore/qrefcount.h:55
#10 QMap::QMap (other=..., this=0x7ffef5670560) at 
/usr/include/x86_64-linux-gnu/qt5/QtCore/qmap.h:615
#11 Akonadi::ImapQuotaAttribute::serialized (this=0x5634b2953650) at 
./resources/shared/singlefileresource/imapquotaattribute.cpp:95
#12 0x7f0368336a62 in attributesToProtocolImpl 
(ns=, entity=...) at ./src/core/protocolhelper.cpp:110
#13 Akonadi::ProtocolHelper::attributesToProtocol (collection=..., 
ns=ns@entry=false) at ./src/core/protocolhelper.cpp:205
#14 0x7f036837827f in Akonadi::CollectionModifyJob::doStart 
(this=0x5634b2941720) at ./src/core/jobs/collectionmodifyjob.cpp:102
#15 0x7f036838b8c0 in Akonadi::JobPrivate::startQueued (this=) at ./src/core/jobs/job.cpp:174
#16 0x7f036834c72e in Akonadi::SessionPrivate::startJob 
(this=this@entry=0x5634b28953e0, job=job@entry=0x5634b2941720) at 
./src/core/session.cpp:204
#17 0x7f036834e5fb in Akonadi::SessionPrivate::doStartNext 
(this=0x5634b28953e0) at ./src/core/session.cpp:181
#18 0x7f03662ac499 in QObject::event (this=0x5634b2890570, e=) at kernel/qobject.cpp:1263
#19 0x7f0366b62b8c in QApplicationPrivate::notify_helper(QObject*, QEvent*) 
() from /usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#20 0x7f0366b6a341 in QApplication::notify(QObject*, QEvent*) () from 
/usr/lib/x86_64-linux-gnu/libQt5Widgets.so.5
#21 0x7f036627f9e0 in QCoreApplication::notifyInternal2 
(receiver=0x5634b2890570, event=event@entry=0x5634b297d010) at 
kernel/qcoreapplication.cpp:988
#22 0x7f036628216d in QCoreApplication::sendEvent (event=0x5634b297d010, 
receiver=) at 
../../include/QtCore/../../src/corelib/kernel/qcoreapplication.h:231
#23 QCoreApplicationPrivate::sendPostedEvents (receiver=receiver@entry=0x0, 
event_type=event_type@entry=0, data=0x5634b282ad10) at 
kernel/qcoreapplication.cpp:1649
#24 0x7f03662825d8 in QCoreApplication::sendPostedEvents 
(receiver=receiver@entry=0x0, event_type=event_type@entry=0) at 
kernel/qcoreapplication.cpp:1503
#25 0x7f03662d3c43 in postEventSourceDispatch (s=0x5634b2865020) at 
kernel/qeventdispatcher_glib.cpp:276
#26 0x7f03600377f7 in g_main_context_dispatch () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#27 0x7f0360037a60 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#28 0x7f0360037b0c in g_main_context_iteration () from 
/lib/x86_64-linux-gnu/libglib-2.0.so.0
#29 0x7f03662d404f in QEventDispatcherGlib::processEvents 
(this=0x5634b2877b00, flags=...) at kernel/qeventdispatcher_glib.cpp:423
#30 0x7f036627d9ca in QEventLoop::exec (this=this@entry=0x7ffef5670e30, 
flags=..., flags@entry=...) at kernel/qeventloop.cpp:212
#31 0x7f036628613c in QCoreApplication::exec () at 
kernel/qcoreapplication.cpp:1261
#32 0x7f036869f91e in Akonadi::ResourceBase::init(Akonadi::ResourceBase*) 
() from /usr/lib/x86_64-linux-gnu/libKF5AkonadiAgentBase.so.5
#33 0x5634b2093ca5 in Akonadi::ResourceBase::init 
(argc=, argv=) at 
/usr/include/KF5/AkonadiAgentBase/resourcebase.h:196
#34 0x7f036

Processing of kpkpass_20.04.1-2_source.changes

2020-08-23 Thread Debian FTP Masters
kpkpass_20.04.1-2_source.changes uploaded successfully to localhost
along with the files:
  kpkpass_20.04.1-2.dsc
  kpkpass_20.04.1-2.debian.tar.xz
  kpkpass_20.04.1-2_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



Bug#842730: marked as done (konsole: Dragging tabs lag)

2020-08-23 Thread Debian Bug Tracking System
Your message dated Sun, 23 Aug 2020 17:19:06 +0200
with message-id <1832542.nCSL9QcBce@thyrus>
and subject line Re: Bug#842730: konsole: Dragging tabs lag
has caused the Debian Bug report #842730,
regarding konsole: Dragging tabs lag
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 ow...@bugs.debian.org
immediately.)


-- 
842730: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=842730
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: konsole
Version: 4:16.08.2-1
Severity: normal

Dear Maintainer,

When one tries to drag a tab there is a lot of lag at the start of the
drag gesture. As a result the tab is likely to be trailing the mouse
pointer by inches so that figuring out where the tab will end up is
quite confusing.

For a bug such as this a video is worth a million words so I recorded a
drag session and uploaded it there:

http://fgouget.free.fr/tmp/konsole-drag-16.08.2.ogv

Note that this is not a new bug: it has been there for at least a year.

The workaround is to mark a pause between pressing the left mouse button
and dragging the mouse around.

-- System Information:
Debian Release: stretch/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.7.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages konsole depends on:
ii  konsole-kpart 4:16.08.2-1
ii  libc6 2.24-5
ii  libkf5completion5 5.27.0-1
ii  libkf5configcore5 5.27.0-1
ii  libkf5configgui5  5.27.0-1
ii  libkf5configwidgets5  5.27.0-1
ii  libkf5coreaddons5 5.27.0-1
ii  libkf5crash5  5.27.0-1
ii  libkf5dbusaddons5 5.27.0-1
ii  libkf5i18n5   5.27.0-2
ii  libkf5iconthemes5 5.27.0-1
ii  libkf5kiowidgets5 5.27.0-1
ii  libkf5notifyconfig5   5.27.0-1
ii  libkf5widgetsaddons5  5.27.0-1
ii  libkf5windowsystem5   5.27.0-1
ii  libkf5xmlgui5 5.27.0-1
ii  libqt5core5a  5.6.1+dfsg-3+b1
ii  libqt5gui55.6.1+dfsg-3+b1
ii  libqt5widgets55.6.1+dfsg-3+b1
ii  libstdc++66.2.0-9

konsole recommends no packages.

konsole suggests no packages.

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: konsole
Source-Version: 4:17.08.1-1
Done: Maximiliano Curia 

In data martedì 1 novembre 2016 13:22:15 CEST, Maximiliano Curia ha scritto:
> Control: tag -1 + upstream
> Control: forwarded -1 https://bugs.kde.org/show_bug.cgi?id=371939
> 
> ¡Hola Francois!
> 
> El 2016-10-31 a las 19:52 +0100, Francois Gouget escribió:
> > When one tries to drag a tab there is a lot of lag at the start of the 
> > drag gesture. As a result the tab is likely to be trailing the mouse 
> > pointer by inches so that figuring out where the tab will end up is 
> > quite confusing.
> 
> > For a bug such as this a video is worth a million words so I recorded a 
> > drag session and uploaded it there:
> 
> > http://fgouget.free.fr/tmp/konsole-drag-16.08.2.ogv
> 
> > Note that this is not a new bug: it has been there for at least a year.
> 
> > The workaround is to mark a pause between pressing the left mouse button 
> > and dragging the mouse around.
> 
> I can't reproduce the same behavior as shown in your video. The tabs aren't 
> immediately floating when I drag them, but there is ^ marker showing where 
> the 
> tab will be placed. I'm not sure what controls the color of the '^' marker, 
> but it might be possible that it's not visible in a black background for your 
> current color theme.
> 
> Anyway, I have forwarded the bug upstream: 
> https://bugs.kde.org/show_bug.cgi?id=371939

This bug was fixed upstream in version 17.08.1; hence, closing with the
upload that contained the fix, i.e. 4:17.08.1-1.

Thanks for your report,
-- 
Pino Toscano

signature.asc
Description: This is a digitally signed message part.
--- End Message ---


Processed: severity of 648274 is minor

2020-08-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 648274 minor
Bug #648274 [konsole] [konsole] no manual page for konsole(1)
Severity set to 'minor' from 'normal'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
648274: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=648274
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#279315: marked as done (cervisia: Support for GNU Arch)

2020-08-23 Thread Debian Bug Tracking System
Your message dated Sun, 23 Aug 2020 16:43:33 +0200
with message-id <2434410.yR4o7EIgrt@thyrus>
and subject line Re: cervisia: Support for GNU Arch
has caused the Debian Bug report #279315,
regarding cervisia: Support for GNU Arch
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 ow...@bugs.debian.org
immediately.)


-- 
279315: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=279315
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: cervisia
Version: 4:3.3.0-1
Severity: wishlist


I would like to see support for GNU Arch http://www.gnu.org/software/gnu-arch/

Similar to this project: http://www.nongnu.org/archway/

Would be really nice if cervisia was a GUI that could sit on top of multiple
revision control systems.



-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (990, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.8-1-686
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)

Versions of packages cervisia depends on:
ii  kdelibs4  4:3.3.0-2  KDE core libraries
ii  libart-2.0-2  2.3.16-6   Library of functions for 2D graphi
ii  libc6 2.3.2.ds1-18   GNU C Library: Shared libraries an
ii  libcvsservice04:3.3.0-1  DCOP service for accessing CVS rep
ii  libfam0c102   2.7.0-5client library to control the FAM 
ii  libgcc1   1:3.4.2-3  GCC support library
ii  libice6   4.3.0.dfsg.1-8 Inter-Client Exchange library
ii  libidn11  0.5.2-3GNU libidn library, implementation
ii  libpng12-01.2.7-1PNG library - runtime
ii  libqt3c102-mt 3:3.3.3-4.1Qt GUI Library (Threaded runtime v
ii  libsm64.3.0.dfsg.1-8 X Window System Session Management
ii  libstdc++51:3.3.5-2  The GNU Standard C++ Library v3
ii  libx11-6  4.3.0.dfsg.1-8 X Window System protocol client li
ii  libxext6  4.3.0.dfsg.1-8 X Window System miscellaneous exte
ii  libxrender1   0.8.3-7X Rendering Extension client libra
ii  xlibs 4.3.0.dfsg.1-8 X Window System client libraries m
ii  zlib1g1:1.2.2-1  compression library - runtime

-- no debconf information

--- End Message ---
--- Begin Message ---
In data martedì 2 novembre 2004 10:39:41 CEST, Bob Tanner ha scritto:
> Package: cervisia
> Version: 4:3.3.0-1
> Severity: wishlist
> 
> 
> I would like to see support for GNU Arch http://www.gnu.org/software/gnu-arch/
> 
> Similar to this project: http://www.nongnu.org/archway/
> 
> Would be really nice if cervisia was a GUI that could sit on top of multiple
> revision control systems.

Considering that:
- cervisia hasn't received a lot of development in the last decade,
  barely making the port to Qt5/KF5
- GNU arch basically died a decade ago
then IMHO there is no point to keep this wishlist open anymore, since
IMHO it is extremely unlikely that anyone will ever try to do this.

Thanks for your report,
-- 
Pino Toscano

signature.asc
Description: This is a digitally signed message part.
--- End Message ---


Bug#895632: marked as done (kdav: autopkgtest fails with new release while succeeded in the past)

2020-08-23 Thread Debian Bug Tracking System
Your message dated Sun, 23 Aug 2020 16:23:48 +0200
with message-id <3553387.Sds6WUVL9t@thyrus>
and subject line Re: Bug#895632: kdav: autopkgtest fails with new release while 
succeeded in the past
has caused the Debian Bug report #895632,
regarding kdav: autopkgtest fails with new release while succeeded in the past
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 ow...@bugs.debian.org
immediately.)


-- 
895632: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=895632
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: kdav
Version: 17.12.3-1
Severity: normal
User: ci-t...@tracker.debian.org
Usertags: regression

With the upload of version 17.12.3-1 of kdav, the
autopkgtest¹ started to fail with the following error:

Running tests...
/usr/bin/ctest --force-new-ctest-process -j1
Test project
/tmp/autopkgtest-lxc.m0yqmrr9/downtmp/build.7In/src/obj-x86_64-linux-gnu
Start 1: kdav-davcollection
1/5 Test #1: kdav-davcollection ...   Passed0.03 sec
Start 2: kdav-davitem
2/5 Test #2: kdav-davitem .   Passed0.01 sec
Start 3: kdav-davurl
3/5 Test #3: kdav-davurl ..   Passed0.01 sec
Start 4: kdav-davitemfetchjob
4/5 Test #4: kdav-davitemfetchjob .***Failed0.02 sec
* Start testing of DavItemFetchJobTest *
Config: Using QtTest library 5.9.2, Qt 5.9.2 (x86_64-little_endian-lp64
shared (dynamic) release build; by GCC 7.3.0)
PASS   : DavItemFetchJobTest::initTestCase()
QWARN  : DavItemFetchJobTest::runSuccessfullTest() kf5.kdbusaddons: Can
not find 'kdeinit5' executable at
"/usr/share/pkg-kde-tools/bin:/usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games"
"/tmp/autopkgtest-lxc.m0yqmrr9/downtmp/build.7In/src/obj-x86_64-linux-gnu/bin,
/usr/lib/qt5/bin"
QWARN  : DavItemFetchJobTest::runSuccessfullTest() kf5.kio.core: KIO
Connection server not listening, could not connect
QWARN  : DavItemFetchJobTest::runSuccessfullTest() kf5.kio.core:
couldn't create slave: "Can not create socket for launching io-slave for
protocol 'http'."
FAIL!  : DavItemFetchJobTest::runSuccessfullTest()
'fakeServer.isAllScenarioDone()' returned FALSE. ()
   Loc:
[/tmp/autopkgtest-lxc.m0yqmrr9/downtmp/build.7In/src/autotests/davitemfetchjobtest.cpp(42)]
PASS   : DavItemFetchJobTest::cleanupTestCase()
Totals: 2 passed, 1 failed, 0 skipped, 0 blacklisted, 9ms
* Finished testing of DavItemFetchJobTest *

Start 5: kdav-davitemslistjob
5/5 Test #5: kdav-davitemslistjob .   Passed0.01 sec

80% tests passed, 1 tests failed out of 5

Total Test time (real) =   0.09 sec

The following tests FAILED:
  4 - kdav-davitemfetchjob (Failed)
Errors while running CTest
make[3]: *** [Makefile:99: test] Error 8


Paul

¹ https://ci.debian.net/packages/k/kdav/unstable/amd64/











signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Source: kdav
Source-Version: 18.08.3-1
Done: Sandro Knauß 

In data martedì 5 marzo 2019 01:21:50 CEST, Sandro Knauß ha scritto:
> Version: 18.08.3-1
> 
> As the build tests are flaky anyways, we disabled the autopkgtest for Buster.

... and closing for real.

-- 
Pino Toscano

signature.asc
Description: This is a digitally signed message part.
--- End Message ---


Bug#865004: marked as done (klibkf5kipi-bin: misleading package description "This package provides runtime utilities")

2020-08-23 Thread Debian Bug Tracking System
Your message dated Sun, 23 Aug 2020 14:54:57 +0200
with message-id <1626022.jHX3YWqEHn@thyrus>
and subject line Re: Bug#865004: klibkf5kipi-bin: misleading package 
description "This package provides runtime utilities"
has caused the Debian Bug report #865004,
regarding klibkf5kipi-bin: misleading package description "This package 
provides runtime utilities"
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 ow...@bugs.debian.org
immediately.)


-- 
865004: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=865004
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: libkf5kipi-bin
Version: 4:16.08.2-1
Severity: important
User: helm...@debian.org
Usertags: rebootstrap

While working on some FTCBFS bugs, I noticed that libkf5kipi-bin is
strangely empty. Its package description says "This package provides
runtime utilities.". Yet, it doesn't contain any utilities. The
changelog even says that it is intentionally empty. At the very least,
the package description should reflect that. Maybe the package can even
be removed?

Helmut
--- End Message ---
--- Begin Message ---
Source: libkf5kipi
Source-Version: 4:17.08.1-1
Done: Maximiliano Curia 

In data domenica 18 giugno 2017 17:27:29 CEST, Helmut Grohne ha scritto:
> Package: libkf5kipi-bin
> Version: 4:16.08.2-1
> Severity: important
> User: helm...@debian.org
> Usertags: rebootstrap
> 
> While working on some FTCBFS bugs, I noticed that libkf5kipi-bin is
> strangely empty. Its package description says "This package provides
> runtime utilities.". Yet, it doesn't contain any utilities. The
> changelog even says that it is intentionally empty. At the very least,
> the package description should reflect that. Maybe the package can even
> be removed?

Indeed, it was removed in version 4:17.08.1-1. Hence, closing.

Thanks,
-- 
Pino Toscano

signature.asc
Description: This is a digitally signed message part.
--- End Message ---


Processed: bug 848180 is forwarded to https://bugreports.qt.io/browse/QTBUG-75535, tagging 848180

2020-08-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> forwarded 848180 https://bugreports.qt.io/browse/QTBUG-75535
Bug #848180 [src:kxmlgui] konsole: Includes application name in window title 
when configured not to do so
Changed Bug forwarded-to-address to 
'https://bugreports.qt.io/browse/QTBUG-75535' from 
'https://bugs.kde.org/show_bug.cgi?id=374083'.
> tags 848180 - fixed-upstream
Bug #848180 [src:kxmlgui] konsole: Includes application name in window title 
when configured not to do so
Removed tag(s) fixed-upstream.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
848180: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=848180
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#903314: marked as done (kwayland: flaky autopkgtest: kwayland-testPlasmaWindowModel Exception: SIGPIPE)

2020-08-23 Thread Debian Bug Tracking System
Your message dated Sun, 23 Aug 2020 14:50:44 +0200
with message-id <4934524.W0VnOr1stA@thyrus>
and subject line Re: Bug#903314: kwayland: flaky autopkgtest: 
kwayland-testPlasmaWindowModel Exception: SIGPIPE
has caused the Debian Bug report #903314,
regarding kwayland: flaky autopkgtest: kwayland-testPlasmaWindowModel 
Exception: SIGPIPE
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 ow...@bugs.debian.org
immediately.)


-- 
903314: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=903314
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: plasma-framework
Version: 4:5.47.0-1
Severity: important
User: debian...@lists.debian.org
Usertags: flaky

While inspecting regressions in autopkgtest results¹, I noticed that
your package failed multiple times² without apparent changes and passed
later again. I think all cases had the error that I copied below. The
last regression was involved in delaying the migration of glibc.

Could you please investigate and make your autopkgtest more robust?
Please contact me if you need help and you think I can provide that (I
am not subscribed to this bug).

Recent discussion of gating migration by autopkgtests on debian-devel³
noted that if this is going to work, and in particular if we are going
to *block* migration when it causes autopkgtest regressions rather than
merely delaying it, intermittent autopkgtest failures are likely to have
to be considered RC due to their impact on the tested package's
dependencies; for now I've filed it as important.

Paul

¹ https://ci.debian.net/packages/k/kwayland
²
https://ci.debian.net/data/autopkgtest/testing/amd64/k/kwayland/576520/log.gz
https://ci.debian.net/data/autopkgtest/unstable/amd64/k/kwayland/490414/log.gz
https://ci.debian.net/data/autopkgtest/unstable/amd64/k/kwayland/565583/log.gz
https://ci.debian.net/data/autopkgtest/unstable/amd64/k/kwayland/560563/log.gz
https://ci.debian.net/data/autopkgtest/unstable/amd64/k/kwayland/01/log.gz
³ https://lists.debian.org/debian-devel/2018/05/msg00061.html

https://ci.debian.net/data/autopkgtest/testing/amd64/k/kwayland/576520/log.gz

25/41 Test #25: kwayland-testPlasmaWindowModel
.***Exception: SIGPIPE 14.55 sec
* Start testing of PlasmaWindowModelTest *
Config: Using QtTest library 5.10.1, Qt 5.10.1
(x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 7.3.0)
PASS   : PlasmaWindowModelTest::initTestCase()
PASS   : PlasmaWindowModelTest::testRoleNames(display)
PASS   : PlasmaWindowModelTest::testRoleNames(decoration)
PASS   : PlasmaWindowModelTest::testRoleNames(AppId)
PASS   : PlasmaWindowModelTest::testRoleNames(Pid)
PASS   : PlasmaWindowModelTest::testRoleNames(IsActive)
PASS   : PlasmaWindowModelTest::testRoleNames(IsFullscreenable)
PASS   : PlasmaWindowModelTest::testRoleNames(IsFullscreen)
PASS   : PlasmaWindowModelTest::testRoleNames(IsMaximizable)
PASS   : PlasmaWindowModelTest::testRoleNames(IsMaximized)
PASS   : PlasmaWindowModelTest::testRoleNames(IsMinimizable)
PASS   : PlasmaWindowModelTest::testRoleNames(IsMinimized)
PASS   : PlasmaWindowModelTest::testRoleNames(IsKeepAbove)
PASS   : PlasmaWindowModelTest::testRoleNames(IsKeepBelow)
PASS   : PlasmaWindowModelTest::testRoleNames(VirtualDesktop)
PASS   : PlasmaWindowModelTest::testRoleNames(IsOnAllDesktops)
PASS   : PlasmaWindowModelTest::testRoleNames(IsDemandingAttention)
PASS   : PlasmaWindowModelTest::testRoleNames(SkipTaskbar)
PASS   : PlasmaWindowModelTest::testRoleNames(SkipSwitcher)
PASS   : PlasmaWindowModelTest::testRoleNames(IsShadeable)
PASS   : PlasmaWindowModelTest::testRoleNames(IsShaded)
PASS   : PlasmaWindowModelTest::testRoleNames(IsMovable)
PASS   : PlasmaWindowModelTest::testRoleNames(IsResizable)
PASS   : PlasmaWindowModelTest::testRoleNames(IsVirtualDesktopChangeable)
PASS   : PlasmaWindowModelTest::testRoleNames(IsCloseable)
PASS   : PlasmaWindowModelTest::testRoleNames(Geometry)
PASS   : PlasmaWindowModelTest::testAddRemoveRows()
PASS   : PlasmaWindowModelTest::testDefaultData(display)
PASS   : PlasmaWindowModelTest::testDefaultData(decoration)
PASS   : PlasmaWindowModelTest::testDefaultData(AppId)
PASS   : PlasmaWindowModelTest::testDefaultData(IsActive)
PASS   : PlasmaWindowModelTest::testDefaultData(IsFullscreenable)
PASS   : PlasmaWindowModelTest::testDefaultData(IsFullscreen)
PASS   : PlasmaWindowModelTest::testDefaultData(IsMaximizable)
PASS   : PlasmaWindowModelTest::testDefaultData(IsMaximized)
PASS   : PlasmaWindowModelTest::testDefaultData(IsMinimizable)
PASS   : PlasmaWindowModelTest::testDefaultData(IsMinimized)
PASS   : PlasmaWindowModelTest::testDefaultData(IsKe

Processed: severity of 788482 is minor

2020-08-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> severity 788482 minor
Bug #788482 [kturtle] kturtle: Missing man page
Severity set to 'minor' from 'normal'
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
788482: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=788482
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#929771: marked as done (kservice FTCBFS: missing Build-Depends: qttools5-dev)

2020-08-23 Thread Debian Bug Tracking System
Your message dated Sun, 23 Aug 2020 14:43:57 +0200
with message-id <2592101.pb0RBqNxEE@thyrus>
and subject line Re: Bug#929771: kservice FTCBFS: missing Build-Depends: 
qttools5-dev
has caused the Debian Bug report #929771,
regarding kservice FTCBFS: missing Build-Depends: qttools5-dev
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 ow...@bugs.debian.org
immediately.)


-- 
929771: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=929771
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: kservice
Version: 5.54.0-1
Tags: pending
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

kservice fails to cross build from source. This is fixed in git:
https://salsa.debian.org/qt-kde-team/kde/kservice/commit/b676a9cab76774b5165862bfc221f11ab7655c53
Please close this bug with the next upload to trigger a qa rebuild.

Helmut
--- End Message ---
--- Begin Message ---
Source: kservice
Source-Version: 5.61.0-1
Done: Maximiliano Curia 

In data giovedì 30 maggio 2019 20:37:44 CEST, Helmut Grohne ha scritto:
> Source: kservice
> Version: 5.54.0-1
> Tags: pending
> User: debian-cr...@lists.debian.org
> Usertags: ftcbfs
> 
> kservice fails to cross build from source. This is fixed in git:
> https://salsa.debian.org/qt-kde-team/kde/kservice/commit/b676a9cab76774b5165862bfc221f11ab7655c53
> Please close this bug with the next upload to trigger a qa rebuild.

... and fixed with version 5.61.0-1, hence closing.

Thanks,
-- 
Pino Toscano

signature.asc
Description: This is a digitally signed message part.
--- End Message ---


Bug#918760: marked as done (kpackage should Build-Depends: qttools5-dev)

2020-08-23 Thread Debian Bug Tracking System
Your message dated Sun, 23 Aug 2020 14:39:08 +0200
with message-id <2085532.tSmfoqppWV@thyrus>
and subject line Re: Bug#918760: agree on how to find qhelpgenerator
has caused the Debian Bug report #918760,
regarding kpackage should Build-Depends: qttools5-dev
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 ow...@bugs.debian.org
immediately.)


-- 
918760: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=918760
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: qt5-qmake,qttools5-dev-tools,extra-cmake-modules
User: helm...@debian.org
Usertags: rebootstrap
Control: affects -1 + src:kpackage

kpackage fails to cross build from source and the cause is tricky. We
start our journey on extra-cmake-modules'
/usr/share/ECM/find-modules/FindQHelpGenerator.cmake. That file assumes
that it will find a "qhelpgenerator" executable next to the qmake
executable. The path of qmake is determined using

get_target_property(_qmake_EXECUTABLE Qt5::qmake LOCATION)

and results in:

/usr/lib//qt5/bin/qmake

Now, qttools5-dev-tools places qhelpgenerator in

/usr/lib/qt5/bin/qhelpgenerator
/usr/lib//qt5/bin/qhelpgenerator

and qtchooser additionally makes it available as:

/usr/bin/qhelpgenerator

The end result is that qhelpgenerator is not found and that kpackage
fails to cross build.

extra-cmake-modules's assumption on how to find qhelpgenerator is not
presently valid. We'll either have to reinstate the assumption or make
extra-cmake-modules not assume that.

Now I need your input on which package we need to touch.

Helmut
--- End Message ---
--- Begin Message ---
Source: kpackage
Source-Version: 5.61.0-1
Done: Maximiliano Curia 

In data mercoledì 9 gennaio 2019 16:53:42 CEST, Helmut Grohne ha scritto:
> Control: reassign -1 src:kpackage
> Control: retitle -1 kpackage should Build-Depends: qttools5-dev
> Control: block -1 by 915122
> Control: tags 915122 + upstream fixed-upstream patch
> 
> On Wed, Jan 09, 2019 at 02:48:17PM +0300, Dmitry Shachnev wrote:
> > On Wed, Jan 09, 2019 at 06:24:32AM +0100, Helmut Grohne wrote:
> > > kpackage fails to cross build from source and the cause is tricky. We
> > > start our journey on extra-cmake-modules'
> > > /usr/share/ECM/find-modules/FindQHelpGenerator.cmake. That file assumes
> > > that it will find a "qhelpgenerator" executable next to the qmake
> > > executable. The path of qmake is determined using
> > >
> > > get_target_property(_qmake_EXECUTABLE Qt5::qmake LOCATION)
> > 
> > That is the fallback code path.
> 
> Oh right.
> 
> > As I said before in #915122, the correct fix is:
> > 
> > - Cherry-picking commit [1] for extra-cmake-modules or updating it to 
> > 5.53.0.
> > - Making all affected packages build-depend on qttools5-dev.
> 
> I'm sorry for failing to notice the existing report. I guess I have too
> many open bug reports now and should slow down filing...
> 
> I'm repurposing this bug for adding the dependency to kpackage.

kpackage was fixed with version 5.61.0-1, hence closing.

Thanks,
-- 
Pino Toscano

signature.asc
Description: This is a digitally signed message part.
--- End Message ---


Bug#931871: marked as done (kidletime FTCBFS: missing Build-Depends: qttools5-dev)

2020-08-23 Thread Debian Bug Tracking System
Your message dated Sun, 23 Aug 2020 14:28:26 +0200
with message-id <1989641.rJO3BLx491@thyrus>
and subject line Re: Bug#931871: kidletime FTCBFS: missing Build-Depends: 
qttools5-dev
has caused the Debian Bug report #931871,
regarding kidletime FTCBFS: missing Build-Depends: qttools5-dev
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 ow...@bugs.debian.org
immediately.)


-- 
931871: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=931871
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: kidletime
Version: 5.54.0-1
Tags: pending

kidletime fails to cross build from source. This is fixed in git:
https://salsa.debian.org/qt-kde-team/kde/kidletime/commit/41006aac5fe1069e813b1cb01dc22781b369a3ff
Please close this bug with the next upload to trigger a qa rebuild.

Helmut
--- End Message ---
--- Begin Message ---
Source: kidletime
Source-Version: 5.61.0-1
Done: Maximiliano Curia 

In data giovedì 11 luglio 2019 20:11:47 CEST, Helmut Grohne ha scritto:
> Source: kidletime
> Version: 5.54.0-1
> Tags: pending
> 
> kidletime fails to cross build from source. This is fixed in git:
> https://salsa.debian.org/qt-kde-team/kde/kidletime/commit/41006aac5fe1069e813b1cb01dc22781b369a3ff
> Please close this bug with the next upload to trigger a qa rebuild.

... and closing now.

Thanks,
-- 
Pino Toscano

signature.asc
Description: This is a digitally signed message part.
--- End Message ---


Bug#908870: marked as done (korganizer: Tuen Ng Festival date in 2019 is wrong)

2020-08-23 Thread Debian Bug Tracking System
Your message dated Sun, 23 Aug 2020 14:25:55 +0200
with message-id <3154087.PVev0BSXst@thyrus>
and subject line Re: Bug#908870: korganizer: Tuen Ng Festival date in 2019 is 
wrong
has caused the Debian Bug report #908870,
regarding korganizer: Tuen Ng Festival date in 2019 is wrong
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 ow...@bugs.debian.org
immediately.)


-- 
908870: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=908870
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: korganizer
Version: 4:17.12.3-2
Severity: normal
Tags: l10n

Dear Maintainer,

The date of Tuen Ng Festival in Hong Kong is wrong in korganizer. The calendar
shows 7 May 2019, however, according to the gov't website, it should be 7 June
2019.

The authoritative source can be found below.

https://www.gov.hk/en/about/abouthk/holiday/2019.htm

-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (990, 'testing'), (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 4.18.0-1-amd64 (SMP w/8 CPU cores)
Locale: LANG=en_HK.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB:en_HK:en (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages korganizer depends on:
ii  kdepim-runtime   4:17.12.3-2
ii  kio  5.49.0-1
ii  libc62.27-6
ii  libgcc1  1:8.2.0-6
ii  libkf5akonadicalendar5abi1   4:17.12.3-1
ii  libkf5akonadicontact54:17.12.3-2
ii  libkf5akonadicore5abi1   4:17.12.3-3
ii  libkf5akonadimime5   4:17.12.3-1
ii  libkf5akonadinotes5  4:17.12.3-1
ii  libkf5akonadisearchpim5  4:17.12.3-1
ii  libkf5akonadiwidgets5abi14:17.12.3-3
ii  libkf5calendarcore5abi1  4:17.12.3-1
ii  libkf5calendarsupport5abi1   4:17.12.3-1
ii  libkf5calendarutils5 4:17.12.3-1
ii  libkf5codecs55.49.0-1
ii  libkf5completion55.49.0-1
ii  libkf5configcore55.49.0-1
ii  libkf5configgui5 5.49.0-1
ii  libkf5configwidgets5 5.49.0-1
ii  libkf5contacts5  4:17.12.3-1
ii  libkf5coreaddons55.49.0-1
ii  libkf5crash5 5.49.0-1
ii  libkf5dbusaddons55.49.0-1
ii  libkf5eventviews54:17.12.3-2
ii  libkf5holidays5  1:5.49.0-1
ii  libkf5i18n5  5.49.0-1
ii  libkf5iconthemes55.49.0-1
ii  libkf5identitymanagement517.12.3-1
ii  libkf5incidenceeditor5abi1   17.12.3-2
ii  libkf5itemmodels55.49.0-1
ii  libkf5itemviews5 5.49.0-1
ii  libkf5jobwidgets55.49.0-1
ii  libkf5kcmutils5  5.49.0-1
ii  libkf5kdepimdbusinterfaces5  4:17.12.3-1
ii  libkf5kiocore5   5.49.0-1
ii  libkf5kiowidgets55.49.0-1
ii  libkf5kontactinterface5  17.12.3-1
ii  libkf5libkdepim-plugins  4:17.12.3-1
ii  libkf5libkdepim5 4:17.12.3-1
ii  libkf5libkdepimakonadi5  4:17.12.3-1
ii  libkf5mailtransport5 17.12.3-1
ii  libkf5mailtransportakonadi5  17.12.3-1
ii  libkf5mime5abi1  17.12.3-2
ii  libkf5newstuff5  5.49.0-1
ii  libkf5notifications5 5.49.0-1
ii  libkf5parts5 5.49.0-1
ii  libkf5pimcommon5abi1 4:17.12.3-1
ii  libkf5pimcommonakonadi5  4:17.12.3-1
ii  libkf5pimtextedit5abi1   17.12.3-2
ii  libkf5service-bin5.49.0-1
ii  libkf5service5   5.49.0-1
ii  libkf5widgetsaddons5 5.49.0-1
ii  libkf5windowsystem5  5.49.0-1
ii  libkf5xmlgui55.49.0-1
ii  libphonon4qt5-4  4:4.10.1-1
ii  libqt5core5a 5.11.1+dfsg-8
ii  libqt5dbus5  5.11.1+dfsg-8
ii  libqt5gui5   5.11.1+dfsg-8
ii  libqt5widgets5   5.11.1+dfsg-8
ii  libstdc++6   8.2.0-6
ii  phonon4qt5   4:4.10.1-1

korganizer recommends no packages.

korganizer suggests no packages.

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: kholidays
Source-Version: 1:5.51.0-1
Done: Maximiliano Curia 

In data sabato 15 settembre 2018 15:12:22 CEST, Sandro Knauß ha scritto:
> Control: reassign -1 src:kholidays
> Control: notfound -1 4:17.12.3-2
> Control: found -1 1:5.49.0-1
> Control: tags -1 +upstream

According to the linked upstream bug report [1], the bug was fixed in
kholidays 5.51.0. Hence, closing with the first upload with that
version, i.e. 1:5.51.0-1.

[1] https://bugs.kde.org/show_bug.cgi?id=398670

-- 
Pino Toscano

signatur

Bug#958954: marked as done (The desktop file has no "Categorie" key)

2020-08-23 Thread Debian Bug Tracking System
Your message dated Sun, 23 Aug 2020 14:19:02 +0200
with message-id <2583730.B6LRJH4mlX@thyrus>
and subject line Re: Bug#958954: The desktop file has no "Categorie" key
has caused the Debian Bug report #958954,
regarding The desktop file has no "Categorie" key
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 ow...@bugs.debian.org
immediately.)


-- 
958954: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=958954
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: kdepim-addons
Version: 19.08.3-1
Severity: normal

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256


Hello!

The desktop file for Linux 
(/usr/share/applications/org.kde.akonadimailreader.desktop) is missing a 
category value. There should be added also the values "KDE", "Network" and 
"Email".

Please see also the documentation about desktop files here:


This line should be added (without the quotation marks):
"Categories=KDE;Network;Email;"

- -- 
Yours sincerely
Joerg Schiermeier



- -- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.4.0-4-amd64 (SMP w/8 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=de_DE.utf-8, LC_CTYPE=de_DE.utf-8 (charmap=UTF-8), 
LANGUAGE=de:en_GB (charmap=UTF-8)
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages kdepim-addons depends on:
ii  kio5.62.1-2+b1
ii  libc6  2.30-4
ii  libgcc-s1 [libgcc1]10-20200418-1
ii  libgcc11:10-20200418-1
ii  libgpgmepp61.13.1-6
ii  libgrantlee-templates5 5.1.0-2.1
ii  libkf5akonadicalendar5abi1 [libkf5akonadicalendar5-19.08]  4:19.08.3-1
ii  libkf5akonadicontact5 [libkf5akonadicontact5-19.08]4:19.08.3-1
ii  libkf5akonadicore5abi2 [libkf5akonadicore5-19.08]  4:19.08.3-1
ii  libkf5akonadimime5 [libkf5akonadimime5-19.08]  4:19.08.3-1
ii  libkf5akonadinotes5 [libkf5akonadinotes5-19.08]4:19.08.3-1
ii  libkf5akonadiwidgets5abi1 [libkf5akonadiwidgets5-19.08]4:19.08.3-1
ii  libkf5calendarcore5abi2 [libkf5calendarcore5-19.08]4:19.08.3-2
ii  libkf5calendarevents5  5.62.0-1+b2
ii  libkf5calendarsupport5abi1 [libkf5calendarsupport5-19.08]  4:19.08.3-1
ii  libkf5calendarutils5 [libkf5calendarutils5-19.08]  4:19.08.3-1
ii  libkf5codecs5  5.62.0-1
ii  libkf5completion5  5.62.0-1+b1
ii  libkf5configcore5  5.62.0-1+b1
ii  libkf5configgui5   5.62.0-1+b1
ii  libkf5configwidgets5   5.62.0-1+b1
ii  libkf5contacteditor5 [libkf5contacteditor5-19.08]  4:19.08.3-1
ii  libkf5contacts5 [libkf5contacts5-19.08]4:19.08.3-1
ii  libkf5coreaddons5  5.62.0-1
ii  libkf5eventviews5abi1 [libkf5eventviews5-19.08]4:19.08.3-1
ii  libkf5grantleetheme5 [libkf5grantleetheme5-19.08]  19.08.3-1
ii  libkf5gravatar5abi2 [libkf5gravatar5-19.08]4:19.08.3-1
ii  libkf5i18n55.62.0-1
ii  libkf5iconthemes5  5.62.0-1+b1
ii  libkf5identitymanagement5 [libkf5identitymanagement5-19.0  19.08.3-1
ii  libkf5imap5 [libkf5imap5-19.08]19.08.3-1
ii  libkf5incidenceeditor5abi1 [libkf5incidenceeditor5-19.08]  19.08.3-1
ii  libkf5itemmodels5  5.62.0-1
ii  libkf5itemviews5   5.62.0-1+b1
ii  libkf5jobwidgets5  5.62.0-1+b1
ii  libkf5kaddressbookgrantlee5 [libkf5kaddressbookgrantlee5-  4:19.08.3-1
ii  libkf5kaddressbookimportexport5 [libkf5kaddressbookimport  4:19.08.3-1
ii  libkf5kiocore5 5.62.1-2+b1
ii  libkf5kiowidgets5  5.62.1-2+b1
ii  libkf5kontactinterface5 [libkf5kontactinterface5-19.08]19.08.3-1
ii  libkf5ksieveui5 [libkf5ksieveui5-19.08]4:19.08.3-1
ii  libkf5libkdepim5 [libkf5libkdepi

Bug#841663: marked as done (qcachegrind: Manpage missing)

2020-08-23 Thread Debian Bug Tracking System
Your message dated Sun, 23 Aug 2020 13:53:59 +0200
with message-id <36324203.DEHqxkRzKx@thyrus>
and subject line Re: Bug#841663: qcachegrind: Manpage missing
has caused the Debian Bug report #841663,
regarding qcachegrind: Manpage missing
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 ow...@bugs.debian.org
immediately.)


-- 
841663: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=841663
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: qcachegrind
Version: 4:16.08.0-1
Severity: wishlist

Title says it all.
Even putting in `kcachegrind`'s manpage (after a rename) would be more than
enough.

Thanks.



-- System Information:
Debian Release: stretch/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.7.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

Versions of packages qcachegrind depends on:
ii  libc6   2.24-5
ii  libqtcore4  4:4.8.7+dfsg-9
ii  libqtgui4   4:4.8.7+dfsg-9
ii  libstdc++6  6.2.0-9

Versions of packages qcachegrind recommends:
ii  graphviz  2.38.0-15+b1
ii  valgrind  1:3.12.0~svn20160714-1+b1

Versions of packages qcachegrind suggests:
pn  kcachegrind-converters  
pn  khelpcenter 

-- no debconf information
--- End Message ---
--- Begin Message ---
In data venerdì 21 ottobre 2016 22:36:20 CEST, Andrea Stacchiotti ha scritto:
> Package: qcachegrind
> Version: 4:16.08.0-1
> Severity: wishlist
> 
> Title says it all.
> Even putting in `kcachegrind`'s manpage (after a rename) would be more than
> enough.

qcachegrind was "example code", and removed:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=921909#10

Hence, there is no man page to provide.

Thanks for your report,
-- 
Pino Toscano

signature.asc
Description: This is a digitally signed message part.
--- End Message ---


Bug#921909: marked as done (QCachegrind is not being packaged in KCachegrind 17)

2020-08-23 Thread Debian Bug Tracking System
Your message dated Sun, 23 Aug 2020 13:51:04 +0200
with message-id <2596301.7Lfke8SM8E@thyrus>
and subject line Re: Bug#921909: QCachegrind is not being packaged in 
KCachegrind 17
has caused the Debian Bug report #921909,
regarding QCachegrind is not being packaged in KCachegrind 17
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 ow...@bugs.debian.org
immediately.)


-- 
921909: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=921909
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: qcachegrind
Version: 4:17.08.3-2
Severity: important

Dear Maintainer,

QCachegrind is KCachegrind built without a KDE dependency. It is
compiled as part of the KCachegrind build process, but not installed
by default. It was packaged in Debian as part of KCachegrind 16 and
present in stretch:
https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=836937

However, it seems to have gotten lost when KCachegrind 17 was
packaged. This means that QCachegrind is currently missing from buster
and sid. Please resume building the QCachegrind binary package.

https://tracker.debian.org/news/817634/accepted-kcachegrind-416083-1-source-into-unstable/
https://tracker.debian.org/news/872010/accepted-kcachegrind-417081-1-source-all-amd64-into-experimental/

Thank you.
-nandhp

-- System Information:
Debian Release: buster/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)

Kernel: Linux 4.19.0-1-amd64 (SMP w/8 CPU cores)
Kernel taint flags: TAINT_WARN
Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8),
LANGUAGE=en_US.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
--- End Message ---
--- Begin Message ---
In data domenica 10 febbraio 2019 09:42:02 CEST, Pino Toscano ha scritto:
> tag 921909 + wontfix
> thanks
> 
> In data domenica 10 febbraio 2019 02:44:14 CET, nandhp ha scritto:
> > Dear Maintainer,
> > 
> > QCachegrind is KCachegrind built without a KDE dependency.
> 
> qcachegrind is declared "example code" in the upstream sources:
> https://cgit.kde.org/kcachegrind.git/tree/qcachegrind/README
> 
> Hence, it is not meant to be installed, especially as it is not
> installed on purpose.
> 
> > Please resume building the QCachegrind binary package.
> 
> It is not going to happen.  Just use kcachegrind, which works fine,
> and it is supported.

No answers in more than one year and half, hence closing.

-- 
Pino Toscano

signature.asc
Description: This is a digitally signed message part.
--- End Message ---


Bug#922000: marked as done (src:kauth: Symbols file out of date)

2020-08-23 Thread Debian Bug Tracking System
Your message dated Sun, 23 Aug 2020 13:48:15 +0200
with message-id <319638507.jtGMEdsSxx@thyrus>
and subject line Re: Bug#922000: src:kauth: Symbols file out of date
has caused the Debian Bug report #922000,
regarding src:kauth: Symbols file out of date
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 ow...@bugs.debian.org
immediately.)


-- 
922000: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=922000
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:kauth
Version: 5.54.0-1
Severity: normal

Seen in the amd64 build logs for 5.54.0-1:

dpkg-gensymbols: warning: some libraries disappeared in the symbols file: 
kauth_backend_plugin.so kauth_helper_plugin.so
dpkg-gensymbols: warning: debian/libkf5auth5/DEBIAN/symbols doesn't match 
completely debian/libkf5auth5.symbols
--- debian/libkf5auth5.symbols (libkf5auth5_5.54.0-1_amd64)
+++ dpkg-gensymbolsUUn6iW   2019-01-18 12:55:12.883857964 +
@@ -1,9 +1,3 @@
-kauth_backend_plugin.so libkf5auth5 #MINVER#
- qt_plugin_instance@Base 5.0.0
- qt_plugin_query_metadata@Base 5.0.0
-kauth_helper_plugin.so libkf5auth5 #MINVER#
- qt_plugin_instance@Base 5.0.0
- qt_plugin_query_metadata@Base 5.0.0
 libKF5Auth.so.5 libkf5auth5 #MINVER#
  _ZN5KAuth10ExecuteJob11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0
  _ZN5KAuth10ExecuteJob11qt_metacastEPKc@Base 4.96.0

It seems like it should be updated, but I'm not sure the correct solution, so
not touching it for the security update.

Scott K
--- End Message ---
--- Begin Message ---
Source: kauth
Source-Version: 5.61.0-1
Done: Maximiliano Curia 

In data lunedì 11 febbraio 2019 07:05:19 CEST, Scott Kitterman ha scritto:
> Package: src:kauth
> Version: 5.54.0-1
> Severity: normal
> 
> Seen in the amd64 build logs for 5.54.0-1:
> 
> dpkg-gensymbols: warning: some libraries disappeared in the symbols file: 
> kauth_backend_plugin.so kauth_helper_plugin.so
> dpkg-gensymbols: warning: debian/libkf5auth5/DEBIAN/symbols doesn't match 
> completely debian/libkf5auth5.symbols
> --- debian/libkf5auth5.symbols (libkf5auth5_5.54.0-1_amd64)
> +++ dpkg-gensymbolsUUn6iW 2019-01-18 12:55:12.883857964 +
> @@ -1,9 +1,3 @@
> -kauth_backend_plugin.so libkf5auth5 #MINVER#
> - qt_plugin_instance@Base 5.0.0
> - qt_plugin_query_metadata@Base 5.0.0
> -kauth_helper_plugin.so libkf5auth5 #MINVER#
> - qt_plugin_instance@Base 5.0.0
> - qt_plugin_query_metadata@Base 5.0.0
>  libKF5Auth.so.5 libkf5auth5 #MINVER#
>   _ZN5KAuth10ExecuteJob11qt_metacallEN11QMetaObject4CallEiPPv@Base 4.96.0
>   _ZN5KAuth10ExecuteJob11qt_metacastEPKc@Base 4.96.0
> 
> It seems like it should be updated, but I'm not sure the correct solution, so
> not touching it for the security update.

This was fixed with the upload of kauth 5.61.0-1.

Thanks,
-- 
Pino Toscano

signature.asc
Description: This is a digitally signed message part.
--- End Message ---


syndication_5.70.0-2_source.changes ACCEPTED into unstable

2020-08-23 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 23 Aug 2020 13:22:40 +0200
Source: syndication
Architecture: source
Version: 1:5.70.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian/Kubuntu Qt/KDE Maintainers 
Changed-By: Pino Toscano 
Closes: 949004
Changes:
 syndication (1:5.70.0-2) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Helmut Grohne ]
   * Fix FTCBFS: Build-Depends: qttools5-dev. See #915122. (Closes: #949004)
 .
   [ Pino Toscano ]
   * Remove the unused ${shlibs:Depends} substvar from libkf5syndication-doc.
Checksums-Sha1:
 993eaf46a8cf3740e46832db7ec69ed98ae5d8e4 2612 syndication_5.70.0-2.dsc
 61183f2772853c710ff1fc5ae70e3b861b3aa097 18252 
syndication_5.70.0-2.debian.tar.xz
 c354b3c471e4b6afb0b51a11fc3e41299127eb0f 12488 
syndication_5.70.0-2_source.buildinfo
Checksums-Sha256:
 6eda9406dd9a5669328c8cafa1601e5fdf86622cf36b046b1edbc071e7c29dce 2612 
syndication_5.70.0-2.dsc
 01be683ddb45286a00df521764246ef5485196d21928ceeef451da603b652d92 18252 
syndication_5.70.0-2.debian.tar.xz
 6214394ff991268fcad7958fad2135309e4195196303c4ba16093e56fd2f01f4 12488 
syndication_5.70.0-2_source.buildinfo
Files:
 314a8ba4fe6cf9cd993f87514260199e 2612 libs optional syndication_5.70.0-2.dsc
 36534f0d2ab2ab1dc77b1025c546bd56 18252 libs optional 
syndication_5.70.0-2.debian.tar.xz
 3cdcae8d74d05b525d7273259e41a8b5 12488 libs optional 
syndication_5.70.0-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXyqfuC+mweEHcAcHLRkciEOxP00FAl9CUZ4ACgkQLRkciEOx
P02sDhAArYipeXgcJSDHzXbGkxF7ZWgRsPDrYUHWIBdMw7VXiJwKnjSU2EHnstcc
j4pggBrA3F3JEa8Seo6kY2IrppC2ds0Oj19Vph0TYuon/sLb1mipnqpf2YKpyhdJ
dkyxQAgqYTAWgn2SsK+B+6X5zpr4/+lf9HmwzYYzVo+ENp7YQqyBV/Y/DYD0pkwU
YtXB2NF6lH34y4wqe+Fg+IPO3ZWTMwj0Yxw8FJlcm6rL5iLHEsMpGXuB7zs1vM6J
2n80MYozA/r46V7nLSxm/bTxj7T3H6gruuNkT/JIbEPsnW7abZDN3ZBCnLi9WqXZ
Eg7ITOyA/dlpfk/3omIGHluyONv1msmUNWo9bN9934hrKz9g+SkC6nbDb2bunFr+
BgnKNIPoT3nTfAiOwLE2EGIdc8TL9c1ixZcdE+LuunlfxG1r7YThf1UzdjYfxk6h
qojlJ3tU+LFyqF9iSopylvVZZEpk8AugO4RRVtnNDSXh5TXz+8wL2X1Ck5PRWF8Y
dLfQdDR+5/Qhx/GBT9ju5NqOehPpsYRkIST6NLa1v6VlD3+6MmzIDdmZErRmzoG0
tBsyXAHek0FzzyKfZApgRIhrk5IwKOXxlkzfxmQMM+poKqFiWPFczAlKP6CBPLER
5Q1jbn/DuM3ISebqCeKpWdBupCLzat0Zspn3U4utT2Cr8EV1ecs=
=qp0F
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Bug#261269: marked as done (Should support adding a KDE component to an existing source tree)

2020-08-23 Thread Debian Bug Tracking System
Your message dated Sun, 23 Aug 2020 13:45:15 +0200
with message-id <5689332.mCtNnpuFJ4@thyrus>
and subject line Re: Should support adding a KDE component to an existing 
source tree
has caused the Debian Bug report #261269,
regarding Should support adding a KDE component to an existing source tree
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 ow...@bugs.debian.org
immediately.)


-- 
261269: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=261269
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: kapptemplate
Version: 4:3.2.3-2
Severity: wishlist

  kapptemplate's only mode of operation seems to be
"create a new KDE project".  It doesn't seem to be possible (and in fact
some of the configure functions it defines make it /im/possible) to add
a KDE component to an existing, autoconfiscated project, preferably as
an optional feature (that can be disabled in configure).

  Daniel

-- System Information:
Debian Release: testing/unstable
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.7-1-686
Locale: LANG=en_US, LC_CTYPE=en_US (ignored: LC_ALL set to en_US)

-- no debconf information

--- End Message ---
--- Begin Message ---
In data sabato 24 luglio 2004 21:43:30 CEST, Daniel Burrows ha scritto:
> Package: kapptemplate
> Version: 4:3.2.3-2
> Severity: wishlist
> 
>   kapptemplate's only mode of operation seems to be
> "create a new KDE project".  It doesn't seem to be possible (and in fact
> some of the configure functions it defines make it /im/possible) to add
> a KDE component to an existing, autoconfiscated project, preferably as
> an optional feature (that can be disabled in configure).

The upstream bug report [1] was closed long ago with the following
explanation:

| out of KAppTemplate scope.
| In KDE 4.1, KAppTemplate projects are compatible with KDevelop so
| you'll be able to easily generate the same template from within
| KDevelop.
| 
| KAppTemplate is only a template generator, nothing more. Once the
| project is generated, you read the included README and then you're
| on your own!

Since the scope of kapptemplate has not changed in all these years,
I'm closing this bug report.

Thanks,
-- 
Pino Toscano

signature.asc
Description: This is a digitally signed message part.
--- End Message ---


Processing of syndication_5.70.0-2_source.changes

2020-08-23 Thread Debian FTP Masters
syndication_5.70.0-2_source.changes uploaded successfully to localhost
along with the files:
  syndication_5.70.0-2.dsc
  syndication_5.70.0-2.debian.tar.xz
  syndication_5.70.0-2_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



Processed: tagging 849978

2020-08-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 849978 + pending
Bug #849978 [qml-module-org-kde-kaccounts] nothing depends on or recommends 
qml-module-org-kde-kaccounts
Added tag(s) pending.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
849978: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=849978
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#949004: marked as done (syndication FTCBFS: missing Build-Depends: qttools5-dev)

2020-08-23 Thread Debian Bug Tracking System
Your message dated Sun, 23 Aug 2020 11:33:55 +
with message-id 
and subject line Bug#949004: fixed in syndication 1:5.70.0-2
has caused the Debian Bug report #949004,
regarding syndication FTCBFS: missing Build-Depends: qttools5-dev
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 ow...@bugs.debian.org
immediately.)


-- 
949004: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=949004
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: syndication
Version: 1:5.62.0-3
Tags: patch
User: debian-cr...@lists.debian.org
Usertags: ftcbfs

syndication fails to cross build from source, because it misses a
dependency on qttools5-dev. Please refer to #915122 for details. Please
consider applying the attached patch.

Helmut
diff --minimal -Nru syndication-5.62.0/debian/changelog 
syndication-5.62.0/debian/changelog
--- syndication-5.62.0/debian/changelog 2019-11-30 22:20:50.0 +0100
+++ syndication-5.62.0/debian/changelog 2020-01-15 18:43:25.0 +0100
@@ -1,3 +1,10 @@
+syndication (1:5.62.0-3.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTCBFS: Build-Depends: qttools5-dev. See #915122. (Closes: #-1)
+
+ -- Helmut Grohne   Wed, 15 Jan 2020 18:43:25 +0100
+
 syndication (1:5.62.0-3) unstable; urgency=medium
 
   * Team upload.
diff --minimal -Nru syndication-5.62.0/debian/control 
syndication-5.62.0/debian/control
--- syndication-5.62.0/debian/control   2019-11-30 22:14:52.0 +0100
+++ syndication-5.62.0/debian/control   2020-01-15 18:43:24.0 +0100
@@ -11,7 +11,7 @@
libkf5codecs-dev (>= 5.62.0~),
pkg-kde-tools (>> 0.15.15),
qtbase5-dev (>= 5.11.0~),
-   qttools5-dev-tools (>= 5.11.0~),
+   qttools5-dev (>= 5.11.0~),
 Standards-Version: 4.4.0
 Homepage: https://projects.kde.org/projects/kde/pim/syndication
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/syndication
--- End Message ---
--- Begin Message ---
Source: syndication
Source-Version: 1:5.70.0-2
Done: Pino Toscano 

We believe that the bug you reported is fixed in the latest version of
syndication, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 949...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Pino Toscano  (supplier of updated syndication package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 23 Aug 2020 13:22:40 +0200
Source: syndication
Architecture: source
Version: 1:5.70.0-2
Distribution: unstable
Urgency: medium
Maintainer: Debian/Kubuntu Qt/KDE Maintainers 
Changed-By: Pino Toscano 
Closes: 949004
Changes:
 syndication (1:5.70.0-2) unstable; urgency=medium
 .
   * Team upload.
 .
   [ Helmut Grohne ]
   * Fix FTCBFS: Build-Depends: qttools5-dev. See #915122. (Closes: #949004)
 .
   [ Pino Toscano ]
   * Remove the unused ${shlibs:Depends} substvar from libkf5syndication-doc.
Checksums-Sha1:
 993eaf46a8cf3740e46832db7ec69ed98ae5d8e4 2612 syndication_5.70.0-2.dsc
 61183f2772853c710ff1fc5ae70e3b861b3aa097 18252 
syndication_5.70.0-2.debian.tar.xz
 c354b3c471e4b6afb0b51a11fc3e41299127eb0f 12488 
syndication_5.70.0-2_source.buildinfo
Checksums-Sha256:
 6eda9406dd9a5669328c8cafa1601e5fdf86622cf36b046b1edbc071e7c29dce 2612 
syndication_5.70.0-2.dsc
 01be683ddb45286a00df521764246ef5485196d21928ceeef451da603b652d92 18252 
syndication_5.70.0-2.debian.tar.xz
 6214394ff991268fcad7958fad2135309e4195196303c4ba16093e56fd2f01f4 12488 
syndication_5.70.0-2_source.buildinfo
Files:
 314a8ba4fe6cf9cd993f87514260199e 2612 libs optional syndication_5.70.0-2.dsc
 36534f0d2ab2ab1dc77b1025c546bd56 18252 libs optional 
syndication_5.70.0-2.debian.tar.xz
 3cdcae8d74d05b525d7273259e41a8b5 12488 libs optional 
syndication_5.70.0-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXyqfuC+mweEHcAcHLRkciEOxP00FAl9CUZ4ACgkQLRkciEOx
P02sDhAArYipeXgcJSDHzXbGkxF7ZWgRsPDrYUHWIBdMw7VXiJwKnjSU2EHnstcc
j4pggBrA3F3JEa8Seo6kY2IrppC2ds0Oj19Vph0TYuon/sLb1mipnqpf2YKpyhdJ
dkyxQAgqYTAWgn2SsK+B+6X5zpr4/+lf9HmwzYYzVo+ENp7YQqyBV/Y/DYD0pkwU
YtXB2NF6lH34y4wqe+Fg+IPO3ZWTMwj0Yxw8FJlcm6rL5iLHEsMpGXuB7zs1vM6J
2n80MYozA/r46V7nLSxm/bTxj7T3H6gruuNkT/JIbEPsnW7abZDN3ZBCnLi9WqXZ
Eg7ITOyA/dl

Bug#902844: marked as done (baloo-kf5: flaky autopkgtest)

2020-08-23 Thread Debian Bug Tracking System
Your message dated Sun, 23 Aug 2020 13:33:36 +0200
with message-id <2262360.k4MpFIjEMJ@thyrus>
and subject line Re: Bug#902844: baloo-kf5: flaky autopkgtest
has caused the Debian Bug report #902844,
regarding baloo-kf5: flaky autopkgtest
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 ow...@bugs.debian.org
immediately.)


-- 
902844: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=902844
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: baloo-kf5
Version: 5.46.0-1
Severity: important
User: debian...@lists.debian.org
Usertags: flaky

While inspecting regressions in autopkgtest results¹, I noticed that
your package failed multiple times²³⁴⁵ without apparent changes and
passed later again. I spotted at least to two errors that I copied
below, but they are not always together, and there may be more. The last
regression was involved in delaying the migration of xorg-server.

Could you please investigate and make your autopkgtest more robust?
Please contact me if you need help and you think I can provide that (I
am not subscribed to this bug).

Recent discussion of gating migration by autopkgtests on debian-devel⁶
noted that if this is going to work, and in particular if we are going
to *block* migration when it causes autopkgtest regressions rather than
merely delaying it, intermittent autopkgtest failures are likely to have
to be considered RC due to their impact on the tested package's
dependencies; for now I've filed it as important.

Paul

¹ https://ci.debian.net/packages/b/baloo-kf5/testing/amd64/
²
https://ci.debian.net/data/autopkgtest/unstable/amd64/b/baloo-kf5/497552/log.gz
³
https://ci.debian.net/data/autopkgtest/unstable/amd64/b/baloo-kf5/479452/log.gz
⁴
https://ci.debian.net/data/autopkgtest/unstable/amd64/b/baloo-kf5/451349/log.gz
⁵
https://ci.debian.net/data/autopkgtest/testing/amd64/b/baloo-kf5/541452/log.gz
⁶ https://lists.debian.org/debian-devel/2018/05/msg00061.html

https://ci.debian.net/data/autopkgtest/testing/amd64/b/baloo-kf5/541452/log.gz

23/37 Test  #4: querytest ***Failed0.08 sec
* Start testing of QueryTest *
Config: Using QtTest library 5.10.1, Qt 5.10.1
(x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 7.3.0)
PASS   : QueryTest::initTestCase()
PASS   : QueryTest::testTermEqual()
PASS   : QueryTest::testTermStartsWith()
PASS   : QueryTest::testTermAnd()
FAIL!  : QueryTest::testTermOr() Compared values are not the same
   Loc:
[/tmp/autopkgtest-lxc.fx7kbu5r/downtmp/build.XfS/src/autotests/integration/querytest.cpp(149)]
PASS   : QueryTest::testTermPhrase()
PASS   : QueryTest::cleanupTestCase()
Totals: 6 passed, 1 failed, 0 skipped, 0 blacklisted, 76ms
* Finished testing of QueryTest *

31/37 Test #28: fileindexerconfigtest ***Failed0.31 sec
* Start testing of Baloo::Test::FileIndexerConfigTest *
Config: Using QtTest library 5.10.1, Qt 5.10.1
(x86_64-little_endian-lp64 shared (dynamic) release build; by GCC 7.3.0)

--%<-

QWARN  :
Baloo::Test::FileIndexerConfigTest::testShouldFolderBeIndexedHidden(d1)
Failed enumerating UDisks2 objects:
"org.freedesktop.DBus.Error.ServiceUnknown"
 "The name org.freedesktop.UDisks2 was not provided by any .service files"
FAIL!  :
Baloo::Test::FileIndexerConfigTest::testShouldFolderBeIndexedHidden(d1)
Compared values are not the same
   Actual   (cfg->shouldFolderBeIndexed(path)): 0
   Expected (shouldBeIndexed) : 1
   Loc:
[/tmp/autopkgtest-lxc.fx7kbu5r/downtmp/build.XfS/src/autotests/unit/file/fileindexerconfigtest.cpp(203)]

--%<-

Totals: 93 passed, 1 failed, 0 skipped, 0 blacklisted, 294ms
* Finished testing of Baloo::Test::FileIndexerConfigTest *



signature.asc
Description: OpenPGP digital signature
--- End Message ---
--- Begin Message ---
Source: baloo-kf5
Source-Version: 5.62.0-2

In data lunedì 2 luglio 2018 09:26:16 CEST, Paul Gevers ha scritto:
> While inspecting regressions in autopkgtest results¹, I noticed that
> your package failed multiple times²³⁴⁵ without apparent changes and
> passed later again. I spotted at least to two errors that I copied
> below, but they are not always together, and there may be more. The last
> regression was involved in delaying the migration of xorg-server.
> 
> Could you please investigate and make your autopkgtest more robust?

The wrong autopkgtest were removed with version baloo-kf5.
Hence, closing.

Thanks,
-- 
Pino Toscano

signature.asc
Description: This is a digitally signed message part.
--- End Message ---


Processed: tagging 954800

2020-08-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tags 954800 - newcomer
Bug #954800 [baloo-kf5] baloo-kf5: baloo_file 5.62.0-2 (current testing) 
crashes on amd64 on database creation
Removed tag(s) newcomer.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
954800: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=954800
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#859743: marked as done (analitza: Please use C++ mode and Qt/KDE C++ flags for ABI check)

2020-08-23 Thread Debian Bug Tracking System
Your message dated Sun, 23 Aug 2020 13:27:58 +0200
with message-id <2634767.dh8b44AVTY@thyrus>
and subject line Re: Bug#859743: analitza: Please use C++ mode and Qt/KDE C++ 
flags for ABI check
has caused the Debian Bug report #859743,
regarding analitza: Please use C++ mode and Qt/KDE C++ flags for ABI check
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 ow...@bugs.debian.org
immediately.)


-- 
859743: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=859743
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: analitza
Version: 4:16.08.1-1
Severity: normal

Hi,

The attached patch makes acc autopkgtest use the qt/kde flags and also
uses C++ mode of abi-compliance-checker.

Cheers,
Balint

diff -Nru analitza-16.12.3/debian/libanalitza-dev.acc.in analitza-16.12.3/debian/libanalitza-dev.acc.in
--- analitza-16.12.3/debian/libanalitza-dev.acc.in	2017-03-10 21:29:13.0 +
+++ analitza-16.12.3/debian/libanalitza-dev.acc.in	2017-04-06 14:09:40.0 +
@@ -18,8 +18,9 @@
 
 
 -fPIC
--std=c++11
+@@CPPFLAGS@@
+@@CXXFLAGS@@
 -fno-keep-inline-functions
 
 
-
\ No newline at end of file
+
diff -Nru analitza-16.12.3/debian/tests/acc analitza-16.12.3/debian/tests/acc
--- analitza-16.12.3/debian/tests/acc	2017-03-10 21:29:13.0 +
+++ analitza-16.12.3/debian/tests/acc	2017-04-06 14:09:40.0 +
@@ -2,10 +2,29 @@
 
 DEB_HOST_MULTIARCH=$(dpkg-architecture -qDEB_HOST_MULTIARCH)
 
+# get qt/kde buildflags
+CPPFLAGS=$(make -s -f - all < "${out_file}"
 done
 
-dh_acc
+# workaround for #859728
+cp $(which dh_acc) debian/
+sed -i 's/abi-compliance-checker -/abi-compliance-checker -cpp-compatible -/' debian/dh_acc
+debian/dh_acc
--- End Message ---
--- Begin Message ---
Source: analitza
Source-Version: 4:17.08.0-1
Done: Maximiliano Curia 

In data giovedì 6 aprile 2017 19:05:32 CEST, Balint Reczey ha scritto:
> Source: analitza
> Version: 4:16.08.1-1
> Severity: normal
> 
> Hi,
> 
> The attached patch makes acc autopkgtest use the qt/kde flags and also
> uses C++ mode of abi-compliance-checker.

All the .acc.in files were removed with the upload of version
4:17.08.0-1, hence closing this bug.

Thanks for your report,
-- 
Pino Toscano

signature.asc
Description: This is a digitally signed message part.
--- End Message ---


Bug#946318: marked as done (changelog.gz for palapeli is missing)

2020-08-23 Thread Debian Bug Tracking System
Your message dated Sun, 23 Aug 2020 13:09:47 +0200
with message-id <1787525.2XmnxYNVnQ@thyrus>
and subject line Re: Bug#946318: changelog.gz for palapeli is missing
has caused the Debian Bug report #946318,
regarding changelog.gz for palapeli is missing
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 ow...@bugs.debian.org
immediately.)


-- 
946318: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=946318
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: palapeli
Version: 4:19.08.1-1+b1
Severity: normal

Dear maintainer,

I was updating and upgraded palapeli today. I wanted to check what the
new things were but it seems changelog.gz is missing. From the package
-

/usr/share/doc/palapeli$ ls
changelog.Debian.amd64.gz  changelog.Debian.gz  copyright

Can you please fix it.

If it's an issue you can get the mirror of writing the changelog from
the git entries on the kde git repo. [1] or the github repo [2].

1. git clone https://anongit.kde.org/palapeli
2. https://github.com/KDE/palapeli

Please use either of the above to make changelog. Looking forward to the fix.

-- System Information:
Debian Release: bullseye/sid
  APT prefers testing
  APT policy: (900, 'testing'), (500, 'testing-debug'), (100,
'unstable-debug'), (100, 'experimental'), (100, 'unstable'), (50,
'experimental-debug')
Architecture: amd64 (x86_64)

Kernel: Linux 5.3.0-2-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_IN, LC_CTYPE=en_IN (charmap=UTF-8), LANGUAGE=en_IN:en
(charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages palapeli depends on:
ii  kio   5.62.1-2+b1
ii  libc6 2.29-3
ii  libkf5archive55.62.0-1
ii  libkf5completion5 5.62.0-1+b1
ii  libkf5configcore5 5.62.0-1+b1
ii  libkf5configgui5  5.62.0-1+b1
ii  libkf5configwidgets5  5.62.0-1+b1
ii  libkf5coreaddons5 5.62.0-1
ii  libkf5crash5  5.62.0-1+b1
ii  libkf5i18n5   5.62.0-1
ii  libkf5itemviews5  5.62.0-1+b1
ii  libkf5kiowidgets5 5.62.1-2+b1
ii  libkf5notifications5  5.62.0-1+b1
ii  libkf5service-bin 5.62.0-1
ii  libkf5service55.62.0-1
ii  libkf5widgetsaddons5  5.62.0-1+b1
ii  libkf5xmlgui5 5.62.0-1+b1
ii  libqt5core5a  5.12.5+dfsg-2
ii  libqt5gui55.12.5+dfsg-2
ii  libqt5svg55.12.5-2
ii  libqt5widgets55.12.5+dfsg-2
ii  libstdc++69.2.1-21
ii  palapeli-data 4:19.08.1-1

Versions of packages palapeli recommends:
ii  khelpcenter  4:18.04.0-1+b1
ii  qhull-bin2015.2-4

palapeli suggests no packages.

-- no debconf information

-- 
  Regards,
  Shirish Agarwal  शिरीष अग्रवाल
  My quotes in this email licensed under CC 3.0
http://creativecommons.org/licenses/by-nc/3.0/
http://flossexperiences.wordpress.com

E493 D466 6D67 59F5 1FD0 930F 870E 9A5B 5869 609C
--- End Message ---
--- Begin Message ---
In data sabato 7 dicembre 2019 01:36:40 CEST, shirish शिरीष ha scritto:
> I was updating and upgraded palapeli today. I wanted to check what the
> new things were but it seems changelog.gz is missing. From the package
> -
> 
> /usr/share/doc/palapeli$ ls
> changelog.Debian.amd64.gz  changelog.Debian.gz  copyright
> 
> Can you please fix it.

There is no ChangeLog/NEWS file provided by upstream, so there is
nothing to "fix". If upstream ships such kind of documentation, we
may ship them if useful for Debian users.

> If it's an issue you can get the mirror of writing the changelog from
> the git entries on the kde git repo. [1] or the github repo [2].
> 
> 1. git clone https://anongit.kde.org/palapeli
> 2. https://github.com/KDE/palapeli

Sorry, this is definitely not a practical solution that can be easily
maintained.

Considering there is nothing actionable here, closing.

Thanks for your report,
-- 
Pino Toscano

signature.asc
Description: This is a digitally signed message part.
--- End Message ---


Processed: Re: Bug#966588: kpat is spamming .xsession-errors

2020-08-23 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> tag 966588 + moreinfo unreproducible
Bug #966588 [kpat] kpat is spamming .xsession-errors
Added tag(s) unreproducible and moreinfo.
> thanks
Stopping processing here.

Please contact me if you need assistance.
-- 
966588: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=966588
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#966588: kpat is spamming .xsession-errors

2020-08-23 Thread Pino Toscano
tag 966588 + moreinfo unreproducible
thanks

In data venerdì 31 luglio 2020 07:50:09 CEST, Hans-J. Ullrich ha scritto:
> Package: kpat
> Version: 4:18.04.1-1
> Severity: important
> 
> Dear Maintainer,
> 
> I discovered, that the latest version of kpat (4:20is spamming the file 
> .xsession-errors in the users home directory, when playing a card game. The 
> file is growing about 1-2 MB/minute,
> 
> This is not at all card games, especially when playing "Vierzig und acht" 
> (Forty and eight), this behaviour appears. So the game is nearly unusable.
> 
> The prior version (4:18.04.1-1) is working perfectly.
> 
> Please feel free to ask for more info. Thanks for any help.

This was already reported as #941858, and indeed the upstream version
20.04.2 fixes all the issues with logging. Which *exact* version of
kpat did you try? Please be precise, "currently in testing" or "4:20"
are too generic and change with time.

Considering that:
- I don't see any output when launching kpat from a terminal when
  playing "fourthy and eight" or "klondike"
- I don't see any change upstream related to logging/output between
  4:20.04.2-1 (the version that fixed the logging issues) and
  4:20.08.0-1 (the version current in testing)
then my initial guess is that you used an old version, or a version
installed from somewhere else (maybe self-built).

Please update kpat to at least 4:20.04.2-1 from a Debian repository,
and try again.

Thanks,
-- 
Pino Toscano

signature.asc
Description: This is a digitally signed message part.


Processing of kbackup_20.08.0-1_source.changes

2020-08-23 Thread Debian FTP Masters
kbackup_20.08.0-1_source.changes uploaded successfully to localhost
along with the files:
  kbackup_20.08.0-1.dsc
  kbackup_20.08.0.orig.tar.xz
  kbackup_20.08.0-1.debian.tar.xz
  kbackup_20.08.0-1_amd64.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



libkf5eventviews_20.04.1-2_source.changes ACCEPTED into unstable

2020-08-23 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 23 Aug 2020 11:16:05 +0200
Source: libkf5eventviews
Architecture: source
Version: 4:20.04.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian/Kubuntu Qt/KDE Maintainers 
Changed-By: Pino Toscano 
Changes:
 libkf5eventviews (4:20.04.1-2) unstable; urgency=medium
 .
   * Team upload.
   * Explicitly add the gettext build dependency.
   * Switch from dhmk to the dh sequencer:
 - invoke the dh sequencer using the kf5 addon
 - call the right debhelper command instead of $(overridden_command)
   * Unregister the old /etc/xdg/eventviews.categories, and
 /etc/xdg/eventviews.renamecategories conffiles.
Checksums-Sha1:
 a695fafc70f6b58993cb5ef1304c011f9a16da45 3136 libkf5eventviews_20.04.1-2.dsc
 502a7547f31637a06148fb91182d1024fe8d31ab 13540 
libkf5eventviews_20.04.1-2.debian.tar.xz
 b75a53074f7c04028be9c00022cab7f42fc905f4 15620 
libkf5eventviews_20.04.1-2_source.buildinfo
Checksums-Sha256:
 0925eaeb959062c2164c64bd8fe2115086648fc8f22bcbcf4ac18ee40f08eccb 3136 
libkf5eventviews_20.04.1-2.dsc
 5b75b818e2378e1b6ccf1e75163c023de3903ea9aef2391a99a9fd4b01c68461 13540 
libkf5eventviews_20.04.1-2.debian.tar.xz
 d0568b22863ab2434a68ee49cf63aaf58c015edbb4ee4d516c18f354fdbd8c76 15620 
libkf5eventviews_20.04.1-2_source.buildinfo
Files:
 f7fd1bdca52fd67b46686891c0b5a6ce 3136 libs optional 
libkf5eventviews_20.04.1-2.dsc
 34183e066f2851fcae8e3f8463260a53 13540 libs optional 
libkf5eventviews_20.04.1-2.debian.tar.xz
 5766eeb4857a7eed55be824b78244f85 15620 libs optional 
libkf5eventviews_20.04.1-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXyqfuC+mweEHcAcHLRkciEOxP00FAl9CM/QACgkQLRkciEOx
P00n6RAAiwrSw1Xr6Dw3I+ZVQvup9+MMfZ6I2A9lacEewBVUec4Oka8VR9w7uqEE
NuUEPorJmtQF4iDSukvyP1LnMnN8FYsYoiM90wLzM9uWk6XoLK+4iQysA5fDa+ou
S3UOwNjuDH6WR0G+gKhuY9PH+/qEE7Btfw2xhyGycCvSv1zicnWWfVic8yORPmgH
oAUFK8C4V9xgezAnCuD3dlPux3NL1VmYA+8Ivupsz9zH8YDxW+3ysQCzbRwI2sf3
ZX/pnkeWSMOVhj3oIo4ZsmSgNgIqhRgEKgoKLPsbbhnnj/1djJrxH3aaJGTGTa+3
HesQjPblxjKqAdESIh9pqtR7JQpz0cD/cGaFXFRKlqGlMndRHPNH375HSWToNsyy
A0CY/cn6eU8KIciDJV8NJaQjnRMHBySGgjEu/0AUlhm7FMs0zBk+lIR2tRqUHPJG
jf2iD7IQnn/4Fqud0Emy7Bqc+3p7eEgONJB0MpDLW1HbAcUHW5TOw214E7g9How+
1krFutsCjw91sBuR7fSiW7oW/BgGkBrnj3qdBCwloPGvtC3o4JNkALZJzIO9UAm2
bvVovVcsYf/0bGvHKHMmtSkVa7LlFdwIt31ghGW+XqjfOli3OphT1oVeTNHBHcmF
2RdFseXqz58qlXO3hkpAAP8CvdkCT7+UmHBIt6rDWJaohpIGMAY=
=hnRY
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processing of libkf5eventviews_20.04.1-2_source.changes

2020-08-23 Thread Debian FTP Masters
libkf5eventviews_20.04.1-2_source.changes uploaded successfully to localhost
along with the files:
  libkf5eventviews_20.04.1-2.dsc
  libkf5eventviews_20.04.1-2.debian.tar.xz
  libkf5eventviews_20.04.1-2_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



libkf5gravatar_20.04.1-2_source.changes ACCEPTED into unstable

2020-08-23 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 23 Aug 2020 10:52:38 +0200
Source: libkf5gravatar
Architecture: source
Version: 4:20.04.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian/Kubuntu Qt/KDE Maintainers 
Changed-By: Pino Toscano 
Changes:
 libkf5gravatar (4:20.04.1-2) unstable; urgency=medium
 .
   * Team upload.
   * Explicitly add the gettext build dependency.
   * Switch from dhmk to the dh sequencer:
 - invoke the dh sequencer using the kf5 addon
 - call the right debhelper command instead of $(overridden_command)
   * Unregister the old /etc/xdg/libgravatar.categories, and
 /etc/xdg/libgravatar.renamecategories conffiles.
Checksums-Sha1:
 f70230ea0428267521e759edbf990da4c680e6df 2762 libkf5gravatar_20.04.1-2.dsc
 52fe6227635184e080f14ae5be7beb800a6e78d4 12052 
libkf5gravatar_20.04.1-2.debian.tar.xz
 af28b5fbeb4e96090fff9cd4dbaf89ed3bf21943 14955 
libkf5gravatar_20.04.1-2_source.buildinfo
Checksums-Sha256:
 7ba4e7bdba4dd82789eac7b986f583c4e91d393808d989f51b274fceeaa9b3ad 2762 
libkf5gravatar_20.04.1-2.dsc
 4a11f833ce1d0fdb2ecc101a35ff45190924362e32fd060d4d82797bfa55a9c6 12052 
libkf5gravatar_20.04.1-2.debian.tar.xz
 a56c254a16be30ae215d54e1b879d0ff5668296d5e82bb487df9903e2689396c 14955 
libkf5gravatar_20.04.1-2_source.buildinfo
Files:
 9e40a22239397de305815e568daa96a2 2762 libs optional 
libkf5gravatar_20.04.1-2.dsc
 6a99309949c80d8e1987b2bd9840fa79 12052 libs optional 
libkf5gravatar_20.04.1-2.debian.tar.xz
 e418fc58a42e170f5e7c82de5204e544 14955 libs optional 
libkf5gravatar_20.04.1-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXyqfuC+mweEHcAcHLRkciEOxP00FAl9CLncACgkQLRkciEOx
P02gDA/9ERW8ZGPl9RCKSo0dOfyMzTUdpwazDofMTA+jW3wNEd84cF1HWKWlWI03
yZ1n3pnT9J4yOsGC2+F+g0xWhKjQ+56h/QXiLjq517ff4zdJc1GazdfQ9nlYP+oH
bl0b+yH9wwe1IWM0CPZpUge9vsW0Q7Zmf56Hn1sJTCBPeoIBoo//lH6CQPjPQoWt
y6yuxcZVob0BYOCTEl84x6/5PFZL8s3QUXnrLi9l9DVJhBpVIk09r5m+ngrb5H7C
oaRAb8WLxM+CdsPKXJiK0e8YnWVLhzqyDvPIhsX1fs7oe86cWSw7YElWwDArcIxN
Qcbp4fsJD/tsOZv/Z/X44/EF2iBxxzZjnXXIVFBK0pT46pPypzv46a9OMroBAWQ9
hwPevRZNct61bJtR3YpqGvn+QZ+mQBbZzCQDO6dsuOQuBmfM4IyXGCB7DWGlSl2u
BxQkfENoYhz/ohaWHhaqHTg+CyNtqoh2o37yODFKOI1FFT2yRY/Xh38M3PJinL4s
SMk9GoYVz3Pklon6RqtrTW1x1wDM7hp7FfVwi3O57tD8Yz2xqhAJwt28347/b7Ke
Sv/S8cXeD6k12HByXcAVbWD/pszxea43JMrh2mD86qtkSEtfs6TMCPHm6U6fq7S5
4XoHfXaD59IICzmdQRKqx5QX+BpiWlqIHylq4kizqHAmdCwXFlk=
=M1C8
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processing of libkf5gravatar_20.04.1-2_source.changes

2020-08-23 Thread Debian FTP Masters
libkf5gravatar_20.04.1-2_source.changes uploaded successfully to localhost
along with the files:
  libkf5gravatar_20.04.1-2.dsc
  libkf5gravatar_20.04.1-2.debian.tar.xz
  libkf5gravatar_20.04.1-2_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



libkf5libkleo_20.04.1-2_source.changes ACCEPTED into unstable

2020-08-23 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 23 Aug 2020 10:32:31 +0200
Source: libkf5libkleo
Architecture: source
Version: 4:20.04.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian/Kubuntu Qt/KDE Maintainers 
Changed-By: Pino Toscano 
Changes:
 libkf5libkleo (4:20.04.1-2) unstable; urgency=medium
 .
   * Team upload.
   * Explicitly add the gettext build dependency.
   * Switch from dhmk to the dh sequencer:
 - invoke the dh sequencer using the kf5 addon
 - call the right debhelper command instead of $(overridden_command)
   * Unregister the old /etc/xdg/libkleo.categories, and
 /etc/xdg/libkleo.renamecategories conffiles.
Checksums-Sha1:
 d7011e88e1f3ff3d107109e83d5f123fc278108a 2880 libkf5libkleo_20.04.1-2.dsc
 2ea3e38c00f061d02184ff1ee36aeaa1936b3775 12316 
libkf5libkleo_20.04.1-2.debian.tar.xz
 4efc3d38e52230e42013697c0b6e7eef64f8c9aa 11766 
libkf5libkleo_20.04.1-2_source.buildinfo
Checksums-Sha256:
 7f0b12141ae8a6878a8275b29411ed27da874a2f9968b8cfcd6ae6907f0eafc4 2880 
libkf5libkleo_20.04.1-2.dsc
 84882d1cea61349825f29fcd3e5217dbf759e12c581b28a01ca2f0b0ad45f8ed 12316 
libkf5libkleo_20.04.1-2.debian.tar.xz
 e2a2bc0ebcaae267319641f303d34f45d5661d30a20607729840cd80eb5ef7a0 11766 
libkf5libkleo_20.04.1-2_source.buildinfo
Files:
 49a9f831f03e4fb3596adc6978a63b53 2880 libs optional libkf5libkleo_20.04.1-2.dsc
 5e1adc01ddf982f71e0b8897881fa516 12316 libs optional 
libkf5libkleo_20.04.1-2.debian.tar.xz
 e5e95caa0f92c5c8bc5e97b239231db7 11766 libs optional 
libkf5libkleo_20.04.1-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXyqfuC+mweEHcAcHLRkciEOxP00FAl9CKcgACgkQLRkciEOx
P014Bw/+KUvuID9QmEk9d4y8DGjf0tyPJqawGmykEet6tMGUy1SrsvY/Zf/RMCH5
BUjpXdFIFu6unqL1CDLsf+nunKkTN6aAExYhrEqsFw3ZGXEt1S+dTPgcfMdOLzFV
7w87pDVo+62umGT0xbkoNV34bRxE/Jx6EiMG7E8NNpIfC3toYg4AYA6UeSebAK4u
zV0FNhPqcwVWaD4Nrp7czgxb4SVdT6i00iLiTXyBtuVbIoOVhyDprPWuRvhVihpf
Zbtnigisyq4bwOaEIwDxfIjSpbFx/IOy5UN/zEtblYRkcg80gyPCSpmONcwV742W
FYHW7gPP9MLLPMpGoQO0k5e8jMxful5nudS2h/lXlUU7tvu3S7Qx4OCa8NxyXwY0
8EE1RAqD5Hpefgye5ukyWI8KRoZpXntJdRYk+8q2Pk0uhlc8ivnsnzN7DA99BQjJ
Y9CEGBXWgMg9kTaUD06zB4zPZAqWg5wGsu5NH0saRDCIG6Qu/hLbbQ4nr+kwlCYc
lqOTdO+5o0c4X8/yCs41vVHdriIBO4eXX9rYJY/RonP+zUjK8AieLt1fbNVs4PH+
JXiyC6l3CiFj70eZhh8K1u9PzlKKkxmYkyA3IdK9wSQ1c84gYrNOEugERxIL6HyN
37AcWk0uvg94ikjMSgdyJtL9x3Cx0X46e3UywAuA3qL7GtNSjyk=
=FpBT
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processing of libkf5libkleo_20.04.1-2_source.changes

2020-08-23 Thread Debian FTP Masters
libkf5libkleo_20.04.1-2_source.changes uploaded successfully to localhost
along with the files:
  libkf5libkleo_20.04.1-2.dsc
  libkf5libkleo_20.04.1-2.debian.tar.xz
  libkf5libkleo_20.04.1-2_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



kontact_20.04.1-2_source.changes ACCEPTED into unstable

2020-08-23 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 23 Aug 2020 09:52:25 +0200
Source: kontact
Architecture: source
Version: 4:20.04.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian/Kubuntu Qt/KDE Maintainers 
Changed-By: Pino Toscano 
Changes:
 kontact (4:20.04.1-2) unstable; urgency=medium
 .
   * Team upload.
   * Explicitly add the gettext build dependency.
   * Remove the dh_makeshlibs override, as there are no public shared libraries.
   * Switch from dhmk to the dh sequencer:
 - invoke the dh sequencer using the kf5 addon
   * Unregister the old /etc/xdg/kontact.categories, and
 /etc/xdg/kontact.renamecategories conffiles.
   * Update lintian overrides.
Checksums-Sha1:
 45b3111b3a9481589b2e670e4c71c695e38bb862 2975 kontact_20.04.1-2.dsc
 43ee733ecc6c19afdf125e133a4f5a5c662e8140 12568 kontact_20.04.1-2.debian.tar.xz
 01d52f60f58b54b6d699840ff1c70f4f4db1997a 20463 
kontact_20.04.1-2_source.buildinfo
Checksums-Sha256:
 f13243231280785d7c696480637c90da5015c31a0bd63ad6c2b050e7e178c8c8 2975 
kontact_20.04.1-2.dsc
 d4831d78a930a6d6498589508db56a9b0c72b5d65a0572bb79ddb29ee3d929e4 12568 
kontact_20.04.1-2.debian.tar.xz
 07359edd636d8dee8c5856e773085b0a34cea5df3ff47001283ceaeadb49bf02 20463 
kontact_20.04.1-2_source.buildinfo
Files:
 ee7e6d75ecdd64940789af2bd9e7c03c 2975 kde optional kontact_20.04.1-2.dsc
 e078d2296643bfd6c208f7ac595fe755 12568 kde optional 
kontact_20.04.1-2.debian.tar.xz
 4db95757959647bd8a93e3ef10e26d9b 20463 kde optional 
kontact_20.04.1-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXyqfuC+mweEHcAcHLRkciEOxP00FAl9CIFkACgkQLRkciEOx
P02pEQ/9GGt8+AUTUFBzq61nDIp6+6MCHsD3phYizxbWcv/jEfkfeyIngtlZCGJ5
uTVH1yXIl5W/zO+Z32T2eNAD3pEmUKBdjeNS0zhGcu8s2LVxuVtVi7qh9takjmMA
FSy3nclSGSH/6B3jwStzPIbyfSlFqksKsqEvbXo8cikjdxz2+t6C9ByScYjS8lU/
5ss3NnsrLK4RlVb550//qwVZpAHSUAf1uqM40byaIb1x7rgGgPXk7tFBfjcNVfMV
TFQeEdgBp736daJBLTZikol5pFEh13JtlfLBBRosfhSQDzlhueuIUrG/vER6Y4Vs
HZbSeYxyjiLwwPuSU0hPVTYu+hssE7lePwyMsbG1PEHqmZDMZyEmqkrcFlYiwTYq
/YhYKHGzfVS7HWCO8x8pO0209+XsT7cnVHIil0+N5WI3VeAMxCRytgW+wF4XUIRS
ZYV95CyC8jEo94Kia/ATBdZj+ceAtiQdUnAOALYRc1CbBA9oGVMR1tFsmAinhj7R
LSPY5FVqGNBNK0+r09pxQv2PhNnWaPfF6zpJ8//r9nkRhpyiHn/JAVpppjNeZ4lU
XU8MDvNUQWXIKaik2g2w9w7WJE97226hy/sZJvWdDAxYIeasAa4btkp27acj0feO
8uJGDXlKI9qjU8zpo7he3M4ZmXMm3a7x6L8K+gZ529AavIVgEcg=
=Ew0f
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



akonadiconsole_20.04.1-2_source.changes ACCEPTED into unstable

2020-08-23 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 23 Aug 2020 09:36:35 +0200
Source: akonadiconsole
Architecture: source
Version: 4:20.04.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian/Kubuntu Qt/KDE Maintainers 
Changed-By: Pino Toscano 
Changes:
 akonadiconsole (4:20.04.1-2) unstable; urgency=medium
 .
   * Team upload.
   * Switch from dhmk to the dh sequencer:
 - invoke the dh sequencer using the kf5 addon
   * Unregister the old /etc/xdg/akonadiconsole.categories, and
 /etc/xdg/akonadiconsole.renamecategories conffiles.
   * Update lintian overrides.
Checksums-Sha1:
 3f7432a641261265e2ffd1dc6978591a5e3a2b29 3434 akonadiconsole_20.04.1-2.dsc
 f02f0a6e125633dc79da61075de8ed21fd70ba83 11516 
akonadiconsole_20.04.1-2.debian.tar.xz
 d709f1cabaf720dd3a40068dd59f107ea6be31a5 15950 
akonadiconsole_20.04.1-2_source.buildinfo
Checksums-Sha256:
 06134a153a15db0e568c9d3545fc5c06cef5dd46ab14d64766989cb2c4e23c33 3434 
akonadiconsole_20.04.1-2.dsc
 79b87f7fde1957e13185434cfe9ad6d7f04a1c8033f8295d214d923eb2eda78c 11516 
akonadiconsole_20.04.1-2.debian.tar.xz
 c2c129cd6accb48dd23500f860ad391d1c6c06b09c85eb6a5d5ec88467307d2e 15950 
akonadiconsole_20.04.1-2_source.buildinfo
Files:
 9ee8db37ec03a1ba9c2b2e038d88190d 3434 kde optional akonadiconsole_20.04.1-2.dsc
 2be92024a4413ebf1c9ed5e89ef13552 11516 kde optional 
akonadiconsole_20.04.1-2.debian.tar.xz
 4caf7c10f836d553af13123e87f0b83a 15950 kde optional 
akonadiconsole_20.04.1-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXyqfuC+mweEHcAcHLRkciEOxP00FAl9CHKIACgkQLRkciEOx
P008Pw/9F9RkgApVbq1rz3H3VNzT2CJ5/cBjPXYCJZZsYHtNPj84vfWUMdLXdduB
xvt2eZWPJ3NbjpulVvPQe4kzC5U3KC/oJuDMq7Oxi+joyNPJGSps6sBXXDta2rrH
1rKy+PI8DmS8wYRfy0sT4pd5krRpNVDT7dpV86YLgfxQ5zWMyJJU9u0GUDK6HpHl
AQBaFO5k7sVSnQteF5DAWjLs2QOOazZaDxFsDWOIRrk+dp2gMxxHhOB1S4LrmYDO
YmgusL8y/uHKmAgAIVaQ/kFUbrf/NlFv/vqQPDAt+94CL22Iwosjch8gJEbdTiql
82pp3YLIa3TdPajz6s0fAYDB2h5RioGzhSF6/PvrdlDSfaxp5sND9cxU4anYyjgN
OkSivJin+gZmeehviBDPkid6ucOk5vKkL8DzGoG8qHTlyT0YYn+bPnTlAS2f7KhC
XtrpQKNjYN9ExgKbPFhoxi9qsKq9Le9mg4eg5ZQLoGRqvBoVh2qGSWRxfFMbFsLq
2uR962MG8lxb22wBiSqrKOzvQzhPjKhyVB6YoTn31c9CvP8AN3/C6Pykad0YxsDp
/HKXAQ1Gnwpmva37WND6pniN5iyX55Fb5oAP9+U4EuUoh0D6Db4C9h2c3wzgCU3y
TkQkCMU2qcNHvjVa/TK/KTQCgKDiXQEXwVVlcDs2rCZ315FDGj4=
=dG5H
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processing of kontact_20.04.1-2_source.changes

2020-08-23 Thread Debian FTP Masters
kontact_20.04.1-2_source.changes uploaded successfully to localhost
along with the files:
  kontact_20.04.1-2.dsc
  kontact_20.04.1-2.debian.tar.xz
  kontact_20.04.1-2_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



Processing of akonadiconsole_20.04.1-2_source.changes

2020-08-23 Thread Debian FTP Masters
akonadiconsole_20.04.1-2_source.changes uploaded successfully to localhost
along with the files:
  akonadiconsole_20.04.1-2.dsc
  akonadiconsole_20.04.1-2.debian.tar.xz
  akonadiconsole_20.04.1-2_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



grantlee-editor_20.04.1-2_source.changes ACCEPTED into unstable

2020-08-23 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 23 Aug 2020 09:24:53 +0200
Source: grantlee-editor
Architecture: source
Version: 4:20.04.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian/Kubuntu Qt/KDE Maintainers 
Changed-By: Pino Toscano 
Changes:
 grantlee-editor (4:20.04.1-2) unstable; urgency=medium
 .
   * Team upload.
   * Explicitly add the gettext build dependency.
   * Switch from dhmk to the dh sequencer:
 - invoke the dh sequencer using the kf5 addon
 - call the right debhelper command instead of $(overridden_command)
   * Unregister the old /etc/xdg/grantleeditor.categories, and
 /etc/xdg/grantleeditor.renamecategories conffiles.
   * Update lintian overrides.
Checksums-Sha1:
 0295ff8854bfb2a23606cbc82944370cb7de8501 3232 grantlee-editor_20.04.1-2.dsc
 96a21f0d79572d3f30477550e1af985690551ac6 12016 
grantlee-editor_20.04.1-2.debian.tar.xz
 00e609a23465bb2560e3a00ff0d5cf5fbfff9298 21150 
grantlee-editor_20.04.1-2_source.buildinfo
Checksums-Sha256:
 ff20e5909ac7d3b275e7fe36446004a4eb9c93c0d4016bb4a6f2cfeef632ea33 3232 
grantlee-editor_20.04.1-2.dsc
 6f8b82200cb839535e7503320b7d6bd749d696bed83011a2daa7bc85ba4dce38 12016 
grantlee-editor_20.04.1-2.debian.tar.xz
 30455190af1554ce723ecb798da0653207090af6d8345229e81734a2496f71e6 21150 
grantlee-editor_20.04.1-2_source.buildinfo
Files:
 62646caaf40d9e31dec6ef5ba7c78a0e 3232 kde optional 
grantlee-editor_20.04.1-2.dsc
 43fe8d786a1e63c991b8cb1be81930c0 12016 kde optional 
grantlee-editor_20.04.1-2.debian.tar.xz
 4b2fb33d212ca263cf712fcda13597cb 21150 kde optional 
grantlee-editor_20.04.1-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXyqfuC+mweEHcAcHLRkciEOxP00FAl9CGeAACgkQLRkciEOx
P038CxAAor93SYUym78tu8qGtN6a3EtXz2X58XVgpdgQgaZF+Qq1GNRBs8CxjS3y
PwHrMVQkanN1LoP4RXuD3h7WdROsdepFFNnT3ZmLXwZ5kh70A983kqRDRVEMm4m9
koLSbElMFcj8LzNaOoQqDbCaQof32URuHslBnaXaaPbymAA6hisKx0k/AGYuakYY
PplxcFgCkav24Alzsg+KwqSKUc3f2N0zSf/uOm17SlXBKsCNZZJTf6aiYNazi30J
vz717m66fLbP8WTHNQwTvMute+mVMhB9DVTXM2za2l4k2b4R+SUIDDs4c0+lVCfW
p3GP+1i0NIIvvZSUePAPgTPqEwcWlFx2HfXJ4tFdLxs/SEtN4+TzxWSAryNbtmzD
SYKYNkvVzlKjMh/xUPbqKsghOoZyVppnxopLPcxMq4cL9R8n1JSVAOv0wmjI+WKG
KHLcChYJPY79SjSAjtY2OfbzV2YnBEd9Zn4Bk6YsQwD1x/gwW7W04mb9gh2k5HGU
zjLmk0qZNknWYnzRlXI694CJLHKASI+WXjNSrA7Qj/e0bMQsbSoJrXxTF01F/Wmg
rILzv4rbeRTcJpSV0KplVCYs9SXrP19uqr1CYhxG2Cn9xyZhwDsuCCf34VHqaUY0
0IgdSC00oO0ZOqFxvP3a+jA1jcZH/3rRY+7twnhiqd6uy5Wcxes=
=qDsj
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processing of grantlee-editor_20.04.1-2_source.changes

2020-08-23 Thread Debian FTP Masters
grantlee-editor_20.04.1-2_source.changes uploaded successfully to localhost
along with the files:
  grantlee-editor_20.04.1-2.dsc
  grantlee-editor_20.04.1-2.debian.tar.xz
  grantlee-editor_20.04.1-2_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)



kdepim-addons_20.04.1-2_source.changes ACCEPTED into unstable

2020-08-23 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Sun, 23 Aug 2020 09:19:01 +0200
Source: kdepim-addons
Architecture: source
Version: 20.04.1-2
Distribution: unstable
Urgency: medium
Maintainer: Debian/Kubuntu Qt/KDE Maintainers 
Changed-By: Pino Toscano 
Changes:
 kdepim-addons (20.04.1-2) unstable; urgency=medium
 .
   * Team upload.
   * Explicitly add the gettext build dependency.
   * Switch from dhmk to the dh sequencer:
 - invoke the dh sequencer using the kf5 addon
   * Unregister the old /etc/xdg/kdepim-addons.categories, and
 /etc/xdg/kdepim-addons.renamecategories conffiles.
   * Add the libmarkdown2-dev build dependency to enable Markdown to HTML
 conversion in the KMail composer.
   * Disable the build, and execution of the test suite, as there are failing
 tests, and some time out
 - pass -DBUILD_TESTING=OFF to cmake
 - add an empty override for dh_auto_test
Checksums-Sha1:
 6f2262144bcfebdc1104f19c8e0511098383e432 4252 kdepim-addons_20.04.1-2.dsc
 b1b7a234653b93618a93918df4fd04583402e952 16468 
kdepim-addons_20.04.1-2.debian.tar.xz
 a47a1ef16d3433258ea9a655a36b7e113cc6c1fa 22273 
kdepim-addons_20.04.1-2_source.buildinfo
Checksums-Sha256:
 f27f29f0b10ccd9861c85860ddd66f8dd8c643d0b711584fb64641a93d513d34 4252 
kdepim-addons_20.04.1-2.dsc
 0ce5a07a959112af87a98be4d32f6e1cb97f7629af015e7465b925300b181007 16468 
kdepim-addons_20.04.1-2.debian.tar.xz
 a784a1d96cd2a353c399f483211b950e3ec0a7b650a4a76e35429cc8bb6978fa 22273 
kdepim-addons_20.04.1-2_source.buildinfo
Files:
 af5f863ebc91cd690c8c2cb58decac3d 4252 kde optional kdepim-addons_20.04.1-2.dsc
 7a1d135f6464285c180c0278b3432c83 16468 kde optional 
kdepim-addons_20.04.1-2.debian.tar.xz
 2b9e82f95b6b3445cf8ea27979e4494b 22273 kde optional 
kdepim-addons_20.04.1-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEXyqfuC+mweEHcAcHLRkciEOxP00FAl9CGIwACgkQLRkciEOx
P03nVA/8CScIOZGhhZyaEBB1/8WbDo7V5lwG//j6TBWbbEYSIMtD/aqAkzY845L6
8S967GUVZzwmDZw4b/J6AeBwfA5T6ycrdk9H+GIDXJU1th74Ao4FwkgIzWvhy+98
GZBY0ahCXlTpxZMFv2OSlDPkLuxDeOvbHmHAxCR4CvXM48Rm7FIP2zMbhc1GT3YR
O1TbHJ6eWtKD7CH5CfI0quOieXSyS2IQo9iBpIZg3o+e43IMVVZN+ynHXKWlOLdW
iIQ+1T0ZqTzq3JV2gQbwJN5jUtIY8votm8rKnr0MrhFCQDYRYb7qSJKTFF4Z0mKl
tDWPllg32HdkcetAGVIHN360Bsa+MdHYlNoZiDlQyJFp/oT19mcKesL8P5XULVnq
Awh4ziRAKnsRX8emoS1FKQJm4h+EOItno3ubfVx1TnveR9P5B861Jr4gv0Wq09z1
sV9g1LsOS5zp3kfsc4cqXZBd9UIF2ZKSj7owRHb40Bt5YMJvjdIppQeCXKjeFW8G
/kbW1MupbzsKsRl05ve8zwBQzcLqxvdVv0kylWWwHzCQ/BWtrm7ySdK1ipqRBCb7
oQEY58+vXviRz9LT7wIFa9xZk4yitWrn26Lg8l7SHkFZm/Tw0uRpycacotZoqoxA
mt1JhVW0HTFVGufG5JBR5C+3+jUq2ZEjJIHuab34gpnbzb0f7cY=
=T3tv
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processing of kdepim-addons_20.04.1-2_source.changes

2020-08-23 Thread Debian FTP Masters
kdepim-addons_20.04.1-2_source.changes uploaded successfully to localhost
along with the files:
  kdepim-addons_20.04.1-2.dsc
  kdepim-addons_20.04.1-2.debian.tar.xz
  kdepim-addons_20.04.1-2_source.buildinfo

Greetings,

Your Debian queue daemon (running on host usper.debian.org)