summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/control43
1 files changed, 39 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index d0dfc9f..897de89 100644
--- a/debian/control
+++ b/debian/control
@@ -16,8 +16,35 @@ Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
-Description: fixme: wayland, lib part
- FIXME: Longer description.
+Description: wayland compositor infrastructure - shared libraries
+ Wayland is a protocol for a compositor to talk to its clients as well
+ as a C library implementation of that protocol. The compositor can be
+ a standalone display server running on Linux kernel modesetting and
+ evdev input devices, an X application, or a wayland client
+ itself. The clients can be traditional applications, X servers
+ (rootless or fullscreen) or other display servers.
+ .
+ This is an experimental library package, neither ABI or API are fixed
+ right now. As a consequence, generated dependencies are made as
+ strict as possible. It should only be used by mesa and wayland-demos.
+
+Package: libwayland0-dbg
+Section: debug
+Architecture: any
+Depends:
+ libwayland0 (= ${binary:Version}),
+ ${shlibs:Depends},
+ ${misc:Depends},
+Description: wayland compositor infrastructure - shared libraries (debug)
+ Wayland is a protocol for a compositor to talk to its clients as well
+ as a C library implementation of that protocol. The compositor can be
+ a standalone display server running on Linux kernel modesetting and
+ evdev input devices, an X application, or a wayland client
+ itself. The clients can be traditional applications, X servers
+ (rootless or fullscreen) or other display servers.
+ .
+ This package contains the debug version of the libraries found in
+ libwayland0. Non-developers likely have little use for this package.
Package: libwayland-dev
Section: libdevel
@@ -27,5 +54,13 @@ Depends:
libwayland0 (= ${binary:Version}),
${shlibs:Depends},
${misc:Depends},
-Description: fixme: wayland, libdevel part
- FIXME: Longer description.
+Description: wayland compositor infrastructure - development files
+ Wayland is a protocol for a compositor to talk to its clients as well
+ as a C library implementation of that protocol. The compositor can be
+ a standalone display server running on Linux kernel modesetting and
+ evdev input devices, an X application, or a wayland client
+ itself. The clients can be traditional applications, X servers
+ (rootless or fullscreen) or other display servers.
+ .
+ This package contains the development headers for the libraries found
+ in libwayland0. Non-developers likely have little use for this package.