[neon/qt6/qt6-websockets/Neon/release_jammy] debian: Replaces: not Provides: for transitionals

Carlos De Maine null at kde.org
Wed Jul 31 23:56:50 BST 2024


Git commit ca23d78e1ab2ffcc8d637975dbf0a93449cf427c by Carlos De Maine.
Committed on 31/07/2024 at 22:56.
Pushed by carlosdem into branch 'Neon/release_jammy'.

Replaces: not Provides: for transitionals

(cherry picked from commit 66c0be0a8c33e92da57b5fb0b38dc450528a4052)

Co-authored-by: Carlos De Maine <carlosdemaine at gmail.com>

M  +3    -4    debian/control

https://invent.kde.org/neon/qt6/qt6-websockets/-/commit/ca23d78e1ab2ffcc8d637975dbf0a93449cf427c

diff --git a/debian/control b/debian/control
index 57231b8..f138be9 100644
--- a/debian/control
+++ b/debian/control
@@ -34,7 +34,7 @@ X-Neon-MergedPackage: true
 Pre-Depends: ${misc:Pre-Depends}
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Provides: qt6-websockets-private-abi (= 6.7.0),
-          libqt6websockets6,
+Replaces: libqt6websockets6,
           qml6-module-qtwebsockets
 Description: Qt 6 WebSockets library
  Qt is a cross-platform C++ application framework. Qt's primary feature
@@ -53,8 +53,7 @@ Depends: qt6-base-dev,
          ${misc:Depends},
          ${shlibs:Depends},
 Breaks: libqt6websockets6-dev (<< 6.4.2)
-Replaces: libqt6websockets6-dev (<< 6.4.2)
-Provides: libqt6websockets6-dev,
+Replaces: libqt6websockets6-dev,
           qt6-websockets-private-dev,
           qt6-websockets-doc-dev,
           qt6-websockets-examples,
@@ -74,7 +73,7 @@ Depends: qt6-base-doc,
          qt6-websockets-dev,
          ${misc:Depends},
          ${shlibs:Depends},
-Provides: qt6-websockets-doc-html,
+Replaces: qt6-websockets-doc-html,
 Description: Qt 6 WebSockets library - documentation files
  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