[neon/qt6/qt6-webchannel/Neon/release] debian: breaks/replaces

Jonathan Esk-Riddell null at kde.org
Fri Nov 4 15:25:47 GMT 2022


Git commit ccec05477202de6118b8511e25ec99c4c9938ee9 by Jonathan Esk-Riddell.
Committed on 04/11/2022 at 15:25.
Pushed by jriddell into branch 'Neon/release'.

breaks/replaces

M  +6    -2    debian/control

https://invent.kde.org/neon/qt6/qt6-webchannel/commit/ccec05477202de6118b8511e25ec99c4c9938ee9

diff --git a/debian/control b/debian/control
index 7e707f4..830d835 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,6 @@ Uploaders: Patrick Franz <deltaone at debian.org>
 Build-Depends: cmake (>= 3.18~),
                debhelper-compat (= 13),
                libgl-dev,
-               qt6-websockets-dev (>= 6.4.0),
                libssl-dev,
                libvulkan-dev [linux-any],
                libxcb-xkb-dev,
@@ -14,7 +13,8 @@ Build-Depends: cmake (>= 3.18~),
                pkg-config,
                pkg-kde-tools,
                qt6-base-dev (>= 6.4.0),
-               qt6-declarative-dev (>= 6.4.0)
+               qt6-declarative-dev (>= 6.4.0),
+               qt6-websockets-dev (>= 6.4.0)
 Standards-Version: 4.6.0
 Homepage: https://www.qt.io/developers/
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/qt6/qt6-webchannel
@@ -25,6 +25,8 @@ Package: qt6-webchannel
 Architecture: any
 Section: kde
 Provides: libqt6webchannel6, qml6-module-qtwebchannel
+Breaks: libqt6webchannel6 (<< 6.4), qml6-module-qtwebchannel (<< 6.4)
+Replaces: libqt6webchannel6 (<< 6.4), qml6-module-qtwebchannel (<< 6.4)
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: Qt 6 WebChannel library
@@ -42,6 +44,8 @@ Package: qt6-webchannel-dev
 Architecture: any
 Section: kde
 Provides: libqt6webchannel6-dev
+Breaks: libqt6webchannel6-dev (<< 6.4)
+Replaces: libqt6webchannel6-dev (<< 6.4)
 Depends: qt6-base-dev,
          qt6-declarative-dev,
          qt6-webchannel (= ${binary:Version}),


More information about the Neon-commits mailing list