summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCyril Brulebois <cyril.brulebois@ariadnext.com>2011-06-17 16:30:23 +0200
committerCyril Brulebois <cyril.brulebois@ariadnext.com>2011-06-17 16:44:43 +0200
commite084172b8548ba7d7c3b1670b4ec9fa20ff4c527 (patch)
tree9693e476be57ee0b859951318e51a2dd7121a817
parenta4cde3a70829d4767bd87596ea7bc4477c45d3f5 (diff)
Add long descriptions and -dbg package.
-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.