[neon/kde/layer-shell-qt/Neon/unstable] debian: Have plugin depend on lib.

Scarlett Moore null at kde.org
Mon Nov 6 12:08:12 GMT 2023


Git commit 80d043d7c0b82c44d357c330c121f35533227a98 by Scarlett Moore.
Committed on 06/11/2023 at 13:07.
Pushed by scarlettmoore into branch 'Neon/unstable'.

Have plugin depend on lib.

M  +3    -2    debian/control

https://invent.kde.org/neon/kde/layer-shell-qt/-/commit/80d043d7c0b82c44d357c330c121f35533227a98

diff --git a/debian/control b/debian/control
index 69e088f..c33b1c3 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,8 @@ Rules-Requires-Root: no
 
 Package: layer-shell-qt
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: liblayershellqtinterface6 (= ${binary:Version}),
+         ${misc:Depends}, ${shlibs:Depends}
 Description: use the Wayland wl-layer-shell protocol.
  Qt component to allow applications to make use of the Wayland
  wl-layer-shell protocol.
@@ -45,7 +46,7 @@ Description: use the Wayland wl-layer-shell protocol.
 
 Package: liblayershellqtinterface6
 Architecture: any
-Depends: layer-shell-qt (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Breaks: liblayershellqtinterface5 (<< ${source:Version}~ciBuild)
 Replaces: liblayershellqtinterface5 (<< ${source:Version}~ciBuild)
 Description: use the Wayland wl-layer-shell protocol.


More information about the Neon-commits mailing list