diff --git a/debian/changelog b/debian/changelog index c4b5b60..5183871 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ kwindowsystem (5.13.0-2~) UNRELEASED; urgency=medium - * + * Install missing plugins. (Closes: #796032) -- Maximiliano Curia Wed, 19 Aug 2015 21:28:14 +0200 diff --git a/debian/control b/debian/control index 98489fe..0eecdb5 100644 --- a/debian/control +++ b/debian/control @@ -26,7 +26,8 @@ Architecture: any Depends: libkf5windowsystem5 (= ${binary:Version}), qtbase5-dev (>= 5.4), - ${misc:Depends} + ${misc:Depends}, + ${shlibs:Depends} Description: development files for kwindowsystem The class KWindowSystem provides information about the state of the window manager and allows asking the window manager to change them @@ -41,7 +42,7 @@ Depends: libkf5windowsystem-data (= ${source:Version}), ${misc:Depends}, ${shlibs:Depends} -Description: Convenience access to certain properties and features of the window manager. +Description: Convenience access to certain properties and features of the window manager The class KWindowSystem provides information about the state of the window manager and allows asking the window manager to change them using a more high-level interface than the NETWinInfo/NETRootInfo @@ -50,10 +51,10 @@ Package: libkf5windowsystem-data Architecture: all Multi-Arch: foreign -Depends: ${misc:Depends}, ${shlibs:Depends} +Depends: ${misc:Depends} Breaks: libkf5windowsystem5-data Replaces: libkf5windowsystem5-data -Description: Convenience access to certain properties and features of the window manager. +Description: Convenience access to certain properties and features of the window manager The class KWindowSystem provides information about the state of the window manager and allows asking the window manager to change them using a more high-level interface than the NETWinInfo/NETRootInfo @@ -66,7 +67,8 @@ Priority: extra Architecture: any Multi-Arch: same -Depends: libkf5windowsystem5 (= ${binary:Version}), ${misc:Depends} +Depends: libkf5windowsystem5 (= ${binary:Version}), ${misc:Depends}, + ${shlibs:Depends} Description: debug symbols for kwindowsystem The class KWindowSystem provides information about the state of the window manager and allows asking the window manager to change them diff --git a/debian/libkf5windowsystem5.install b/debian/libkf5windowsystem5.install index 8ac1dcf..91e4134 100644 --- a/debian/libkf5windowsystem5.install +++ b/debian/libkf5windowsystem5.install @@ -1,2 +1,4 @@ usr/lib/*/libKF5WindowSystem.so.5 usr/lib/*/libKF5WindowSystem.so.5.* +usr/lib/*/qt5/plugins/kf5/org.kde.kwindowsystem.platforms/KF5WindowSystemWaylandPlugin.so +usr/lib/*/qt5/plugins/kf5/org.kde.kwindowsystem.platforms/KF5WindowSystemX11Plugin.so