Bug#1025832: transition: libkeduvocdocument

2022-12-09 Thread Aurélien COUDERC
Package: release.debian.org
Severity: normal
User: release.debian@packages.debian.org
Usertags: transition
X-Debbugs-Cc: libkeduvocdocum...@packages.debian.org, Debian Qt/KDE Maintainers 

Control: affects -1 + src:libkeduvocdocument

Dear Release Team,

I’d like to request a transition slot for libkeduvocdocument.

It has 4 reverse dependencies:
- kanagram
- khangman
- kwordquiz
- parley

All 4 rebuild successfully with the new version of the library.

I’ve uploaded libktorrent 4:22.11.90-2 with the new ABI to experimental
and it builds successfully on all release architectures. [0]


Ben file:

title = "libkeduvocdocument";
is_affected = .depends ~ "libkeduvocdocument5" | .depends ~ 
"libkeduvocdocument5abi1";
is_good = .depends ~ "libkeduvocdocument5abi1";
is_bad = .depends ~ "libkeduvocdocument5";

[0] 
https://buildd.debian.org/status/package.php?p=libkeduvocdocument&suite=experimental


Processing of qt6-5compat_6.4.1-3_source.changes

2022-12-09 Thread Debian FTP Masters
/qt6-5compat_6.4.1-3_source.changes couldn't be processed for 48 hours and is 
now deleted
All files it mentions are also removed:
  qt6-5compat_6.4.1-3.dsc, qt6-5compat_6.4.1-3.debian.tar.xz, 
qt6-5compat_6.4.1-3_source.buildinfo

Greetings,

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



Bug#1025823: qt6-base FTBFS on Alpha; Unknown Q_PROCESSOR_xxx macro

2022-12-09 Thread Michael Cree
Source: qt6-base
Version: 6.3.1+dfsg-10
Severity: important
Tags: patch ftbfs
Justification: fails to build from source (but built successfully in the past)

The build fails with:
/<>/src/corelib/plugin/qelfparser_p.cpp:178:4: error: #error 
"Unknown Q_PROCESSOR_xxx macro, please update."

Full log at:
https://buildd.debian.org/status/fetch.php?pkg=qt6-base&arch=alpha&ver=6.3.1%2Bdfsg-10&stamp=1664652510&raw=0

Attached is patch to provide the Q_PROCESSOR defines for Alpha.  With
that qt6-base builds successfully.

Cheers
Michael.

Index: qt6-base-6.3.1+dfsg/src/corelib/global/qprocessordetection.h
===
--- qt6-base-6.3.1+dfsg.orig/src/corelib/global/qprocessordetection.h
+++ qt6-base-6.3.1+dfsg/src/corelib/global/qprocessordetection.h
@@ -82,11 +82,12 @@
 /*
 Alpha family, no revisions or variants
 
-Alpha is bi-endian, use endianness auto-detection implemented below.
+Alpha is bi-endian; use auto-detection below.
 */
-// #elif defined(__alpha__) || defined(_M_ALPHA)
-// #  define Q_PROCESSOR_ALPHA
-// Q_BYTE_ORDER not defined, use endianness auto-detection
+#if defined(__alpha__) || defined(_M_ALPHA)
+#  define Q_PROCESSOR_ALPHA
+#  define Q_PROCESSOR_WORDSIZE 8
+#endif
 
 /*
 ARM family, known revisions: V5, V6, V7, V8
Index: qt6-base-6.3.1+dfsg/src/corelib/plugin/qelfparser_p.cpp
===
--- qt6-base-6.3.1+dfsg.orig/src/corelib/plugin/qelfparser_p.cpp
+++ qt6-base-6.3.1+dfsg/src/corelib/plugin/qelfparser_p.cpp
@@ -141,6 +141,8 @@ struct ElfMachineCheck
 static const Elf32_Half ExpectedMachine =
 #if 0
 // nothing
+#elif defined(Q_PROCESSOR_ALPHA)
+EM_ALPHA
 #elif defined(Q_PROCESSOR_ARM_32)
 EM_ARM
 #elif defined(Q_PROCESSOR_ARM_64)
@@ -407,6 +409,7 @@ Q_DECL_UNUSED Q_DECL_COLD_FUNCTION stati
 switch (r.machine) {
 // list definitely not exhaustive!
 case EM_NONE:   d << ", no machine"; break;
+case EM_ALPHA:	d << ", Alpha"; break;
 case EM_ARM:d << ", ARM"; break;
 case EM_AARCH64:d << ", AArch64"; break;
 #ifdef EM_BLACKFIN


Re: Bug#1020387: dictionaries-common: Consensus regarding the packaging of the Qt WebEngine hunspell binary dictionaries

2022-12-09 Thread Soren Stoutner
That’s really cool.  Thank you for doing that.

On Friday, December 9, 2022 11:09:00 AM MST Agustin Martin wrote:
> By the way, I have been playing with an old helper
> (installdeb-myspell) shipped with dictionaries-common-dev to help with
> these bdic files. First cut committed to salsa. Currently
> installdeb-myspell will fail if no conversion tool is found.


-- 
Soren Stoutner
so...@stoutner.com

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


libkeduvocdocument_22.11.90-2_amd64.changes ACCEPTED into experimental

2022-12-09 Thread Debian FTP Masters
Thank you for your contribution to Debian.



Accepted:

-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512

Format: 1.8
Date: Wed, 07 Dec 2022 23:58:16 +0100
Source: libkeduvocdocument
Binary: libkeduvocdocument-data libkeduvocdocument-dev libkeduvocdocument5abi1 
libkeduvocdocument5abi1-dbgsym
Architecture: source all amd64
Version: 4:22.11.90-2
Distribution: experimental
Urgency: medium
Maintainer: Debian Qt/KDE Maintainers 
Changed-By: Aurélien COUDERC 
Description:
 libkeduvocdocument-data - translations for KEduVocDocument
 libkeduvocdocument-dev - development files for KEduVocDocument
 libkeduvocdocument5abi1 - library for reading and writing vocabulary files
Changes:
 libkeduvocdocument (4:22.11.90-2) experimental; urgency=medium
 .
   [ Aurélien COUDERC ]
   * Split translations into a -data package to allow for library
 transitions.
Checksums-Sha1:
 52f02e467f16554ce968e82e2e748aabd0203af8 2799 libkeduvocdocument_22.11.90-2.dsc
 c7da1508e40811ba1c6c468d10203b8eaf20acee 14096 
libkeduvocdocument_22.11.90-2.debian.tar.xz
 9aec0a889618b2139a087ad82a3d77238f8a58cc 49508 
libkeduvocdocument-data_22.11.90-2_all.deb
 deda8966790f7f6bcf3f4e1fa2e565fc9d6fd3b6 19572 
libkeduvocdocument-dev_22.11.90-2_amd64.deb
 db6941358950054f917b25bf4446ebb71f8e2722 2994080 
libkeduvocdocument5abi1-dbgsym_22.11.90-2_amd64.deb
 8f0724694a8cb2c95dd7d4c4cfe2d7e3b42f316f 118564 
libkeduvocdocument5abi1_22.11.90-2_amd64.deb
 0fed78017a28a72faf5120d0c982028b937822d9 15968 
libkeduvocdocument_22.11.90-2_amd64.buildinfo
Checksums-Sha256:
 353b52e87bf248037698d2b26bcd62a928a4a9294dbcf080529b2fe783cc129d 2799 
libkeduvocdocument_22.11.90-2.dsc
 1315849c56027c84fc11a05f3f97b271fab0e4f619551b6cb4147984924e1cd0 14096 
libkeduvocdocument_22.11.90-2.debian.tar.xz
 b6a8ffac3794c6339485b7e4125c497ca374e499dc9d83f3eb68b0304ab66f5d 49508 
libkeduvocdocument-data_22.11.90-2_all.deb
 6e388bbf6e0d27531f22a30a97bb4239de5865b54c533c139e40b44267e3d494 19572 
libkeduvocdocument-dev_22.11.90-2_amd64.deb
 2d77ff20569e5506c488960c9e4d2c8d004d19632dd06c4de4453b06bbfffcb3 2994080 
libkeduvocdocument5abi1-dbgsym_22.11.90-2_amd64.deb
 7964b2a620ef539f254ac503edde054e8ebf265a3d55ccedbf1bf72b6aea9a2c 118564 
libkeduvocdocument5abi1_22.11.90-2_amd64.deb
 42642e47969903143cef85239d4bedbb7f7acf55f7636727562d077472fe00d0 15968 
libkeduvocdocument_22.11.90-2_amd64.buildinfo
Files:
 e47090ef9cfc89be3fbfa500b7907f2a 2799 libs optional 
libkeduvocdocument_22.11.90-2.dsc
 9f7831a2f3dc843eb04751f373ae9a39 14096 libs optional 
libkeduvocdocument_22.11.90-2.debian.tar.xz
 11ff74947ac1d2599adefcef0d6f2395 49508 libs optional 
libkeduvocdocument-data_22.11.90-2_all.deb
 e528b2aba2366507a20bf007c75c9c6c 19572 libdevel optional 
libkeduvocdocument-dev_22.11.90-2_amd64.deb
 fe79ccd6c7ff5c790f08f05c851d19a1 2994080 debug optional 
libkeduvocdocument5abi1-dbgsym_22.11.90-2_amd64.deb
 2e701a8f53e3d5e36370d93d34256b43 118564 libs optional 
libkeduvocdocument5abi1_22.11.90-2_amd64.deb
 193e3063921d783f205e958d03771547 15968 libs optional 
libkeduvocdocument_22.11.90-2_amd64.buildinfo

-BEGIN PGP SIGNATURE-

iQJHBAEBCgAxFiEEIW//QAAaDgcOKDsfcaflM/KRoyQFAmORpYQTHGNvdWNvdWZA
ZGViaWFuLm9yZwAKCRBxp+Uz8pGjJGLRD/0Wyz68CiViysWFQtf+tqaUlW5fMKoJ
/FbUutbgMmAAy7kIoWFUnoioQ7o9jc2BvO/FbYtVu+0Yr+8OHIPvmqN/VcV0MmvL
kE0IEMC/GkSrEPCBu790OVezJb/n/SoEGbtQMZluq17W3qwmRbi7Hhpwz+vZfC3I
GJE11QaYl6gmG7pk9idNfxRnqPTHZ4zPXa6wyxcI9L4ySUyADQ/xu2PeurAxwSyq
0McBkVmgM0sVDauZmi5US+mHHIH2/MPPR5kBS8/cTrnC4MXeOj08taBKSTlSwJic
gNCjFT1dFN9q29U1mb9K3vQN7RldvkUTT0WjcmciguEDN2Ze0RHK+Z7S3lHZMmcv
YT8/F3Aik6TQ6LsYdDOAgMrYmFLP4+oOCsIAwTb/OPKbp1g6FkDsoId1uVtOAdYj
WnWod2AT0n4sZ4JzCSYjaSSoHSCRJBZOM84N0MZLrVlhnAU6SC/xvJILZJF8W0lV
916Wa17bR0bMlmeen8f+Xe58s2ET2MbXBI0+qgxS0yNgs6R+oTvxse94gDuMtISz
+fTr7JEdxyp4TSi0FDEHYy2yJHkJtyeVdl43nSO/fpZ6Rwf5hHRVnf5oAo7jFYEm
IXjRSSytERz8ZRC3rXeFn2dhdVdH+KsgTgXLAeqv0udShsU+1SpeUCvxjOHIIYzC
iWn8OWBHotsrcw==
=qdfG
-END PGP SIGNATURE-



Re: Bug#1020387: dictionaries-common: Consensus regarding the packaging of the Qt WebEngine hunspell binary dictionaries

2022-12-09 Thread Agustin Martin
El mar, 6 dic 2022 a las 23:34, Agustin Martin
() escribió:
>
> El dom, 4 dic 2022 a las 4:54, Soren Stoutner () escribió:
> >
> > I created an MR:
> >
> > https://salsa.debian.org/debian/dictionaries-common/-/merge_requests/5
> >
> > Please review and make sure I haven’t missed anything or misrepresented the 
> > consensus.
>
> Merged.
>
> Will wait some days for possible new comments.

By the way, I have been playing with an old helper
(installdeb-myspell) shipped with dictionaries-common-dev to help with
these bdic files. First cut committed to salsa. Currently
installdeb-myspell will fail if no conversion tool is found.