[SCM] kwindowsystem packaging branch, master, updated. debian/5.12.0-1-14-g6997ea2

Maximiliano Curia maxy at moszumanska.debian.org
Wed Aug 19 20:24:59 UTC 2015


Gitweb-URL: http://git.debian.org/?p=pkg-kde/frameworks/kwindowsystem.git;a=commitdiff;h=e6fa1f7

The following commit has been merged in the master branch:
commit e6fa1f7f712d416ba1160b6e2cf1c617e0cf2510
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Wed Aug 19 21:55:38 2015 +0200

    Install missing plugins. (Closes: #796032)
---
 debian/changelog                   |  2 +-
 debian/control                     | 12 +++++++-----
 debian/libkf5windowsystem5.install |  2 ++
 3 files changed, 10 insertions(+), 6 deletions(-)

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 <maxy at debian.org>  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 @@ Section: libdevel
 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 @@ Multi-Arch: same
 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 @@ Description: Convenience access to certain properties and features of the window
 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 @@ Section: debug
 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

-- 
kwindowsystem packaging



More information about the pkg-kde-commits mailing list