Source: libquazip1-qt6 Version: 1.5-1 Severity: serious Tags: patch Justification: makes the package in question unusable or mostly so Control: affects -1 src:qmapshack
Dear Maintainer, Your package (build) depends on libqt6core5compat6-dev which is no longer available, it got renamed to qt6-5compat-dev in qt6-5compat (6.4.1-2) and the Provides removed in qt6-5compat (6.10.2-3). The attached patch fixes the issue by replacing the dependencies. Kind Regards, Bas
diff -Nru libquazip1-qt6-1.5/debian/changelog libquazip1-qt6-1.5/debian/changelog --- libquazip1-qt6-1.5/debian/changelog 2025-06-13 22:03:58.000000000 +0200 +++ libquazip1-qt6-1.5/debian/changelog 2026-05-25 06:15:06.000000000 +0200 @@ -1,3 +1,10 @@ +libquazip1-qt6 (1.5-1.1) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Replace libqt6core5compat6-dev with qt6-5compat-dev. + + -- Bas Couwenberg <[email protected]> Mon, 25 May 2026 06:15:06 +0200 + libquazip1-qt6 (1.5-1) unstable; urgency=medium * New upstream version. diff -Nru libquazip1-qt6-1.5/debian/control libquazip1-qt6-1.5/debian/control --- libquazip1-qt6-1.5/debian/control 2025-06-13 22:04:10.000000000 +0200 +++ libquazip1-qt6-1.5/debian/control 2026-05-25 06:14:55.000000000 +0200 @@ -8,7 +8,7 @@ doxygen, graphviz, qt6-base-dev, - libqt6core5compat6-dev, + qt6-5compat-dev, libbz2-dev, zlib1g-dev Standards-Version: 4.7.2 @@ -37,7 +37,7 @@ Depends: ${misc:Depends}, qt6-base-dev, - libqt6core5compat6-dev, + qt6-5compat-dev, zlib1g-dev, libbz2-dev, libquazip1-qt6-1t64 (= ${binary:Version})

