[neon/neon-packaging/mauikit-terminal/Neon/release] debian: version the breaks and replaces

Carlos De Maine null at kde.org
Wed Sep 11 17:51:11 BST 2024


Git commit e963535d5a23c26bd19d4406076ce700b528754b by Carlos De Maine.
Committed on 11/09/2024 at 16:51.
Pushed by carlosdem into branch 'Neon/release'.

version the breaks and replaces

M  +4    -4    debian/control

https://invent.kde.org/neon/neon-packaging/mauikit-terminal/-/commit/e963535d5a23c26bd19d4406076ce700b528754b

diff --git a/debian/control b/debian/control
index 838dfcb..e269281 100644
--- a/debian/control
+++ b/debian/control
@@ -31,8 +31,8 @@ Depends: libmauikit,
          qml6-module-qtquick-shapes,
          ${misc:Depends},
          ${shlibs:Depends}
-Breaks: qml-module-org-mauikit-terminal
-Replaces: qml-module-org-mauikit-terminal
+Breaks: qml-module-org-mauikit-terminal (<< 4.0.0),
+Replaces: qml-module-org-mauikit-terminal (<< 4.0.0),
 Description: Terminal support components for Maui applications
  .
  This package contains the mauikit terminal component support qml module.
@@ -40,8 +40,8 @@ Description: Terminal support components for Maui applications
 Package: libmauikitterminal4
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Breaks: libmauikitterminal3
-Replaces: libmauikitterminal3Provides
+Breaks: libmauikitterminal3 (<< 4.0.0),
+Replaces: libmauikitterminal3 (<< 4.0.0),
 Description: Terminal support components for Maui applications
  .
  This package contains the mauikit terminal component support library.


More information about the Neon-commits mailing list