Bug#1008377: zanshin: FTBFS: unsatisfiable build-dependencies: libkf5akonadi-dev (>= 4:21.08.40~), libkf5akonadicalendar-dev (>= 4:21.08.40~), libkf5kontactinterface-dev (>= 21.08.40~)
Le 26 mars 2022 21:52:54 GMT+01:00, Lucas Nussbaum a écrit : > >Hi, Dear Lucas, >During a rebuild of all packages in sid, your package failed to build >on amd64. Thanks for your bug report. I uploaded zanshin to unstable instead of experimental by mistake. This will be fixed once KDE PIM transitions to unstable and zanshin is rebuilt. Happy hacking ! -- Aurélien
Bug#1006407: marked as done (qt6-base: reproducible-builds: Build path embedded QtBuildInternalsExtra.cmake)
Your message dated Sun, 27 Mar 2022 14:48:46 + with message-id and subject line Bug#1006407: fixed in qt6-base 6.2.4+dfsg-1 has caused the Debian Bug report #1006407, regarding qt6-base: reproducible-builds: Build path embedded QtBuildInternalsExtra.cmake 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.) -- 1006407: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1006407 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Source: qt6-base Severity: normal Tags: patch User: reproducible-bui...@lists.alioth.debian.org Usertags: buildpath X-Debbugs-Cc: reproducible-b...@lists.alioth.debian.org The path of the build environment is embedded in the QtBuildInternalsExtra.cmake file shipped in the package: https://tests.reproducible-builds.org/debian/rb-pkg/unstable/amd64/diffoscope-results/qt6-base.html /usr/lib/x86_64-linux-gnu/cmake/Qt6BuildInternals/QtBuildInternalsExtra.cmake set(QT_SOURCE_TREE·"/build/1st/qt6-base-6.2.2+dfsg"·CACHE·PATH vs. set(QT_SOURCE_TREE·"/build/2/qt6-base-6.2.2+dfsg/2nd"·CACHE·PATH The attached patch fixes this by removing the code that embeds the build path. It does build successfully with the patch applied, though I have not otherwise tested the package. Another option might be to exclude this file from the package. For either approach, someone familiar with qt6-base would need to test and confirm if either of these methods are ok! With this patch applied, qt6-base should build reproducibly on tests.reproducible-builds.org! Thanks for maintaining qt6-base! live well, vagrant From 7264836612592c0e8fe084cee053f2fc68ecb035 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Fri, 25 Feb 2022 03:00:05 + Subject: [PATCH] cmake/QtBuildInternalsExtra.cmake.in: Patch out embedded build path. The original build path should not be needed in the shipped package, and causes reproducibility issues when built in different paths. https://reproducible-builds.org/docs/build-path/ --- cmake/QtBuildInternalsExtra.cmake.in | 3 --- 1 file changed, 3 deletions(-) diff --git a/cmake/QtBuildInternalsExtra.cmake.in b/cmake/QtBuildInternalsExtra.cmake.in index cbd70b1..23b2391 100644 --- a/cmake/QtBuildInternalsExtra.cmake.in +++ b/cmake/QtBuildInternalsExtra.cmake.in @@ -53,9 +53,6 @@ endif() set(QT_WILL_INSTALL @QT_WILL_INSTALL@ CACHE BOOL "Boolean indicating if doing a Qt prefix build (vs non-prefix build)." FORCE) -set(QT_SOURCE_TREE "@QT_SOURCE_TREE@" CACHE PATH -"A path to the source tree of the previously configured QtBase project." FORCE) - # Propagate decision of building tests and examples to other repositories. set(QT_BUILD_TESTS @QT_BUILD_TESTS@ CACHE BOOL "Build the testing tree.") set(QT_BUILD_EXAMPLES @QT_BUILD_EXAMPLES@ CACHE BOOL "Build Qt examples") -- 2.35.1 signature.asc Description: PGP signature --- End Message --- --- Begin Message --- Source: qt6-base Source-Version: 6.2.4+dfsg-1 Done: Patrick Franz We believe that the bug you reported is fixed in the latest version of qt6-base, 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 qt6-base 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, 27 Mar 2022 16:35:23 +0200 Source: qt6-base Architecture: source Version: 6.2.4+dfsg-1 Distribution: experimental Urgency: medium Maintainer: Debian Qt/KDE Maintainers Changed-By: Patrick Franz Closes: 1006407 1006954 Changes: qt6-base (6.2.4+dfsg-1) experimental; urgency=medium . [ Lu YaNing ] * New upstream release (6.2.4). * Update ABI to 6.2.4. * Update installed files. * Update symbols. * Update d/copyright. * Update lintian-overrides. * Specifies parameters to pass to the platform plugin. . [ Patrick Franz ] * Add patch to prevent embedding the build path, thx to Vagrant Cascadian (Closes: #1006407). * Do not hardcode the libssl version as a dependency for libqt6network6, thx to Dan Bungert (Closes: #1006954). Checksums-Sha1: a76aa8542d01e0eef5e6a3e105e843502886d5a9 4801 qt6-base_6.2.4+dfsg
Bug#1006954: marked as done (qt6-base has an explicit dependency on libssl1.1 Edit)
Your message dated Sun, 27 Mar 2022 14:48:46 + with message-id and subject line Bug#1006954: fixed in qt6-base 6.2.4+dfsg-1 has caused the Debian Bug report #1006954, regarding qt6-base has an explicit dependency on libssl1.1 Edit 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.) -- 1006954: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1006954 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems --- Begin Message --- Package: qt6-base Severity: normal X-Debbugs-Cc: daniel.bung...@canonical.com Dear Maintainer, qt6-base has an explicit dependency on libssl1.1 for the network library. You may find the following merge request helpful, which ports commit 531c31ae58aefc7c from salsa qt-kde-team/qt/qtbase to address this overly-specific dependency on the openssl version. https://salsa.debian.org/qt-kde-team/qt6/qt6-base/-/merge_requests/6 -Dan --- End Message --- --- Begin Message --- Source: qt6-base Source-Version: 6.2.4+dfsg-1 Done: Patrick Franz We believe that the bug you reported is fixed in the latest version of qt6-base, 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 qt6-base 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, 27 Mar 2022 16:35:23 +0200 Source: qt6-base Architecture: source Version: 6.2.4+dfsg-1 Distribution: experimental Urgency: medium Maintainer: Debian Qt/KDE Maintainers Changed-By: Patrick Franz Closes: 1006407 1006954 Changes: qt6-base (6.2.4+dfsg-1) experimental; urgency=medium . [ Lu YaNing ] * New upstream release (6.2.4). * Update ABI to 6.2.4. * Update installed files. * Update symbols. * Update d/copyright. * Update lintian-overrides. * Specifies parameters to pass to the platform plugin. . [ Patrick Franz ] * Add patch to prevent embedding the build path, thx to Vagrant Cascadian (Closes: #1006407). * Do not hardcode the libssl version as a dependency for libqt6network6, thx to Dan Bungert (Closes: #1006954). Checksums-Sha1: a76aa8542d01e0eef5e6a3e105e843502886d5a9 4801 qt6-base_6.2.4+dfsg-1.dsc 1ddd96af1b759cc6e326329755ea603ecf3e5e19 44635656 qt6-base_6.2.4+dfsg.orig.tar.xz 028f82b9875d65aa0ccd853238b96ada43855310 171852 qt6-base_6.2.4+dfsg-1.debian.tar.xz 71431252efb689fbdb891c6535c3731376dedbe0 8760 qt6-base_6.2.4+dfsg-1_source.buildinfo Checksums-Sha256: ea7c7c1695c8c5013c370efa1f6be14c49be96acc660d49acce8bd2f17ba2d02 4801 qt6-base_6.2.4+dfsg-1.dsc ec09f20c104446cf8757f210822ac1a8570ee38447d0947fe75edeb6f8d144bd 44635656 qt6-base_6.2.4+dfsg.orig.tar.xz b0bff63a35aa732e48325b7ac6ea40aeaa7588d29dcbd5e254cff91450831f06 171852 qt6-base_6.2.4+dfsg-1.debian.tar.xz 41f0082a276a0eba0347119afb13963eda4b017ebfd33917d4ce40a459b2f887 8760 qt6-base_6.2.4+dfsg-1_source.buildinfo Files: b5f8732dd7402135c6db3430e63acbe0 4801 libs optional qt6-base_6.2.4+dfsg-1.dsc d2d26701e1ead3d3ffeb477c3a0fdb2e 44635656 libs optional qt6-base_6.2.4+dfsg.orig.tar.xz d8dcbf3c9f8eacce9fd406809bfd0945 171852 libs optional qt6-base_6.2.4+dfsg-1.debian.tar.xz 913e16e76da715446bbe0629a2ffee4f 8760 libs optional qt6-base_6.2.4+dfsg-1_source.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEYodBXDR68cxZHu3Knp96YDB3/lYFAmJAdmEACgkQnp96YDB3 /ladUA/+JyQLZqCn1CTnBnSGl7IKIrA40ZBmfv0GmckpD6x6rtmraDYmc9qMVgw9 mmxw14J/XTkm1/LWup08nZDwp3ZV4PqIXMMUFvkyIJydgeqqG19rrOP2Zm7lesK6 7OfgiamKWvG6YLZIMNrn+6t54uZnel9mNVpaxWHNoVb8xFX8P6jieqkeeUZpedIC Dyl7tEUk3W8p1653p2Gp/eenOCweyJ0Kps6g4QMeYP7zEy7i2WwJAa/GGZ8VRnFQ X1vWFu40w4Ud7D2LAphDtBFlbi2Otas3YF2j2wOgXWTURTMaNOhLgvgbjwrc3lDc FUG6ioPWZ7Ta4k9haGc1lhgIzeCs3VcHAT+Y6LRUCcntUI4nNJE9aeT/oaSaNutQ HDjc49kKC1xiEt1CmOhLXyfnK46pHmL7Z7JVW596Nopbl01WiKVUwIfsJM+pAEc0 GHG79IKnsJ0i6gzoO4KhEzX5briCW5dzurIC9g5bGEMvjlMqOoZz0LpKFFxTefSn SHas3+li5tqdtJyorb/vL3yn98zp+3TLuLhmaax8llNNznzSaQFQSoQwi5u4SvsW G2lAKSHpWb3ae8NL6vRHdIl8E7+K2x5NiPQmRnzmFSMVnyrNQoYTnvkLDBCWWEul CpAJXEa4980sBniMIaATz1RW7JDKf5W3Gy1i017jflSaoMWpd4w= =2NnI -END PGP SIGNATURE End Message ---
Processing of qt6-base_6.2.4+dfsg-1_source.changes
qt6-base_6.2.4+dfsg-1_source.changes uploaded successfully to localhost along with the files: qt6-base_6.2.4+dfsg-1.dsc qt6-base_6.2.4+dfsg.orig.tar.xz qt6-base_6.2.4+dfsg-1.debian.tar.xz qt6-base_6.2.4+dfsg-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org)
qt6-base_6.2.4+dfsg-1_source.changes ACCEPTED into experimental
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sun, 27 Mar 2022 16:35:23 +0200 Source: qt6-base Architecture: source Version: 6.2.4+dfsg-1 Distribution: experimental Urgency: medium Maintainer: Debian Qt/KDE Maintainers Changed-By: Patrick Franz Closes: 1006407 1006954 Changes: qt6-base (6.2.4+dfsg-1) experimental; urgency=medium . [ Lu YaNing ] * New upstream release (6.2.4). * Update ABI to 6.2.4. * Update installed files. * Update symbols. * Update d/copyright. * Update lintian-overrides. * Specifies parameters to pass to the platform plugin. . [ Patrick Franz ] * Add patch to prevent embedding the build path, thx to Vagrant Cascadian (Closes: #1006407). * Do not hardcode the libssl version as a dependency for libqt6network6, thx to Dan Bungert (Closes: #1006954). Checksums-Sha1: a76aa8542d01e0eef5e6a3e105e843502886d5a9 4801 qt6-base_6.2.4+dfsg-1.dsc 1ddd96af1b759cc6e326329755ea603ecf3e5e19 44635656 qt6-base_6.2.4+dfsg.orig.tar.xz 028f82b9875d65aa0ccd853238b96ada43855310 171852 qt6-base_6.2.4+dfsg-1.debian.tar.xz 71431252efb689fbdb891c6535c3731376dedbe0 8760 qt6-base_6.2.4+dfsg-1_source.buildinfo Checksums-Sha256: ea7c7c1695c8c5013c370efa1f6be14c49be96acc660d49acce8bd2f17ba2d02 4801 qt6-base_6.2.4+dfsg-1.dsc ec09f20c104446cf8757f210822ac1a8570ee38447d0947fe75edeb6f8d144bd 44635656 qt6-base_6.2.4+dfsg.orig.tar.xz b0bff63a35aa732e48325b7ac6ea40aeaa7588d29dcbd5e254cff91450831f06 171852 qt6-base_6.2.4+dfsg-1.debian.tar.xz 41f0082a276a0eba0347119afb13963eda4b017ebfd33917d4ce40a459b2f887 8760 qt6-base_6.2.4+dfsg-1_source.buildinfo Files: b5f8732dd7402135c6db3430e63acbe0 4801 libs optional qt6-base_6.2.4+dfsg-1.dsc d2d26701e1ead3d3ffeb477c3a0fdb2e 44635656 libs optional qt6-base_6.2.4+dfsg.orig.tar.xz d8dcbf3c9f8eacce9fd406809bfd0945 171852 libs optional qt6-base_6.2.4+dfsg-1.debian.tar.xz 913e16e76da715446bbe0629a2ffee4f 8760 libs optional qt6-base_6.2.4+dfsg-1_source.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEYodBXDR68cxZHu3Knp96YDB3/lYFAmJAdmEACgkQnp96YDB3 /ladUA/+JyQLZqCn1CTnBnSGl7IKIrA40ZBmfv0GmckpD6x6rtmraDYmc9qMVgw9 mmxw14J/XTkm1/LWup08nZDwp3ZV4PqIXMMUFvkyIJydgeqqG19rrOP2Zm7lesK6 7OfgiamKWvG6YLZIMNrn+6t54uZnel9mNVpaxWHNoVb8xFX8P6jieqkeeUZpedIC Dyl7tEUk3W8p1653p2Gp/eenOCweyJ0Kps6g4QMeYP7zEy7i2WwJAa/GGZ8VRnFQ X1vWFu40w4Ud7D2LAphDtBFlbi2Otas3YF2j2wOgXWTURTMaNOhLgvgbjwrc3lDc FUG6ioPWZ7Ta4k9haGc1lhgIzeCs3VcHAT+Y6LRUCcntUI4nNJE9aeT/oaSaNutQ HDjc49kKC1xiEt1CmOhLXyfnK46pHmL7Z7JVW596Nopbl01WiKVUwIfsJM+pAEc0 GHG79IKnsJ0i6gzoO4KhEzX5briCW5dzurIC9g5bGEMvjlMqOoZz0LpKFFxTefSn SHas3+li5tqdtJyorb/vL3yn98zp+3TLuLhmaax8llNNznzSaQFQSoQwi5u4SvsW G2lAKSHpWb3ae8NL6vRHdIl8E7+K2x5NiPQmRnzmFSMVnyrNQoYTnvkLDBCWWEul CpAJXEa4980sBniMIaATz1RW7JDKf5W3Gy1i017jflSaoMWpd4w= =2NnI -END PGP SIGNATURE- Thank you for your contribution to Debian.
Processing of qt6-shadertools_6.2.4-1_source.changes
qt6-shadertools_6.2.4-1_source.changes uploaded successfully to localhost along with the files: qt6-shadertools_6.2.4-1.dsc qt6-shadertools_6.2.4.orig.tar.xz qt6-shadertools_6.2.4-1.debian.tar.xz qt6-shadertools_6.2.4-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org)
qt6-shadertools_6.2.4-1_source.changes ACCEPTED into experimental
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sun, 27 Mar 2022 17:32:52 +0200 Source: qt6-shadertools Architecture: source Version: 6.2.4-1 Distribution: experimental Urgency: medium Maintainer: Debian Qt/KDE Maintainers Changed-By: Patrick Franz Changes: qt6-shadertools (6.2.4-1) experimental; urgency=medium . [ Patrick Franz ] * New upstream release (6.2.4). * Bump Qt B-Ds to 6.2.4. Checksums-Sha1: 5c0b4903166e4cb0b38ec92ec565dd5f7572b551 2303 qt6-shadertools_6.2.4-1.dsc 834aa123337735dd5347b08775358cf8194ab1e5 987564 qt6-shadertools_6.2.4.orig.tar.xz bc1a65743e0d205ecec3f9263dde51a3a16aca2f 7224 qt6-shadertools_6.2.4-1.debian.tar.xz f630ba6aa685f3a4a60f7daef4da4f616b56761f 7389 qt6-shadertools_6.2.4-1_source.buildinfo Checksums-Sha256: 70b10ebf7afa85ac7bbfdd279e353c5b4348f6beb0f2939ef4b84be674365e54 2303 qt6-shadertools_6.2.4-1.dsc 20881824cba0c1396c0fe6b27d0f995a261070b68fa3629b1a188147d58933cc 987564 qt6-shadertools_6.2.4.orig.tar.xz 1824fe730dcf8165d0df075c468a94eebadbca631bf65e3e8d0b16d38f3df77f 7224 qt6-shadertools_6.2.4-1.debian.tar.xz 7587ae96023b938344b643fc3125e21a905fb579530d166abc6bf649c2f08552 7389 qt6-shadertools_6.2.4-1_source.buildinfo Files: e8359b38d274df7df9e9066f91bd6594 2303 libs optional qt6-shadertools_6.2.4-1.dsc d564b70a1cce3bc90547de3794f43445 987564 libs optional qt6-shadertools_6.2.4.orig.tar.xz 82f44fb5b9d5a8b08ad568e4056d1387 7224 libs optional qt6-shadertools_6.2.4-1.debian.tar.xz eabd69dd54fc2e43d53307446601894b 7389 libs optional qt6-shadertools_6.2.4-1_source.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEYodBXDR68cxZHu3Knp96YDB3/lYFAmJAg70ACgkQnp96YDB3 /lbfihAAvIExm0iyElkeSnsXVJzUUcJWtmZju/j6aH59WfunKR5wCDmvj73wAMca ciVdGWpVgjEe2PQwgRmt4pyh/R/T4sRj+wfAW/PLkE1SYt6Xf9jAjf4BIMioDR1M 1cZ8Qkrnt3yCOKIXxsqSu9pVTKXbxDLw6qLPcBH5xdzR854AtQpvNDWtPJPsZQqk IBeTzPTeoN3ZuFwE2OQwyP1vY6vJdPAcHjSqGtM8j7+sBykGNiSRrN9oKFk3gYdr bD2EnASCJ5qKaXOlxUD0kl2hS6CtjavitF4UKI2jqOfYhEMKkweBy8Q2+3QkkXyR ow1mP0It6cKMksK1X5MeWPegBcg6aFthpiEWk3pdfGShh31XNYybGj5xwhIojyQp OM5+GZh0b7Yew3S0zHnjmflb+rDU6RVh2gtw0mEcAlDZw9q3mJy8OayHFiUrNznZ TSDV6eh8uqr8rj+4YPf+Ub0yYMXDiZyUW+yGYK6pMlI6HtLGAlKMcDdM0KnyY0hY 841SciXwh0ASz/VvHz3b3VJZKQLhUcMzhPb0kJ8tmdgkI+mM/O6q7DVGnJyO4PlP peDxw34pPYB5JCRNs2t3arDCwCS/jg86n9L3dOLmBKULzYRp5JQ2I6jWwrtz5r+R zDxq9AGkFxI8Kh6pq2o31OmMJ17bC8Jt7MBlOobmt6UDNCzIWx4= =qQzC -END PGP SIGNATURE- Thank you for your contribution to Debian.
Processing of qt6-declarative_6.2.4+dfsg-1_source.changes
qt6-declarative_6.2.4+dfsg-1_source.changes uploaded successfully to localhost along with the files: qt6-declarative_6.2.4+dfsg-1.dsc qt6-declarative_6.2.4+dfsg.orig.tar.xz qt6-declarative_6.2.4+dfsg-1.debian.tar.xz qt6-declarative_6.2.4+dfsg-1_source.buildinfo Greetings, Your Debian queue daemon (running on host usper.debian.org)
qt6-declarative_6.2.4+dfsg-1_source.changes ACCEPTED into experimental
Accepted: -BEGIN PGP SIGNED MESSAGE- Hash: SHA512 Format: 1.8 Date: Sun, 27 Mar 2022 18:40:14 +0200 Source: qt6-declarative Architecture: source Version: 6.2.4+dfsg-1 Distribution: experimental Urgency: medium Maintainer: Debian Qt/KDE Maintainers Changed-By: Patrick Franz Changes: qt6-declarative (6.2.4+dfsg-1) experimental; urgency=medium . [ Patrick Franz ] * New upstream release (6.2.4). * Bump Qt B-Ds to 6.2.4. * Update ABI to 6.2.4. * Update symbols from buildlogs. Checksums-Sha1: 9ceb819b2328b63f9ea0f9a1bd33432d4f04d4ef 6436 qt6-declarative_6.2.4+dfsg-1.dsc c325e79117cb69d585763ec5cfb90c24645b3eb7 29453776 qt6-declarative_6.2.4+dfsg.orig.tar.xz 2d508ee55e0822b4d8f0f5a06f19092bd5e311db 125440 qt6-declarative_6.2.4+dfsg-1.debian.tar.xz 817338988546046028d79d933f2e557542df4131 8594 qt6-declarative_6.2.4+dfsg-1_source.buildinfo Checksums-Sha256: 4017f67d7218837924f81efd2326637d32140fc034cff111325ef2e16eeda8f5 6436 qt6-declarative_6.2.4+dfsg-1.dsc 3edd225ec590a73c5dff9026a307518fbc2be7796b8ffbbc521c7857a8902160 29453776 qt6-declarative_6.2.4+dfsg.orig.tar.xz d9716206afcc2a405a4721aad19620f2bd01dfad8c559bbf69a5aaad03def605 125440 qt6-declarative_6.2.4+dfsg-1.debian.tar.xz 813b1026a4f35bc1d259e48e3afa9fd9f5b27121af27092521c274921b1cf1be 8594 qt6-declarative_6.2.4+dfsg-1_source.buildinfo Files: 5d4bf611d09b93bd5c27bc1356ab9b31 6436 libs optional qt6-declarative_6.2.4+dfsg-1.dsc fa818b8c91d2958113f4e4cac6c4dbc6 29453776 libs optional qt6-declarative_6.2.4+dfsg.orig.tar.xz 96d37254c8f3eaf5a99b562b22e782ed 125440 libs optional qt6-declarative_6.2.4+dfsg-1.debian.tar.xz bcd0912ccd8d8f538488d635f395d4c6 8594 libs optional qt6-declarative_6.2.4+dfsg-1_source.buildinfo -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEEYodBXDR68cxZHu3Knp96YDB3/lYFAmJAk4oACgkQnp96YDB3 /laucA/+PJU3snovrGXJu7EgYxha+NWOh9xGsPTK7o5HO01wgtT/ems678x0ssre SFHjWt1xfD9K8bd0WdoLYUtbK/Vjh0vXUJvkRRh9i6X7EWXcrFoR3sucqXgDMWu4 Y5Ih4gegyZW+txyeaeYI3/+v5oKU6QTj4YDdQqj4j9z+UPRK176kl2XGrAKkDOC0 0ZQLzpr9961CBkuVZELZpe58MDDDPTTRlhUATVw0zbDGXFJtuZfTGdU3xagx0kZb Eh4JhqJAvjcNcT19m+ubsTSZ+nHna71/0NN45B75GAw/xeOF3rK4R0PLJz6q4vYZ KwMrr+QY55LMOUsQMlQcMomVRXB0jP3GSpRlfCwr+uAkFqb0XWgLRDpkiWCFcqwP ujTk/Yppe7sF1LBmMciUGNzGXZDsY9qyB/LwjIWbuTOiPLv2CqnCQmgym6OjUirH 0jobUdHgmUA1rtxYon4vUcg8WSCb0lvpdSr5w5uortYFscGjjn7CGl6uU5UUhzxC F1FKaP35axRhpjJnDF4bNBKGFtkzc3TTHJgwCfzNPDH1tjuQ8UXufkSEK2lxsqOc 9U+O8wIu4ciQaQGkF9yaTmjSnS3+zQE/MQ7MJWyW6ImuUoXQKSatgpi1dpUPkkW2 oMA/nvlrxvoyE3/rmQh1yNSVm8flWDqrDwUEopubGp5P5BBGbis= =FMI4 -END PGP SIGNATURE- Thank you for your contribution to Debian.
krita is marked for autoremoval from testing
krita 1:5.0.2+dfsg-2 is marked for autoremoval from testing on 2022-04-26 It (build-)depends on packages with these RC bugs: 1001136: openvdb: openvdb binary-any FTBFS: help2man: can't get `--help' info from ./debian/tmp/usr/bin/vdb_view https://bugs.debian.org/1001136 997080: openvdb: FTBFS: help2man: can't get `--help' info from ./debian/tmp/usr/bin/vdb_view https://bugs.debian.org/997080 This mail is generated by: https://salsa.debian.org/release-team/release-tools/-/blob/master/mailer/mail_autoremovals.pl Autoremoval data is generated by: https://salsa.debian.org/qa/udd/-/blob/master/udd/testing_autoremovals_gatherer.pl