[neon/qt6/qt6-base/Neon/release] debian: breaks old packages

Jonathan Esk-Riddell null at kde.org
Sat Dec 10 12:30:44 GMT 2022


Git commit 86a29b6a64310baee26243580cee1d720ee4fe91 by Jonathan Esk-Riddell.
Committed on 10/12/2022 at 12:30.
Pushed by jriddell into branch 'Neon/release'.

breaks old packages

M  +11   -8    debian/control

https://invent.kde.org/neon/qt6/qt6-base/commit/86a29b6a64310baee26243580cee1d720ee4fe91

diff --git a/debian/control b/debian/control
index 34a4b38..64db319 100644
--- a/debian/control
+++ b/debian/control
@@ -98,15 +98,18 @@ Recommends: libcups2,
             qt6-gtk-platformtheme,
             qt6-qpa-plugins,
             qt6-translations-l10n
-Breaks: libqt6gui6 (<< 6.3.1+dfsg-6~),
-        libqt6network6 (<< 6.2.4+dfsg-5~),
-        libqt6opengl6 (<< 6.3.1+dfsg-6~),
+Breaks: libqt6core6 (<< 6.4),
+        libqt6gui6 (<< 6.4),
+        libqt6network6 (<< 6.4),
+        libqt6opengl6 (<< 6.4),
         qt6-gtk-platformtheme (<< 6.4),
-        qt6-qpa-plugins (<< 6.2.4+dfsg-5~),
-        qt6-qpa-plugins (<< 6.3.1+dfsg-6~)
-Replaces: qt6-gtk-platformtheme (<< 6.4),
-          qt6-qpa-plugins (<< 6.2.4+dfsg-5~),
-          qt6-qpa-plugins (<< 6.3.1+dfsg-6~)
+        qt6-qpa-plugins (<< 6.4)
+Replaces: libqt6core6 (<< 6.4),
+          libqt6gui6 (<< 6.4),
+          libqt6network6 (<< 6.4),
+          libqt6opengl6 (<< 6.4),
+          qt6-gtk-platformtheme (<< 6.4),
+          qt6-qpa-plugins (<< 6.4)
 Description: Qt 6 core module
  Qt is a cross-platform C++ application framework. Qt's primary feature
  is its rich set of widgets that provide standard GUI functionality.


More information about the Neon-commits mailing list