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

Jonathan Esk-Riddell null at kde.org
Fri Nov 4 14:34:07 GMT 2022


Git commit 45de9c71f420b4c6796d385f30902e189b6f1cfd by Jonathan Esk-Riddell.
Committed on 04/11/2022 at 14:34.
Pushed by jriddell into branch 'Neon/release'.

add breaks/replaces

M  +5    -2    debian/control

https://invent.kde.org/neon/qt6/qt6-declarative/commit/45de9c71f420b4c6796d385f30902e189b6f1cfd

diff --git a/debian/control b/debian/control
index cf0cd44..4132656 100644
--- a/debian/control
+++ b/debian/control
@@ -41,8 +41,7 @@ Description: Qt 6 QML module
 Package: qt6-declarative-dev
 Architecture: any
 Section: kde
-Provides: qt6-declarative-dev,
-          qt6-declarative-dev-tools,
+Provides: qt6-declarative-dev-tools,
           qt6-declarative-private-dev
 Depends: qt6-base-dev,
          qt6-declarative,
@@ -52,6 +51,10 @@ Depends: qt6-base-dev,
          qtchooser,
          ${misc:Depends},
          ${shlibs:Depends}
+Breaks: qt6-declarative-dev-tools (<< 6.4),
+          qt6-declarative-private-dev (<< 6.4)
+Replaces: qt6-declarative-dev-tools (<< 6.4),
+          qt6-declarative-private-dev (<< 6.4)
 Description: Qt 6 declarative development 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