[neon/neon-packaging/libplasma/Neon/release] debian: breaks old plasma-framework

Jonathan Esk-Riddell null at kde.org
Fri Feb 23 12:35:03 GMT 2024


Git commit 6e587c19f6af5dd489c6635096be940f288f5c50 by Jonathan Esk-Riddell.
Committed on 23/02/2024 at 12:34.
Pushed by jriddell into branch 'Neon/release'.

breaks old plasma-framework

M  +9    -9    debian/control

https://invent.kde.org/neon/neon-packaging/libplasma/-/commit/6e587c19f6af5dd489c6635096be940f288f5c50

diff --git a/debian/control b/debian/control
index ac6cd19..ac4be54 100644
--- a/debian/control
+++ b/debian/control
@@ -30,11 +30,11 @@ Build-Depends: cmake,
                kf6-kxmlgui-dev,
                libegl1-mesa-dev,
                libsm-dev,
+               libwayland-dev,
                libx11-xcb-dev,
                libxcb-composite0-dev,
                libxcb-damage0-dev,
                libxcb-shape0-dev,
-               libwayland-dev,
                pkg-config,
                pkg-kde-tools-neon,
                plasma-activities-dev,
@@ -43,7 +43,7 @@ Build-Depends: cmake,
                qt6-declarative-dev,
                qt6-svg-dev,
                qt6-tools-dev,
-               qt6-wayland-dev,
+               qt6-wayland-dev
 Standards-Version: 4.6.2
 Homepage: https://invent.kde.org/frameworks/plasma-framework
 Vcs-Browser: https://salsa.debian.org/qt-kde-team/kde/plasma-framework
@@ -54,18 +54,18 @@ Package: libplasma6
 Architecture: any
 Section: kde
 X-Neon-MergedPackage: true
-Breaks: plasma-framework6 (<< ${source:Version}~ciBuild)
-Replaces: plasma-framework6 (<< ${source:Version}~ciBuild)
+Breaks: plasma-framework (<< 6), plasma-framework6 (<< 6)
+Replaces: plasma-framework (<< 6), plasma-framework6 (<< 6)
 Depends: qml6-module-org-kde-kconfig,
+         qml6-module-org-kde-kirigami2,
          qml6-module-org-kde-kquickcontrols,
          qml6-module-org-kde-kquickcontrolsaddons,
          qml6-module-qtqml-models,
          qml6-module-qtquick,
          qml6-module-qtquick-controls,
          qml6-module-qtquick-templates,
-         qml6-module-org-kde-kirigami2,
-        ${misc:Depends}, 
-        ${shlibs:Depends}
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: Plasma Runtime components
  Plasma library and runtime components based upon KF6 and Qt6.
  .
@@ -78,10 +78,10 @@ X-Neon-MergedPackage: true
 Depends: kf6-extra-cmake-modules,
          kf6-kcoreaddons-dev,
          kf6-kpackage-dev,
+         kf6-kwindowsystem-dev,
+         libplasma6 (= ${binary:Version}),
          qt6-base-dev,
          qt6-declarative-dev,
-         libplasma6 (= ${binary:Version}),
-         kf6-kwindowsystem-dev,
          ${misc:Depends}
 Description: development files for plasma-framework
  Plasma library and runtime components based upon KF6 and Qt 6.


More information about the Neon-commits mailing list