[SCM] kwayland packaging branch, master, updated. debian/4%5.37.0-2-118-ge964566

Maximiliano Curia maxy at moszumanska.debian.org
Tue Jan 2 18:54:54 UTC 2018


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

The following commit has been merged in the master branch:
commit 6c2f280bc0eabb133d553c94a414e8e5975c5e53
Author: Harald Sitter <sitter at kde.org>
Date:   Thu Jun 2 18:37:50 2016 +0200

    add shlibs:depends
    
    why were they missing wtf...
    
    anyway, needed for -dev as -dev now has a binary. added it for data because
    why the hell not
---
 debian/control | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index f243cf6..0d9b8c2 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,8 @@ Architecture: any
 Depends: libkf5waylandclient5 (= ${binary:Version}),
          libkf5waylandserver5 (= ${binary:Version}),
          qtbase5-dev (>= 5.4.0~),
-         ${misc:Depends}
+         ${misc:Depends},
+         ${shlibs:Depends}
 Description: development files for kwayland
  KWayland provides a Qt-style Client and Server library wrapper for
  the Wayland libraries.
@@ -53,7 +54,7 @@ Description: Qt library wrapper for Wayland libraries
 Package: kwayland-data
 Architecture: all
 Multi-Arch: foreign
-Depends: ${misc:Depends}
+Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: Qt library wrapper for Wayland libraries - data files
  KWayland provides a Qt-style Server library wrapper for
  the Wayland libraries.

-- 
kwayland packaging



More information about the pkg-kde-commits mailing list