debian/changelog | 2 +- debian/control | 17 +++++++++++++++++ debian/libwayland-dev.install | 1 - debian/libwayland-doc.install | 1 + 4 files changed, 19 insertions(+), 2 deletions(-)
New commits: commit 9b2e78a3964ac986889ec979f945e8062faa785b Author: Timo Aaltonen <[email protected]> Date: Thu Feb 19 08:55:57 2015 +0200 put the documentation in a separate package diff --git a/debian/changelog b/debian/changelog index d65f6d4..dc1ecf3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,7 +3,7 @@ wayland (1.7.0-1) UNRELEASED; urgency=medium * New upstream release. * control: Add xmlto and graphviz to build-depends to build the new documentation. - * -dev.install: Add new documentation files. + * libwayland-doc: Add a new package for documentation files. -- Timo Aaltonen <[email protected]> Tue, 10 Feb 2015 12:48:10 +0200 diff --git a/debian/control b/debian/control index 2e07005..59283af 100644 --- a/debian/control +++ b/debian/control @@ -159,3 +159,20 @@ Description: wayland compositor infrastructure - development files . This package contains the development headers for the Wayland libraries. Non-developers likely have little use for this package. + +Package: libwayland-doc +Section: doc +Architecture: all +Priority: extra +Depends: + ${misc:Depends}, +Description: wayland compositor infrastructure - documentation 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 documentation for the Wayland libraries. + Non-developers likely have little use for this package. diff --git a/debian/libwayland-dev.install b/debian/libwayland-dev.install index 0046bb2..00e685c 100644 --- a/debian/libwayland-dev.install +++ b/debian/libwayland-dev.install @@ -24,4 +24,3 @@ usr/share/wayland/wayland-scanner.mk # Documentation usr/share/wayland/wayland.xml usr/share/wayland/wayland.dtd -usr/share/doc/wayland/Wayland/en-US/html/ diff --git a/debian/libwayland-doc.install b/debian/libwayland-doc.install new file mode 100644 index 0000000..d9e230c --- /dev/null +++ b/debian/libwayland-doc.install @@ -0,0 +1 @@ +usr/share/doc/wayland/Wayland/en-US/html/ -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

