From eb3c1477f56efd184b69cb7b129232c4f6e7f39b Mon Sep 17 00:00:00 2001 From: Patrick Franz Date: Sat, 1 Jun 2024 20:07:04 +0200 Subject: [PATCH] Handle upstream ABI break (Closes: #1071193, #1071436). --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index bfe615e..bef66d5 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ qt6-base (6.6.2+dfsg-8) UNRELEASED; urgency=medium [ Patrick Franz ] * Remove the temporary Provides for the t64-suffix. + * Handle upstream ABI break (Closes: #1071193, #1071436). -- Debian Qt/KDE Maintainers Sat, 01 Jun 2024 02:12:55 +0200 diff --git a/debian/control b/debian/control index 3777a70..82df0fa 100644 --- a/debian/control +++ b/debian/control @@ -105,7 +105,7 @@ Multi-Arch: same Pre-Depends: ${misc:Pre-Depends}, Depends: shared-mime-info, ${misc:Depends}, ${shlibs:Depends}, Recommends: qt6-translations-l10n, -Breaks: libqt6core6 (<< ${source:Version}), +Breaks: libqt6core6 (<< ${source:Version}), libqt6core5compat6 (<< 6.6.0~) Replaces: libqt6core6, Description: Qt 6 core module Qt is a cross-platform C++ application framework. Qt's primary feature