From bcd03351f4bf9825b339df087a3a2dd57e5cfa50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lisandro=20Dami=C3=A1n=20Nicanor=20P=C3=A9rez=20Meyer?= Date: Mon, 17 Jul 2023 10:50:15 -0300 Subject: [PATCH] Fix wrong Breaks+Replaces in qt6-base-dev. --- debian/changelog | 4 ++++ debian/control | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 39af6e4..847aa9a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,10 @@ qt6-base (6.4.2+dfsg-13) UNRELEASED; urgency=medium * Recommend qt6-wayland in libqt6gui6, so it is installed by default. (Closes: #1038089) + [ Lisandro Damián Nicanor Pérez Meyer ] + * Fix wrong Break+Replaces on qt6-base-dev against libqt6opengl6-dev + (Closes: #1041300). Thanks Helmut Grohne for the bug report. + -- Debian Qt/KDE Maintainers Sat, 15 Jul 2023 14:26:49 +0200 qt6-base (6.4.2+dfsg-12) experimental; urgency=medium diff --git a/debian/control b/debian/control index b33c9da..728704c 100644 --- a/debian/control +++ b/debian/control @@ -363,8 +363,8 @@ Depends: libgl-dev, qt6-base-dev-tools (= ${binary:Version}), qt6-qpa-plugins (= ${binary:Version}), ${misc:Depends}, -Breaks: libqt6opengl6-dev (<< 6.3.1+dfsg-12~), -Replaces: libqt6opengl6-dev (<< 6.3.1+dfsg-12~), +Breaks: libqt6opengl6-dev (<< 6.4.2+dfsg-12~), +Replaces: libqt6opengl6-dev (<< 6.4.2+dfsg-12~), Provides: libqt6opengl6-dev, Description: Qt 6 base development files Qt is a cross-platform C++ application framework. Qt's primary feature