Bug#1006685: kde-plasma-desktop: KDE does not display Emojis correctly

2022-03-04 Thread Max Görner

Hi Norbert,


I used a different config file, but just found this here which indicates
that it is related to hinting:

https://bugs.freedesktop.org/show_bug.cgi?id=104542

Thank you very much for finding this.

Meanwhile, I had a look at how Kubuntu is configured in this regard.

I copied two files from Kubuntu's /etc/fonts/conf.avail/, 50-user.conf and
56-kubuntu-noto.conf and put them to Debian's /etc/fonts/conf.avail and
~/.config/fontconfig/conf.d/, respectively.

Then I refreshed the fonts cache using `sudo fc-cache -fv`, just as you
suggested. For everyone landing here: **It was crucial to relogin!**

Now I have working emoji support wherever I expect it. Thank you very much!

I could not find a primary source for both files, so I attached them to this
e-mail. Hopefully they will arrive in Debian's bug ticket frontend.



So maybe this is not related to KDE directly, but I still think its an
unfortunate situation, and fixing at would significantly improve the user
experience? Would it make sense to file another bug report against the
appropriate package, e.g. fontconfig?


My guess is that the fonts-noto-emoji or so should ship a fontconfig
file that activates it, best with the above.

I will open a bugreport for that package.


Again, thank you very much for your help. I think this bug report can be
closed now.


Best Regards
Max Görner



  http://www.w3.org/2005/11/its"; version="1.0">

  

  Load per-user customization files

fontconfig/conf.d
fontconfig/fonts.conf

~/.fonts.conf.d
~/.fonts.conf





  
  /usr/share/fonts/croscore
  /usr/share/fonts/crosextra
  /usr/share/fonts/dejavu
  /usr/share/fonts/ko-nanum
  /usr/share/fonts/lohit-cros
  /usr/share/fonts/monotype
  /usr/share/fonts/noto
  /usr/share/fonts/notocjk
  /usr/share/fonts/roboto
  /usr/share/fonts/tibt-jomolhari
  
  
serif

  Tinos
  Noto Serif
  Noto Serif CJK SC
  Noto Naskh Arabic
  Noto Serif Thai
  Noto Serif Armenian
  Noto Serif Georgian
  Noto Serif Devanagari
  Noto Serif Hebrew
  Noto Serif Bangali
  Noto Serif Gujarati
  Noto Serif Kannada
  Noto Serif Malayalam
  Noto Serif Tamil
  Noto Serif Telugu
  Lohit Punjabi
  Lohit Oriya
  Noto Serif Khmer
  Noto Serif Lao
  Noto Serif Ethiopic
  Noto Serif Myanmar
  Noto Serif Sinhala
  Jomolhari
  Noto Color Emoji
  Noto Sans Symbols
  Noto Sans Symbols2
  DejaVu Serif

  
  
sans-serif

  Arimo
  Noto Sans
  Noto Sans CJK SC
  Noto Sans Arabic
  Noto Sans Thai
  Noto Sans Devanagari
  Noto Sans Tamil
  Noto Sans Hebrew
  Noto Sans Bengali
  Noto Sans Telugu
  Noto Sans Kannada
  Noto Sans Malayalam
  Noto Sans Gurmukhi
  Noto Sans Gujarati
  Noto Sans Oriya
  Noto Sans Armenian
  Noto Sans Georgian
  Noto Sans Khmer
  Noto Sans Lao
  Noto Sans Ethiopic
  Noto Sans Myanmar
  Noto Sans Sinhala
  Jomolhari
  Noto Sans Coptic
  Noto Sans Deseret
  Noto Sans TaiTham
  Noto Sans CanadianAboriginal
  Noto Sans Yi
  Noto Sans Tifinagh
  Noto Sans Adlam
  Noto Sans Cherokee
  Noto Sans Chakma
  Noto Sans Osage
  Noto Color Emoji
  Noto Sans Symbols
  Noto Sans Symbols2
  DejaVu Sans

  
  
monospace

  Cousine
  Noto Sans Mono
  Noto Sans Mono CJK SC
  Noto Naskh Arabic
  Noto Sans Thai
  Noto Sans Devanagari
  Noto Sans Tamil
  Noto Sans Bengali
  Noto Sans Telugu
  Noto Sans Kannada
  Noto Sans Malayalam
  Noto Sans Gurmukhi
  Noto Sans Gujarati
  Noto Sans Oriya
  Noto Sans Armenian
  Noto Sans Georgian
  Noto Sans Ethiopic
  Noto Sans Myanmar
  Noto Sans Sinhala
  Noto Sans Tibetan
  Noto Sans Coptic
  Noto Sans Deseret
  Noto Sans TaiTham
  Noto Sans Cherokee
  Noto Sans Chakma
  Noto Sans Osage
  Noto Color Emoji
  Noto Sans Symbols
  Noto Sans Symbols2
  Droid Sans Fallback
  DejaVu Sans Mono

  
  
ui-sans

  Noto Sans UI
  Noto Sans CJK SC
  Noto Naskh Arabic UI
  Noto Sans Thai UI
  Noto Sans Devanagari UI
  Noto Sans Tamil UI
  Noto Sans Hebrew
  Noto Sans Bengali UI
  Noto Sans Telugu UI
  Noto Sans Kannada UI
  Noto Sans Malayalam UI
  Noto Sans Gurmukhi UI
  Noto Sans Gujarati UI
  Noto Sans Oriya UI
  Noto Sans Armenian
  Noto Sans Georgian
  Noto Sans Khmer UI
  Noto Sans Lao UI
  Noto Sans Ethiopic
  Noto Sans Myanmar UI
  Noto Color Emoji
  Noto Symbols
  Droid Sans Fallback
  DejaVu Sans

  
 
  

  zh


  14


  14

  
  
  

Arimo
true
hintfull
false
  
  

Chrome Droid Sans
true
hintslight
true
  
  

Cousine
   

Re: Bug#1006685: kde-plasma-desktop: KDE does not display Emojis correctly

2022-03-04 Thread Norbert Preining
Hallo Max,

> I copied two files from Kubuntu's /etc/fonts/conf.avail/, 50-user.conf and
> 56-kubuntu-noto.conf and put them to Debian's /etc/fonts/conf.avail and
> ~/.config/fontconfig/conf.d/, respectively.
> 
> Then I refreshed the fonts cache using `sudo fc-cache -fv`, just as you
> suggested. For everyone landing here: **It was crucial to relogin!**

So yes, re-logging in is probably necessary indeed.

I checked the two files, the 50-user.conf should not be necessary since
this is already present in Debian, too ... if it is missing on your
side, this is surprising.

Concerning 50-kubuntu-noto.conf, this does *a hell of a lot of things*
... if you are happy with the output, then all is fine. The part that it
does right is adding the Noto emoji font to the search list at the
front. (I personally found some interesting things concerning hinting
for CJK fonts, which - as I live in Japan - is of great interest!)

> Now I have working emoji support wherever I expect it. Thank you very much!

Well, if it works and all is fine with you, that is perfect!

All the best

Norbert

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



Bug#1006769: akonadi-import-wizard does not import anything to kmail

2022-03-04 Thread fulvio ciriaco
Package: akonadi-import-wizard
Version: 4:21.08.1-1+b1
Severity: important


I have accounts in claws-mail, evolution, thunderbird, when I start
kontact or kmail these trigger the wizard for importing my mail accounts
but whichever of the mentioned mail clients I select I end with kmail
unconfigured. Please notice that the first time, the wizard asked me if
I wanted to merge my two accounts with only two possible answers: continue
and cancel, I hit cancel and I never saw the question anymore.
thanks
yours
Fulvio Ciriaco

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

Kernel: Linux 5.15.0-3-amd64 (SMP w/4 CPU threads)
Locale: LANG=it_IT.UTF-8, LC_CTYPE=it_IT.UTF-8 (charmap=UTF-8), 
LANGUAGE=en_GB:en
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages akonadi-import-wizard depends on:
ii  libc62.33-7
ii  libgcc-s111.2.0-16
ii  libkf5akonadicore5abi2 [libkf5akonadicore5-21.08]4:21.08.1-1+b1
ii  libkf5akonadiwidgets5abi1 [libkf5akonadiwidgets5-21.08]  4:21.08.1-1+b1
ii  libkf5configcore55.90.0-1
ii  libkf5contacts5  5:5.90.0-1
ii  libkf5coreaddons55.90.0-1
ii  libkf5crash5 5.90.0-1
ii  libkf5dbusaddons55.90.0-1
ii  libkf5i18n5  5.90.0-1
ii  libkf5identitymanagement5 [libkf5identitymanagement5-21.08]  21.08.1-1+b1
ii  libkf5mailcommon5abi2 [libkf5mailcommon5-21.08]  4:21.08.1-1+b1
ii  libkf5mailimporter5 [libkf5mailimporter5-21.08]  4:21.08.1-1+b1
ii  libkf5mailimporterakonadi5 [libkf5mailimporterakonadi5-21.0  4:21.08.1-1+b1
ii  libkf5mailtransport5 [libkf5mailtransport5-21.08]21.08.1-1+b1
ii  libkf5messageviewer5abi1 [libkf5messageviewer5-21.08]4:21.08.1-1+b1
ii  libkf5pimcommon5abi2 [libkf5pimcommon5-21.08]4:21.08.1-1+b1
ii  libkf5widgetsaddons5 5.90.0-1
ii  libkf5xmlgui55.90.0-1
ii  libkpimimportwizard5 [libkpimimportwizard5-21.08]4:21.08.1-1+b1
ii  libqt5core5a 5.15.2+dfsg-14
ii  libqt5gui5   5.15.2+dfsg-14
ii  libqt5widgets5   5.15.2+dfsg-14
ii  libqt5xml5   5.15.2+dfsg-14
ii  libstdc++6   11.2.0-16

akonadi-import-wizard recommends no packages.

akonadi-import-wizard suggests no packages.

-- no debconf information



Processing of kwin_5.24.2-2_source.changes

2022-03-04 Thread Debian FTP Masters
kwin_5.24.2-2_source.changes uploaded successfully to localhost
along with the files:
  kwin_5.24.2-2.dsc
  kwin_5.24.2-2.debian.tar.xz
  kwin_5.24.2-2_source.buildinfo

Greetings,

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



Processing of kwayland-server_5.24.2-2_source.changes

2022-03-04 Thread Debian FTP Masters
kwayland-server_5.24.2-2_source.changes uploaded successfully to localhost
along with the files:
  kwayland-server_5.24.2-2.dsc
  kwayland-server_5.24.2-2.debian.tar.xz
  kwayland-server_5.24.2-2_source.buildinfo

Greetings,

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



kwayland-server_5.24.2-2_source.changes ACCEPTED into unstable

2022-03-04 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 04 Mar 2022 18:53:25 +0100
Source: kwayland-server
Architecture: source
Version: 5.24.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers 
Changed-By: Patrick Franz 
Changes:
 kwayland-server (5.24.2-2) unstable; urgency=medium
 .
   [ Patrick Franz ]
   * Add missing Breaks for libkwin4-effect-builtins1.
Checksums-Sha1:
 db8595fa4ecf8674e8a1412ad482d02905ffb485 2802 kwayland-server_5.24.2-2.dsc
 efb97920f5f864853095c42fc1fba9a91d5f808e 11312 
kwayland-server_5.24.2-2.debian.tar.xz
 a324d3094d15036d05d8a438aa75ce1c2d19ed5e 10796 
kwayland-server_5.24.2-2_source.buildinfo
Checksums-Sha256:
 4a8263316b63976bfbd443744378532e832e37c23004bcaa04df2d1996b57219 2802 
kwayland-server_5.24.2-2.dsc
 ead05e5a471b8578a9f400dabba9867b242a19cd519684e12f17402740668a52 11312 
kwayland-server_5.24.2-2.debian.tar.xz
 f79721fc650a54e3434beada99bd252e4bedc6f5ef471ee9a9dc4edc09ea1db3 10796 
kwayland-server_5.24.2-2_source.buildinfo
Files:
 d99911017b0d2c69f1e02b66ab2f6009 2802 libs optional 
kwayland-server_5.24.2-2.dsc
 b2b062c40df6b5a5e929853ecd05809e 11312 libs optional 
kwayland-server_5.24.2-2.debian.tar.xz
 3607625c225c08cb7924e24ec8a0b38f 10796 libs optional 
kwayland-server_5.24.2-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEYodBXDR68cxZHu3Knp96YDB3/lYFAmIiUiUACgkQnp96YDB3
/lYk5A/+L7o9Nqk1I/JTpMD7r/GH3D5bflj73wyRVc0YShtUX2JyCQBFcjG+psix
9G9x7XRyHxDpMBJlDLKSJO9XRJsJM6GFM8vb3MCWuezyCXxvEJ6mgYSNp+2h/z2Y
zq5515TCcpv88EzsK2Gmxx252LRiaZKapNOy2Kk0A1YfEksKViQUukU9fBQwvHs0
nQ+x16MIztsDFQ7ygC6+fTSyg6EEgHNsSsalw5lETw9XsStS6ksRRvM2XlchlLj5
zVD9Ji6NJ6tye4FYesr2pY4oJhWAYz42XbfLcMWG3TUBXUSnC0f4gDUI2PgdbzVV
hav8hoK7HqRBYwrgoXVlw0K0Hiam5MrNwlN/8XHlmdjHfe2sEugj9IcTxnbMcxRS
1ib9THvtZzcBwhPH9zb/um0ueRdL8tPakWtxLrqTtpaDUfUaBIp9IGb/RpGwawKp
tfaRaJEO3qtQTZEjtBcoNpboHttnwfkxE65P2tZ2WqNc34wNnP0fS1tuGykIf4U4
t1Y4/YYXnRqnOsNaS4TQoCrPLRonWqe3Q6+2k6en6Ppcg4p2y8Ye8JANxEoSHrtj
K1rTOpFg0FUzxem9mNlCyGKLKmo/aMuqI7u8R6os/l98q8jJq4uE67ZBdyzAv06e
ljPi7BI3EPVhApCpDL/sGCNE2/Z5QekjIc2/sptOQ4ZFEX/BWts=
=Wdj5
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



kwin_5.24.2-2_source.changes ACCEPTED into unstable

2022-03-04 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 04 Mar 2022 18:50:26 +0100
Source: kwin
Architecture: source
Version: 4:5.24.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers 
Changed-By: Patrick Franz 
Changes:
 kwin (4:5.24.2-2) unstable; urgency=medium
 .
   [ Patrick Franz ]
   * Add missing Breaks for libkwin4-effect-builtins1.
Checksums-Sha1:
 1486ed69461e0b547d01e42d2f2244057c4e5cd8 5276 kwin_5.24.2-2.dsc
 b30f029fd6ef9d8a819fc1a9f0df5ec1e13f8e21 32892 kwin_5.24.2-2.debian.tar.xz
 ea7bb7dff59f788ff96468dd5e3b2f10041124e2 18038 kwin_5.24.2-2_source.buildinfo
Checksums-Sha256:
 4b08a1c759f78f17ea7fd7a2af9769b6793a0add3d174db45dbbb323845c8227 5276 
kwin_5.24.2-2.dsc
 05d6475ffa7e63d8cfb78c746c6e94bb64942f7822c09ba7acfca8e6f138b8c9 32892 
kwin_5.24.2-2.debian.tar.xz
 11f84c788804be5cbf4a18e308db9f570777dab07f54c71e9a59517a2e19e5ce 18038 
kwin_5.24.2-2_source.buildinfo
Files:
 3ee6a7fd308ab99706ac56e45cb861fb 5276 kde optional kwin_5.24.2-2.dsc
 0e2304f3d7effda125084219998412e0 32892 kde optional kwin_5.24.2-2.debian.tar.xz
 dc072828af4bf3a588faef49ef1262c1 18038 kde optional 
kwin_5.24.2-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEYodBXDR68cxZHu3Knp96YDB3/lYFAmIiUYEACgkQnp96YDB3
/lZNeRAAghvJHLe+t3T5yZURtEssrp6Hph8hyYLs1LF92oqCZER6Qa3zZ2NBCGfj
/6UxCk+P6Z5zqLV4O+QDdOLpFzFLJkQV50BBey2hY6aZ+dxX2Tva1IeteXkVJkgA
tvvkHxpcSkOnS1k3UTQCCMptmMCnn3JSZFKs5deHGBMjDFf0lF9sdUXvDjLag8Ic
rqAue/XThDkJWvqcDubyvuf9988unxZ/W5TaAltP7j7JJTk6670MFOaRyfQaQ8kG
FaiZTe76uONiUj+QqWMfvYHNA2SjREfk8J2RUs/ZF034vYsnlUbZVn3JH3GYj4DN
suiR/OiTlaupaUOOFMr6nGpQ2WuUcWcL2r1Tvi/1lKjWOc39pe6DfSt4S2XgvK6Z
rFLbzraagkdrnv2JBEEtjE3QkToatzyqIS6P5djpclk2udZ9hohH7009KI5b1F+J
MkmzvJD5tD00iZ8Dhp3ETr3nDZV90bNdBcnIUmdE9jc2gR1Au4mtxnJxcdfel579
6vF6s7Nu5SsspkaY04UudtMnScJEvGizUb9pir24e2TxXHmsTsW98Cajnx678Yog
KOIDV7Wwl3QVd2l+Ng8sG5YGXRWNgQ0HAst89L6Mh028m7F6Qn3UkjbbIVUrRj8P
5mhd9XHdc+dyoyy6d5BvYvL3110r7oCGmPZoVa00C3/BCRcHdPY=
=SAE5
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



Bug#1006699: marked as done (kde-cli-tools: kde-cli-toold installation blocked by another package already installed kde-runtime)

2022-03-04 Thread Debian Bug Tracking System
Your message dated Fri, 04 Mar 2022 18:19:29 +
with message-id 
and subject line Bug#1006699: fixed in kde-cli-tools 4:5.24.2-2
has caused the Debian Bug report #1006699,
regarding kde-cli-tools: kde-cli-toold installation blocked by another  package 
already installed kde-runtime
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.)


-- 
1006699: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1006699
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: kde-cli-tools
Version: 4:5.24.2-1
Severity: grave
Justification: renders package unusable

Dear Maintainer,

when i install plasma 5.24 an error comes with the installation of kde-cli-
tools i have the message :
Préparation du dépaquetage de .../03-kde-cli-tools_4%3a5.24.2-1_amd64.deb ...
Dépaquetage de kde-cli-tools (4:5.24.2-1) sur (4:5.23.5-1) ...
dpkg: erreur de traitement de l'archive /tmp/apt-dpkg-
install-y59UHj/03-kde-cli-tools_4%3a5.24.2-1_amd64.deb (--unpack) :
 tentative de remplacement de « /usr/bin/kde-open », qui appartient aussi au
paquet kde-runtime 4:17.08.3-2.1
dpkg-deb: erreur: coller subprocess was killed by signal
(Relais brisé (pipe))
The problem is serious because the whole plasma system becomes inoperative and
Kde at the same time, because we have a mixture of plasma 5.23 and 5.24, apt
and aptitude cannot correct the problem. The only solution I found is with the
help of apt to replace all the packages in version 5.24 by 5.23 then remove
kde-runtime which comes from old installation of Kde, once removed the
installation of plasma 5.24 is no problem



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

Kernel: Linux 5.16.0-3-amd64 (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8), LANGUAGE=fr
Shell: /bin/sh linked to /bin/bash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages kde-cli-tools depends on:
ii  kde-cli-tools-data4:5.24.2-1
ii  kio   5.90.0-3
ii  libc6 2.33-7
ii  libkf5activities5 5.90.0-1
ii  libkf5completion5 5.90.0-1
ii  libkf5configcore5 5.90.0-1
ii  libkf5configwidgets5  5.90.1-4
ii  libkf5coreaddons5 5.90.0-1
ii  libkf5i18n5   5.90.0-1
ii  libkf5iconthemes5 5.90.0-1
ii  libkf5kcmutils5   5.90.0-2
ii  libkf5kiocore55.90.0-3
ii  libkf5kiogui5 5.90.0-3
ii  libkf5kiowidgets5 5.90.0-3
ii  libkf5quickaddons55.90.0-1
ii  libkf5service-bin 5.90.0-1
ii  libkf5service55.90.0-1
ii  libkf5su-bin  5.90.0-1
ii  libkf5su5 5.90.0-1
ii  libkf5widgetsaddons5  5.90.0-1
ii  libkf5windowsystem5   5.90.0-1
ii  libkworkspace5-5  4:5.24.2-2
ii  libqt5core5a  5.15.2+dfsg-15
ii  libqt5dbus5   5.15.2+dfsg-15
ii  libqt5gui55.15.2+dfsg-15
ii  libqt5svg55.15.2-4
ii  libqt5widgets55.15.2+dfsg-15
ii  libqt5x11extras5  5.15.2-2
ii  libstdc++612-20220222-1
ii  libx11-6  2:1.7.2-2+b1

kde-cli-tools recommends no packages.

kde-cli-tools suggests no packages.

-- no debconf information
--- End Message ---
--- Begin Message ---
Source: kde-cli-tools
Source-Version: 4:5.24.2-2
Done: Patrick Franz 

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

Debian distribution maintenance software
pp.
Patrick Franz  (supplier of updated kde-cli-tools 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, 04 Mar 2022 18:54:41 +0100
Source: kde-cli-tools
Architecture: source
Version: 4:5.24.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers 
Changed-By: Patrick Franz 
Closes: 1006699
Changes:
 kde-cli-tools (4:5.24.2-2) unstable; urgency=medium
 .
   [ Pino Toscano ]
   * Break kde-run

Processing of kde-cli-tools_5.24.2-2_source.changes

2022-03-04 Thread Debian FTP Masters
kde-cli-tools_5.24.2-2_source.changes uploaded successfully to localhost
along with the files:
  kde-cli-tools_5.24.2-2.dsc
  kde-cli-tools_5.24.2-2.debian.tar.xz
  kde-cli-tools_5.24.2-2_source.buildinfo

Greetings,

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



Processing of qtbase-opensource-src_5.15.3+dfsg-1_source.changes

2022-03-04 Thread Debian FTP Masters
qtbase-opensource-src_5.15.3+dfsg-1_source.changes uploaded successfully to 
localhost
along with the files:
  qtbase-opensource-src_5.15.3+dfsg-1.dsc
  qtbase-opensource-src_5.15.3+dfsg.orig.tar.xz
  qtbase-opensource-src_5.15.3+dfsg-1.debian.tar.xz
  qtbase-opensource-src_5.15.3+dfsg-1_source.buildinfo

Greetings,

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



kde-cli-tools_5.24.2-2_source.changes ACCEPTED into unstable

2022-03-04 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 04 Mar 2022 18:54:41 +0100
Source: kde-cli-tools
Architecture: source
Version: 4:5.24.2-2
Distribution: unstable
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers 
Changed-By: Patrick Franz 
Closes: 1006699
Changes:
 kde-cli-tools (4:5.24.2-2) unstable; urgency=medium
 .
   [ Pino Toscano ]
   * Break kde-runtime, since kde-cli-tools 5.24 ships tools with the same name
 of the ones provided by kde-runtime (for KDE 4). (Closes: #1006699)
   * Update lintian overrides.
Checksums-Sha1:
 428ef16bd1fe83f509bcb479d943f8fc983fcb33 2998 kde-cli-tools_5.24.2-2.dsc
 21fc5b93a5758be656883c38fa834fca075ea844 17672 
kde-cli-tools_5.24.2-2.debian.tar.xz
 813a274fcafe155864f1e579378e90fbb7e3d893 11770 
kde-cli-tools_5.24.2-2_source.buildinfo
Checksums-Sha256:
 e80ac65e9ecf1e39f8a13f8a71199ec60c6980ffde252b102085d627281e5330 2998 
kde-cli-tools_5.24.2-2.dsc
 c2fd1e7ad1d5728a52a27335d7065fad9acbf70c5bb9c549ca527c0542c5af37 17672 
kde-cli-tools_5.24.2-2.debian.tar.xz
 5f478a3a5f8418ffb1e19e07a79e82ad6f7332e0ec2840d142a969992590dd08 11770 
kde-cli-tools_5.24.2-2_source.buildinfo
Files:
 8d800928c65fdbcae73babd6a3927f4d 2998 utils optional kde-cli-tools_5.24.2-2.dsc
 336a0df42592ed0c048417d9933392ad 17672 utils optional 
kde-cli-tools_5.24.2-2.debian.tar.xz
 bf254e5997553cc86775c69b4318dc4c 11770 utils optional 
kde-cli-tools_5.24.2-2_source.buildinfo

-BEGIN PGP SIGNATURE-

iQIzBAEBCgAdFiEEYodBXDR68cxZHu3Knp96YDB3/lYFAmIiUnIACgkQnp96YDB3
/lb1aw//QcOuEx89NBiDwRKcW4DicpmPEAaQEO0OBQiqiNFf67Hvu9DUGUZ4+ssP
w2/lVWh6STXRVE4Y4s1Kyr932n2X6D/2495xnMJqOYiShnB1kpg4NtIpvHbX0uXa
6FyMrSIGBL93xWCcx+97Vu/6H8sHcdihpe/YmRR7A3VH8p/I9whXsk/ZN/hOKCED
+0X5qxKpTQ0rPAjVv1Xv76jyOfZHgqp22nvETIx82D0ep9WfOSsSchawjkAOdruU
Ke73qZOd+lewxXkji5Z/mpe5l6nQn3LTRfuN3N7TnPCxEfL0cT5xqKK/SCe0dLVZ
XJ/tkRvJDlatb7gKQ88Gli1eCpJOb+QzQ3rIKRUyAl0nEbvNSiMR+RsQLXuFhC7w
BwOsPmlJCz7F9PIh/WHivXSFg2N1j8jxIt2Y1D+JR6arPmg2fsTr4pAi1iJP5MIX
iGIp2uZ1jQUWZ8eb6xgVZTOZ0YT0RacMbcpXjrPTQLsY0GuwLvdCSFVxbhXeI4nK
vj2TbzTsyRym98AHkp437cerIz3GdL1UAtSJZntaCGIdHdhUx9wbigXLboW1vAep
DPV2BNFFHz7K7cDUSqe4wmV6Pflqc1zx6lWzXZ5cY1hASVqrwICpt81bAAVbUF4L
bJQM42tXstBUHRumssprol37gGoV2Q4yk1Y2mwNxQxahgTii/c0=
=ZSc+
-END PGP SIGNATURE-


Thank you for your contribution to Debian.



qtbase-opensource-src_5.15.3+dfsg-1_source.changes ACCEPTED into experimental

2022-03-04 Thread Debian FTP Masters



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Fri, 04 Mar 2022 21:00:06 +0300
Source: qtbase-opensource-src
Architecture: source
Version: 5.15.3+dfsg-1
Distribution: experimental
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers 
Changed-By: Dmitry Shachnev 
Changes:
 qtbase-opensource-src (5.15.3+dfsg-1) experimental; urgency=medium
 .
   * New upstream release.
   * Update debian/watch for new file names.
   * Drop patches that are included in the new release:
 - xcb_screens_uaf.patch
 - qnam_connect_memory_leak.diff
 - qiodevice_readline_memory.diff
   * Remove most of gcc_11_limits.diff, only one change left.
   * Refresh other patches.
   * Update debian/copyright.
   * Bump ABI version to qtbase-abi-5-15-3.
   * Update symbols files from the current build logs.
   * Exclude one more RFC file from the tarball.
   * Stop adding -Wl,--as-needed explicitly.
Checksums-Sha1:
 6c7ee5653bd9f9807a415177ddec8a7ea1c21663 5479 
qtbase-opensource-src_5.15.3+dfsg-1.dsc
 1581f893edcf8aa3b07f3990d42b17de7714be43 48080448 
qtbase-opensource-src_5.15.3+dfsg.orig.tar.xz
 eef1fbba20180d063dc912f7f48868ae0a91fb3e 269524 
qtbase-opensource-src_5.15.3+dfsg-1.debian.tar.xz
 a54c6e889fc8ee9af4c94973f032e1d12f5b8fe7 11563 
qtbase-opensource-src_5.15.3+dfsg-1_source.buildinfo
Checksums-Sha256:
 ce5d339d5fc8a552ce342fc746b30d26567fc92e791281615c589d8b9420855d 5479 
qtbase-opensource-src_5.15.3+dfsg-1.dsc
 95d8ee6a62342840e9b40edef98c0fb75535902dc0b0fb0958f7594783f1a16c 48080448 
qtbase-opensource-src_5.15.3+dfsg.orig.tar.xz
 1d4165abb6f6e5fea9f520bccdb14b4c7cbcc058ea4d42263653d3b2731fccaa 269524 
qtbase-opensource-src_5.15.3+dfsg-1.debian.tar.xz
 1bcea191e0a150a8994a79965783562abbee6d13d7429ede5f231be90fedc5e6 11563 
qtbase-opensource-src_5.15.3+dfsg-1_source.buildinfo
Files:
 b497ab6fcb274e9ed0e1dc54a730691e 5479 libs optional 
qtbase-opensource-src_5.15.3+dfsg-1.dsc
 e327b57c0053a79f3a44fbfeeced771b 48080448 libs optional 
qtbase-opensource-src_5.15.3+dfsg.orig.tar.xz
 5012d1cceea33a409fe3d9fc431db531 269524 libs optional 
qtbase-opensource-src_5.15.3+dfsg-1.debian.tar.xz
 ca6ae9b9564ca7950b6dd9828b363e69 11563 libs optional 
qtbase-opensource-src_5.15.3+dfsg-1_source.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEE5688gqe4PSusUZcLZkYmW1hrg8sFAmIiVAcTHG1pdHlhNTdA
ZGViaWFuLm9yZwAKCRBmRiZbWGuDy79HD/9kHbDoUo7D+zWNMgdkl8nTQL+z7+Xn
BgZwu74obaXVZQJULZ6d6psUio/pY+XwPNf09DsTVW36dY9HJDl7MXGS2opeet9p
e2Pct8AiBVj8lh7wRtbuqNqrS7Tj6BhPeRQUagCyrXrUbnTgDotAzAH7swbuy7bG
2yI2aXmkPtNY0OQTAVQfDmeY2kXcZRhqIhNRNwJkZY6JYq0ej8lB9XCBq4AByR8G
5rZyVpxr/EwPQd1eA6Sp8QnVqZAf7kDMr3Bw3Y3+42zsWyrFslCOyrjhN6eWAhi8
Ob2andAzGEfzOSsLIAlJCEakIrfqzH/Ztn0mtuqqTtFBHlQ0RppE+jFBNAEbpwfg
IDjcvKJ/S29Bp2rQZbEe+ny57cp5qCN9Kynak+elZPbnhTAJ4wLYV+MaSUWCXBYO
OjR5LW42HBlT6wZBBgudfOANoDd0MFyaMAE0rknWGUPcP2wNj9CRywLLLhBd0vmq
9tDw1/xRbnnzkFQwb6wugi0Sg7ORCAD84jWoHKBS+OtTTbbiUweMNHVJ7DIaJphp
qJ+yd2K9oXRotIBDI5+P7UI0lrgTKm/p0ODCM1si0CWQ8y5xVWXcD/GV0UkrvYFb
W37qA4Iv23YOLfSW2Nwgp4ffwoG9ZO7eLe2UGLHuloI7OYOngNFr7oScbkWe1C0q
aifjm6tx8IRenQ==
=PiIe
-END PGP SIGNATURE-


Thank you for your contribution to Debian.