[neon/neon-packaging/layer-shell-qt/Neon/stable] debian: depend on the plugin

Jonathan Riddell null at kde.org
Fri May 14 13:53:28 BST 2021


Git commit d3f8c78bee2d63a1f57879eea4436c2da0a591ac by Jonathan Riddell.
Committed on 14/05/2021 at 12:53.
Pushed by jriddell into branch 'Neon/stable'.

depend on the plugin

M  +6    -5    debian/control

https://invent.kde.org/neon/neon-packaging/layer-shell-qt/commit/d3f8c78bee2d63a1f57879eea4436c2da0a591ac

diff --git a/debian/control b/debian/control
index f469f1d..b68e783 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,7 @@ Build-Depends: cmake,
                qtdeclarative5-dev,
                qtwayland5-dev-tools,
                qtwayland5-private-dev,
-               wayland-protocols,
+               wayland-protocols
 Standards-Version: 4.5.0
 Homepage: http://www.kde.org/
 
@@ -33,17 +33,18 @@ Architecture: any
 Depends: liblayershellqtinterface5 (= ${binary:Version}),
          qtbase5-dev,
          ${misc:Depends},
-         ${shlibs: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.
  .
- This package includes the devleopment files.
+ This package includes the development files.
 
 Package: liblayershellqtinterface5
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Recommends: layer-shell-qt (= ${binary:Version})
+Depends: layer-shell-qt (= ${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.


More information about the Neon-commits mailing list