summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHarald Sitter <sitter@kde.org>2016-06-02 16:37:50 (GMT)
committerHarald Sitter <sitter@kde.org>2016-06-02 16:37:50 (GMT)
commit6c2f280bc0eabb133d553c94a414e8e5975c5e53 (patch)
tree42a2038f93c32a9edb31c6a52607420fcd1a3dc9
parent08297ea227bfbaf5686653806a6a31408247595c (diff)
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
-rw-r--r--debian/control5
1 files 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.