Bug#983141: libkf5kiocore5: Error loading '/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/http.so'

2021-02-19 Thread Urs Ganse
Package: libkf5kiocore5
Version: 5.78.0-4
Severity: important

Dear Maintainer,

when running korganizer and trying to fetch the discoverable collections
of a CalDav calendar, korganizer pops up an error window saying "There
was a problem with the request HTTP error (0)".

At the same time, the akonadi server prints:
kf.kio.core: couldn't create slave: "klauncher said: Error loading 
'/usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/http.so'."

(without any further information as to why the loading failed).
ldd output of /usr/lib/x86_64-linux-gnu/qt5/plugins/kf5/kio/http.so
shows no missing library dependencies.

-- System Information:
Debian Release: 10.8
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.9.0-1-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages libkf5kiocore5 depends on:
ii  libacl12.2.53-4
ii  libc6  2.31-9
ii  libkf5authcore55.78.0-2
ii  libkf5configcore5  5.78.0-4
ii  libkf5coreaddons5  5.78.0-2
ii  libkf5crash5   5.78.0-3
ii  libkf5dbusaddons5  5.78.0-2
ii  libkf5i18n55.78.0-2
ii  libkf5service-bin  5.54.0-1
ii  libkf5service5 5.78.0-2
ii  libqt5core5a   5.15.2+dfsg-4
ii  libqt5dbus55.15.2+dfsg-4
ii  libqt5network5 5.15.2+dfsg-4
ii  libqt5xml5 5.15.2+dfsg-4
ii  libstdc++6 10.2.1-6

libkf5kiocore5 recommends no packages.

libkf5kiocore5 suggests no packages.

-- no debconf information



Bug#983118: akonadiconsole segfaults on startup in SearchWidget::openStore

2021-02-19 Thread Urs Ganse
Package: akonadiconsole
Version: 4:20.08.3-1
Severity: important

Dear Maintainer,

Akonadicontrol crashes on startup for me:

$ akonadiconsole
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-urs'
QStandardPaths: XDG_RUNTIME_DIR not set, defaulting to '/tmp/runtime-urs'
Icon theme "breeze" not found.
kf.kwidgetsaddons: Invalid pixmap specified.
kf.kwidgetsaddons: Invalid pixmap specified.
kf.kwidgetsaddons: Invalid pixmap specified.
No text-to-speech plug-ins were found.
Please register the custom scheme 'cid' via 
QWebEngineUrlScheme::registerScheme() before installing the custom scheme 
handler.
zsh: segmentation fault  akonadiconsole
$

Running in gdb produces the following backtrace:

Thread 1 "akonadiconsole" received signal SIGSEGV, Segmentation fault.
SearchWidget::openStore (this=0x55e2cba0, idx=) at 
./src/searchwidget.cpp:148
148 ./src/searchwidget.cpp: No such file or directory.
(gdb) bt
#0  0x77f414df in SearchWidget::openStore(int) (this=0x55e2cba0, 
idx=) at ./src/searchwidget.cpp:148
#1  0x77f42d6a in SearchWidget::SearchWidget(QWidget*) 
(this=0x55e2cba0, parent=) at ./src/searchwidget.cpp:122
#2  0x77f147ad in MainWidget::MainWidget(KXmlGuiWindow*) 
(this=0x55955220, parent=0x7fffd80067d0) at 
/usr/include/x86_64-linux-gnu/qt5/QtCore/qstring.h:967
#3  0x77f155d4 in MainWindow::MainWindow(QWidget*) 
(this=0x7fffd80067d0, parent=, __in_chrg=, 
__vtt_parm=) at ./src/mainwindow.cpp:37
#4  0x77f0f63a in InstanceSelector::slotAccept() (this=0x7fffe420) 
at ./src/instanceselector.cpp:100
#5  0x77f0ff94 in InstanceSelector::InstanceSelector(QString const&, 
QWidget*, QFlags) (this=0x7fffe420, remoteHost=..., 
parent=, flags=...) at ./src/instanceselector.cpp:67
#6  0x7e19 in main(int, char**) (argc=, 
argv=) at 
/usr/include/x86_64-linux-gnu/qt5/QtCore/qarraydata.h:257

Apparently, the xapianStore->dbPath().toStdString() produces a null
pointer dereference here. Is there some package dependency missing to
ensure an appropriate Xapian installation?

As a workaround, simply not initializing the xapian database and
returning a nullptr instead works (but then the search widget is
nonfunctional)

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

Kernel: Linux 5.9.0-1-amd64 (SMP w/4 CPU cores)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Versions of packages akonadiconsole depends on:
ii  libc6 2.31-9
ii  libgcc-s1 10.2.1-6
ii  libkf5akonadicontact5 [libkf5akonadicontact5-20.08]   4:20.08.3-1
ii  libkf5akonadicore5abi2 [libkf5akonadicore5-20.08] 4:20.08.3-1
ii  libkf5akonadiprivate5abi2 [libkf5akonadiprivate5-20.08]   4:20.08.3-1
ii  libkf5akonadisearchcore5 [libkf5akonadisearchcore5-20.08] 4:20.08.3-1
ii  libkf5akonadisearchxapian5 [libkf5akonadisearchxapian5-20.08  4:20.08.3-1
ii  libkf5akonadiwidgets5abi1 [libkf5akonadiwidgets5-20.08]   4:20.08.3-1
ii  libkf5akonadixml5 [libkf5akonadixml5-20.08]   4:20.08.3-1
ii  libkf5calendarcore5abi2   5:5.78.0-2
ii  libkf5calendarsupport5abi1 [libkf5calendarsupport5-20.08] 4:20.08.3-1
ii  libkf5completion5 5.78.0-3
ii  libkf5configcore5 5.78.0-4
ii  libkf5configwidgets5  5.78.0-2
ii  libkf5contacts5   5:5.78.0-2
ii  libkf5coreaddons5 5.78.0-2
ii  libkf5crash5  5.78.0-3
ii  libkf5dbusaddons5 5.78.0-2
ii  libkf5i18n5   5.78.0-2
ii  libkf5itemmodels5 5.78.0-2
ii  libkf5libkdepim5 [libkf5libkdepim5-20.08] 4:20.08.3-1
ii  libkf5messageviewer5abi1 [libkf5messageviewer5-20.08] 4:20.08.3-2
ii  libkf5mime5abi1 [libkf5mime5-20.08]   20.08.3-1
ii  libkf5textwidgets55.78.0-2
ii  libkf5widgetsaddons5  5.78.0-2
ii  libkf5xmlgui5 5.78.0-2
ii  libqt5core5a  5.15.2+dfsg-4
ii  libqt5dbus5   5.15.2+dfsg-4
ii  libqt5gui55.15.2+dfsg-4
ii  libqt5sql5 

Bug#983130: artikulate: remove libqtgstreamer-dev from Build-Depends

2021-02-19 Thread Sebastian Ramacher
Package: artikulate
Version: 4:20.12.1-2
Severity: normal
Tags: patch

Since the switch to the qtmultimedia backend, the qt-streamer backend is
no longer built. So the build dependency on libqtstreamer-dev is no
longer necessary. Please remove it.

Cheers
-- 
Sebastian Ramacher
diff -Nru artikulate-20.12.1/debian/changelog artikulate-20.12.1/debian/changelog
--- artikulate-20.12.1/debian/changelog	2021-01-13 09:26:10.0 +0100
+++ artikulate-20.12.1/debian/changelog	2021-02-19 21:01:27.0 +0100
@@ -1,3 +1,10 @@
+artikulate (4:20.12.1-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/control: Remove unused B-D on libqtgstreamer-dev
+
+ -- Sebastian Ramacher   Fri, 19 Feb 2021 21:01:27 +0100
+
 artikulate (4:20.12.1-2) unstable; urgency=medium
 
   * Team upload.
diff -Nru artikulate-20.12.1/debian/control artikulate-20.12.1/debian/control
--- artikulate-20.12.1/debian/control	2021-01-13 09:23:43.0 +0100
+++ artikulate-20.12.1/debian/control	2021-02-19 21:01:24.0 +0100
@@ -17,7 +17,6 @@
libkf5i18n-dev (>= 5.64.0~),
libkf5newstuff-dev (>= 5.64.0~),
libkf5widgetsaddons-dev (>= 5.64.0~),
-   libqt5gstreamer-dev (>= 1.2.0),
libqt5sql5-sqlite (>= 5.11.0~) ,
libqt5xmlpatterns5-dev (>= 5.11.0~),
pkg-kde-tools,


signature.asc
Description: PGP signature


Processed: plasma-workspace-wayland: hanging in ksplashqml

2021-02-19 Thread Debian Bug Tracking System
Processing control commands:

> tag -1 + moreinfo bullseye sid
Bug #983034 [plasma-workspace-wayland] plasma-workspace-wayland: hanging in 
ksplashqml
Added tag(s) sid, bullseye, and moreinfo.

-- 
983034: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=983034
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems



Bug#983034: plasma-workspace-wayland: hanging in ksplashqml

2021-02-19 Thread Dennis Filder
Control: tag -1 + moreinfo bullseye sid

If you cannot switch to console with Ctrl-Alt-F2 then this is a strong
indicator that the bug is in the kernel, probably nouveau.

If you can reproduce this reliably it would help a lot if you could
provide the output of these commands after the bug has happened:

  dmesg
  strace -f -p $(pidof ksplashqml) 2>&1 | dd bs=1k count=20
  journalctl -ab

You may have to run some of them as root.



qttools-opensource-src_5.15.2-4_source.changes ACCEPTED into unstable

2021-02-19 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 19 Feb 2021 15:24:42 +0300
Source: qttools-opensource-src
Architecture: source
Version: 5.15.2-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers 
Changed-By: Dmitry Shachnev 
Closes: 983018
Changes:
 qttools-opensource-src (5.15.2-4) unstable; urgency=medium
 .
   * Add 4: epoch to qdbus transitional package (closes: #983018).
   * Update debian/watch: use format 4, and track only 5.15.x releases.
Checksums-Sha1:
 6cec7230460fe3bd75f1a02d81f54992228acbb0 4091 
qttools-opensource-src_5.15.2-4.dsc
 820ee135765d0ae7e5aa4b04a833781e1eba9e4b 47524 
qttools-opensource-src_5.15.2-4.debian.tar.xz
 29918040e4e85dbb5e78dff7459eab74c2cbaec5 13298 
qttools-opensource-src_5.15.2-4_source.buildinfo
Checksums-Sha256:
 5b78ef5513b885a83b8f995264c3c13933c21b8dfc85d7a4053d337f4c737dd1 4091 
qttools-opensource-src_5.15.2-4.dsc
 44f6208e9765d9e44f86f2c1f55e97e01a187741eefe2f2091d19e3750b04a05 47524 
qttools-opensource-src_5.15.2-4.debian.tar.xz
 5cb40c051135382ef93aae269576ac7b14c18c5d9a540cf2e663411df88bf7e9 13298 
qttools-opensource-src_5.15.2-4_source.buildinfo
Files:
 0b880e439c3523d0baa65713473e00c6 4091 libs optional 
qttools-opensource-src_5.15.2-4.dsc
 5a766d13e8a1b349782505c59f4eee7e 47524 libs optional 
qttools-opensource-src_5.15.2-4.debian.tar.xz
 e4dc33c39c982c6be5164654e7351e80 13298 libs optional 
qttools-opensource-src_5.15.2-4_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE5688gqe4PSusUZcLZkYmW1hrg8sFAmAvrzcTHG1pdHlhNTdA
ZGViaWFuLm9yZwAKCRBmRiZbWGuDy0CxD/9V795VTpsZBKDqzk7rbFg4z7FzO03G
X7Vnob+81D67bEBEhu3Xtlio3s77AePOmpzOeejCBGMDS9nE6etjRQBKKmmzbKkv
8s2KDhJ6q9/moyjo5Db1soRAIKS9sLdpBpIZuaSYqhSjhLIGVd06oBEQuwvb7n2x
0eDRRjngR3qTpEN4F4GuBm/R1qKN2MlqPLHrNvEZykRxrMUc3uVP6YGZIXWk1d2/
EDEg/aQrHwq2FBupeiV8OkIr6rYtac74vjmfJVqZJsU95mLXn5WRdTy4ApBMfVb9
Gmvlj2DDAlZrsw6GSNWiPiUiMsQlnQf4PFqaz28OBw5VjLfUUyF4gZDUjzEje9WL
KB/iI5ZNh3jtrla/f0AK12DYJm0s8X6L9OoZdmqRDxK3ftRjVGyXSyBSdDg0dMN/
fu5luVHx5cbfr5MGQBNolkaPSZQtPzkGcUBZCKdXjc9En5NEFqg3+MmRUBn8PvLS
D9OivmW+jRWEws8FsUvbDg7t1uypA5mvmeAf7G2qy9uCDxByV3ND/MW/2dUela9g
9Nq1UYxnMs1XASDv9Xc2XPMti5a/YkMZLLI/B4egfvGOrqa2HqncHaaPzzsVtPeX
nuWYFrh6Debh+BbvTwgUdpicweJahX5R2Yu7q2e3KtOHk263rhy9mUA+okw6fPnd
aEFTV16Dqal5gA==
=aeEG
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Processing of qttools-opensource-src_5.15.2-4_source.changes

2021-02-19 Thread Debian FTP Masters
qttools-opensource-src_5.15.2-4_source.changes uploaded successfully to 
localhost
along with the files:
  qttools-opensource-src_5.15.2-4.dsc
  qttools-opensource-src_5.15.2-4.debian.tar.xz
  qttools-opensource-src_5.15.2-4_source.buildinfo

Greetings,

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



Bug#983018: marked as done (qdbus: Needs package downgrade from Buster to Bullseye (missing epoch in transitional package))

2021-02-19 Thread Debian Bug Tracking System
Your message dated Fri, 19 Feb 2021 12:49:00 +
with message-id 
and subject line Bug#983018: fixed in qttools-opensource-src 5.15.2-4
has caused the Debian Bug report #983018,
regarding qdbus: Needs package downgrade from Buster to Bullseye (missing epoch 
in transitional package)
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.)


-- 
983018: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=983018
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: qdbus
Severity: serious
Justification: §3.2 and https://wiki.debian.org/SystemDowngrade

Hi,

on one system I wondered why qdbus is still on Qt4. Then I noticed that
the version of the Qt4 qdbus package from Buster is higher (!) than the
version of the Qt5 qdbus package in Bullseye:

$ apt-cache policy qdbus
qdbus:
  Installed: 4:4.8.7+dfsg-18+deb10u1
  Candidate: 4:4.8.7+dfsg-18+deb10u1
  Version table:
 *** 4:4.8.7+dfsg-20 100
100 /var/lib/dpkg/status
 5.15.2-3 990
900 https://debian.ethz.ch/debian bullseye/main i386 Packages

>From what I can see, the proper fix is to prepend at least an epoch of
"4" to (only) the transitional package, i.e. to make the version of
qdbus in Bullseye "4:5.15.2-…" instead of just "5.15.2-…".

Even the BTS gets it partially wrong probably because of this and still
thinks the current qdbus package is built from the qt4-x11 source
package:

https://bugs.debian.org/cgi-bin/pkgreport.cgi?pkg=qdbus;dist=unstable
(Note that it displays the correct version number, but the wrong source
package.)

-- System Information:
Debian Release: bullseye/sid
  APT prefers unstable
  APT policy: (990, 'unstable'), (600, 'testing'), (500, 'unstable-debug'), 
(500, 'buildd-unstable'), (110, 'experimental'), (1, 'experimental-debug'), (1, 
'buildd-experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 5.10.0-1-amd64 (SMP w/4 CPU threads)
Locale: LANG=C.UTF-8, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)
LSM: AppArmor: enabled
--- End Message ---
--- Begin Message ---
Source: qttools-opensource-src
Source-Version: 5.15.2-4
Done: Dmitry Shachnev 

We believe that the bug you reported is fixed in the latest version of
qttools-opensource-src, 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 983...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Dmitry Shachnev  (supplier of updated 
qttools-opensource-src 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: Fri, 19 Feb 2021 15:24:42 +0300
Source: qttools-opensource-src
Architecture: source
Version: 5.15.2-4
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers 
Changed-By: Dmitry Shachnev 
Closes: 983018
Changes:
 qttools-opensource-src (5.15.2-4) unstable; urgency=medium
 .
   * Add 4: epoch to qdbus transitional package (closes: #983018).
   * Update debian/watch: use format 4, and track only 5.15.x releases.
Checksums-Sha1:
 6cec7230460fe3bd75f1a02d81f54992228acbb0 4091 
qttools-opensource-src_5.15.2-4.dsc
 820ee135765d0ae7e5aa4b04a833781e1eba9e4b 47524 
qttools-opensource-src_5.15.2-4.debian.tar.xz
 29918040e4e85dbb5e78dff7459eab74c2cbaec5 13298 
qttools-opensource-src_5.15.2-4_source.buildinfo
Checksums-Sha256:
 5b78ef5513b885a83b8f995264c3c13933c21b8dfc85d7a4053d337f4c737dd1 4091 
qttools-opensource-src_5.15.2-4.dsc
 44f6208e9765d9e44f86f2c1f55e97e01a187741eefe2f2091d19e3750b04a05 47524 
qttools-opensource-src_5.15.2-4.debian.tar.xz
 5cb40c051135382ef93aae269576ac7b14c18c5d9a540cf2e663411df88bf7e9 13298 
qttools-opensource-src_5.15.2-4_source.buildinfo
Files:
 0b880e439c3523d0baa65713473e00c6 4091 libs optional 
qttools-opensource-src_5.15.2-4.dsc
 5a766d13e8a1b349782505c59f4eee7e 47524 libs optional 
qttools-opensource-src_5.15.2-4.debian.tar.xz
 e4dc33c39c982c6be5164654e7351e80 13298 libs optional 
qttools-opensource-src_5.15.2-4_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE5688gqe4PSusUZcLZkYmW1hrg8sFAmAvrzcTHG1pdHlhNTdA
ZGViaWFuLm9yZwAKCRBmRiZbWGuDy0CxD/9V795VTpsZBKDqzk7rbFg4z7FzO03G

Processed: Re: qdbus: Needs package downgrade from Buster to Bullseye (missing epoch in transitional package)

2021-02-19 Thread Debian Bug Tracking System
Processing commands for cont...@bugs.debian.org:

> clone 983018 -2
Bug #983018 [qdbus] qdbus: Needs package downgrade from Buster to Bullseye 
(missing epoch in transitional package)
Bug 983018 cloned as bug 983103
> reassign -2 ftp.debian.org
Bug #983103 [qdbus] qdbus: Needs package downgrade from Buster to Bullseye 
(missing epoch in transitional package)
Bug reassigned from package 'qdbus' to 'ftp.debian.org'.
No longer marked as found in versions qttools-opensource-src/5.15.2-3.
Ignoring request to alter fixed versions of bug #983103 to the same values 
previously set
> retitle -2 dak: version checks for binaries not enforced when binary changes 
> from any to all
Bug #983103 [ftp.debian.org] qdbus: Needs package downgrade from Buster to 
Bullseye (missing epoch in transitional package)
Changed Bug title to 'dak: version checks for binaries not enforced when binary 
changes from any to all' from 'qdbus: Needs package downgrade from Buster to 
Bullseye (missing epoch in transitional package)'.
> severity -2 normal
Bug #983103 [ftp.debian.org] dak: version checks for binaries not enforced when 
binary changes from any to all
Severity set to 'normal' from 'serious'
> tags -2 - pending
Bug #983103 [ftp.debian.org] dak: version checks for binaries not enforced when 
binary changes from any to all
Removed tag(s) pending.
> thanks
Stopping processing here.

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



Bug#983018: qdbus: Needs package downgrade from Buster to Bullseye (missing epoch in transitional package)

2021-02-19 Thread Ivo De Decker
clone -1 -2
reassign -2 ftp.debian.org
retitle -2 dak: version checks for binaries not enforced when binary changes 
from any to all
severity -2 normal
tags -2 - pending

Hi,

On Thu, Feb 18, 2021 at 09:08:46AM +0100, Axel Beckert wrote:
> Hi,
> 
> on one system I wondered why qdbus is still on Qt4. Then I noticed that
> the version of the Qt4 qdbus package from Buster is higher (!) than the
> version of the Qt5 qdbus package in Bullseye:
> 
> $ apt-cache policy qdbus
> qdbus:
>   Installed: 4:4.8.7+dfsg-18+deb10u1
>   Candidate: 4:4.8.7+dfsg-18+deb10u1
>   Version table:
>  *** 4:4.8.7+dfsg-20 100
> 100 /var/lib/dpkg/status
>  5.15.2-3 990
> 900 https://debian.ethz.ch/debian bullseye/main i386 Packages

The current situation:

qdbus  | 5.15.2-3 | testing  | all
qdbus  | 5.15.2-3 | unstable | all
qdbus  | 4:4.8.6+git64-g5dc8b2b+dfsg-3+deb8u1 | oldoldstable | amd64, 
armel, armhf, i386
qdbus  | 4:4.8.7+dfsg-11  | oldstable| amd64, 
arm64, armel, armhf, i386, mips, mips64el, mipsel, ppc64el, s390x
qdbus  | 4:4.8.7+dfsg-18+deb10u1  | stable   | amd64, 
arm64, armel, armhf, i386, mips, mips64el, mipsel, ppc64el, s390x

Normally, version checks should prevent an upload to unstable of a binary that
has a lower version than in stable or testing. However, this is checked per
architecture, and it seems the check wasn't done because the binary changed
from arch: any to arch: all at the same time. This case should probably be
checked in dak as well (obviously also for arch: all to arch: any).

Cloning the bug to track the issue in dak.

Cheers,

Ivo



Re: Simulated upgrade to KDE/Plasma (KP) 5.21.0/experimental

2021-02-19 Thread Sedat Dilek
On Fri, Feb 19, 2021 at 9:52 AM Norbert Preining  wrote:
>
> > can something be done to stop need for drinking thea ?
>
> Become ftp-master and work on the NEW queue?
>

Good connections to current FTP-master admins should be enough.

We are talking about something for Debian/experimental with no high
severity/importance, so...

- Sedat -



Re: Simulated upgrade to KDE/Plasma (KP) 5.21.0/experimental

2021-02-19 Thread Norbert Preining
> can something be done to stop need for drinking thea ?

Become ftp-master and work on the NEW queue?

Norbert

--
PREINING Norbert  https://www.preining.info
Fujitsu Research Labs  +  IFMGA Guide + TU Wien + TeX Live + Debian Dev
GPG: 0x860CDC13   fp: F7D8 A928 26E3 16A1 9FA0 ACF0 6CAC A448 860C DC13



Re: Simulated upgrade to KDE/Plasma (KP) 5.21.0/experimental

2021-02-19 Thread Luc Castermans
can something be done to stop need for drinking thea ?

Op vr 19 feb. 2021 08:57 schreef Sedat Dilek :

> On Fri, Feb 19, 2021 at 8:17 AM Norbert Preining 
> wrote:
> >
> > > What does that mean for kwin in NEW... and the availability of its
> >
> > Wait and have lots of tea!
> >
>
> Yupp, drinking camomile tea...
>
> - sed@ -
>
>