[neon/neon-packaging/plasma5support/Neon/stable] debian: allow the breaks to work around the epoch that plasma-workspace has

Carlos De Maine null at kde.org
Sun Jan 12 12:48:38 GMT 2025


Git commit 667c7e0c0c0a2b86572651150484a1ee8ea6fe15 by Carlos De Maine.
Committed on 12/01/2025 at 12:48.
Pushed by carlosdem into branch 'Neon/stable'.

allow the breaks to work around the epoch that plasma-workspace has

(cherry picked from commit cc9390f07f3f3cfc7fe52dbff52282c4ab037171)

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

M  +4    -4    debian/control

https://invent.kde.org/neon/neon-packaging/plasma5support/-/commit/667c7e0c0c0a2b86572651150484a1ee8ea6fe15

diff --git a/debian/control b/debian/control
index 0851903..9d88936 100644
--- a/debian/control
+++ b/debian/control
@@ -37,9 +37,9 @@ Architecture: any
 X-Neon-MergedPackage: true
 Depends: ${misc:Depends}, 
          ${shlibs:Depends}
-Breaks: plasma-workspace (<< 6.2.80~),
+Breaks: plasma-workspace (<< 4:6.2.80~),
 Replaces: kf6-plasma5support,
-          plasma-workspace (<< 6.2.80~),
+          plasma-workspace (<< 4:6.2.80~),
 Description: Migration aids for KF5 -> KF6 migration contains:
  Dataengine support is not in the kf6 version of plasma anymore. Dataengines
  should be migrated to QML imports, but in the meantime remaining engines can
@@ -55,9 +55,9 @@ Depends: kf6-extra-cmake-modules,
          plasma5support (= ${binary:Version}),
          qt6-base-dev,
          ${misc:Depends}
-Breaks: plasma-workspace-dev (<< 6.2.80~),
+Breaks: plasma-workspace-dev (<< 4:6.2.80~),
 Replaces: kf6-plasma5support-dev,
-          plasma-workspace-dev (<< 6.2.80~),
+          plasma-workspace-dev (<< 4:6.2.80~),
 Description: development files for the migration aids for KF5 -> KF6 migration.
  Contains development files for libplasma5support.
 


More information about the Neon-commits mailing list