[SCM] kwin packaging branch, master, updated. debian/5.8.4-1-8-gbf5fcc4

Maximiliano Curia maxy at moszumanska.debian.org
Mon Feb 20 07:52:06 UTC 2017


Gitweb-URL: http://git.debian.org/?p=pkg-kde/plasma/kwin.git;a=commitdiff;h=e16b8c4

The following commit has been merged in the master branch:
commit e16b8c4db2293407a54debea68d1ccf6a7109aa8
Author: Maximiliano Curia <maxy at gnuservers.com.ar>
Date:   Fri Feb 17 18:46:23 2017 +0100

    Be more strict about runtime dependencies
    
    Closes: 848523
    Thanks: Ben Longbons for reporting
---
 debian/control | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 966413e..d878edb 100644
--- a/debian/control
+++ b/debian/control
@@ -127,7 +127,11 @@ Description: KDE window manager, common files
 
 Package: kwin-x11
 Architecture: any
-Depends: kwin-common (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
+Depends: kwin-common (= ${binary:Version}),
+         libkwinglutils9 (= ${binary:Version}),
+         libkwinxrenderutils9 (= ${binary:Version}),
+         ${misc:Depends},
+         ${shlibs:Depends}
 Breaks: kde-window-manager (<< 4:5), kwin-addons (<< 4:5.8)
 Replaces: kde-window-manager (<< 4:5)
 Provides: kwin, x-window-manager
@@ -146,7 +150,7 @@ Package: kwin-wayland
 Architecture: any
 Depends: kwayland-integration,
          kwin-common (= ${binary:Version}),
-         kwin-wayland-backend-drm (= ${binary:Version}) | kwin-wayland-backend,
+         kwin-wayland-backend-drm (= ${binary:Version}) | kwin-wayland-backend-fbdev (= ${binary:Version}) | kwin-wayland-backend-x11 (= ${binary:Version}) | kwin-wayland-backend-virtual (= ${binary:Version}) | kwin-wayland-backend-wayland (= ${binary:Version}),
          qtwayland5,
          xwayland,
          ${misc:Depends},

-- 
kwin packaging



More information about the pkg-kde-commits mailing list