[SCM] kwayland packaging branch, kubuntu_vivid_archive, updated. 7ba2b6fb62865b586df5c76c42764aadb36c3998

Jonathan Riddell jriddell-guest at moszumanska.debian.org
Fri Jan 9 13:46:47 UTC 2015


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

The following commit has been merged in the kubuntu_vivid_archive branch:
commit 5df87405bd374bf52978e5de2176ff2811df4a4b
Author: Harald Sitter <sitter at kde.org>
Date:   Fri Nov 28 09:25:13 2014 +0100

    add new server library
---
 debian/control                      | 10 +++++++++-
 debian/kwayland-dev.install         |  1 +
 debian/libkf5waylandserver5.install |  2 ++
 3 files changed, 12 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index da091b9..a20074f 100644
--- a/debian/control
+++ b/debian/control
@@ -31,7 +31,15 @@ Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: Qt library wrapper for Wayland libraries
- KWayland provides a Qt-style Client and Server library wrapper for
+ KWayland provides a Qt-style Client library wrapper for
+ the Wayland libraries.
+ 
+Package: libkf5waylandserver5
+Architecture: any
+Multi-Arch: same
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: Qt library wrapper for Wayland libraries
+ KWayland provides a Qt-style Server library wrapper for
  the Wayland libraries.
 
 Package: kwayland-dbg
diff --git a/debian/kwayland-dev.install b/debian/kwayland-dev.install
index 43d2da1..3a94cba 100644
--- a/debian/kwayland-dev.install
+++ b/debian/kwayland-dev.install
@@ -2,3 +2,4 @@ usr/include/KF5/KWayland/
 usr/include/KF5/kwayland_version.h
 usr/lib/*/cmake/KF5Wayland/
 usr/lib/*/libKF5WaylandClient.so
+usr/lib/*/libKF5WaylandServer.so
diff --git a/debian/libkf5waylandserver5.install b/debian/libkf5waylandserver5.install
new file mode 100644
index 0000000..fe8564e
--- /dev/null
+++ b/debian/libkf5waylandserver5.install
@@ -0,0 +1,2 @@
+usr/lib/*/libKF5WaylandServer.so.5
+usr/lib/*/libKF5WaylandServer.so.5.*

-- 
kwayland packaging



More information about the pkg-kde-commits mailing list