debian/changelog | 4 +++- debian/compat | 2 +- debian/control | 22 ++++++++++++++++++---- debian/libxkbcommon-dev.install | 6 +++--- debian/libxkbcommon0.install | 4 ++-- 5 files changed, 27 insertions(+), 11 deletions(-)
New commits: commit cc8aefb2f2f80a879538c8a991fa0d691558051e Author: Timo Aaltonen <tjaal...@ubuntu.com> Date: Wed Jan 9 18:29:37 2013 +0200 control: Update the descriptions. diff --git a/debian/changelog b/debian/changelog index 6a39611..1c415a7 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ libxkbcommon (0.2.0-1) UNRELEASED; urgency=low * control: Remove the comments about the experimental status, this is an actual release. * control: Use debhelper 9 and convert to multiarch. + * control: Update the descriptions. -- Timo Aaltonen <tjaal...@ubuntu.com> Thu, 16 Aug 2012 21:37:51 +0300 diff --git a/debian/control b/debian/control index c44f57d..6a5a9e7 100644 --- a/debian/control +++ b/debian/control @@ -28,7 +28,10 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, Description: library interface to the XKB compiler - shared library - libxkbcommon aims at replacing xkbcomp, the XKB compiler. + This package provides a library to handle keyboard descriptions, including + loading them from disk, parsing them and handling their state. It's mainly + meant for client toolkits, window systems, and other system applications; + currently that includes Wayland, kmscon, GTK+, Clutter, and more. . More information about X.Org can be found at: <URL:http://www.X.org> @@ -45,7 +48,16 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, Description: library interface to the XKB compiler - development files - libxkbcommon aims at replacing xkbcomp, the XKB compiler. + xkbcommon is a library to handle keyboard descriptions, including loading them + from disk, parsing them and handling their state. It's mainly meant for client + toolkits, window systems, and other system applications; currently that + includes Wayland, kmscon, GTK+, Clutter, and more. . This package contains the development headers for the library found in libxkbcommon0. Non-developers likely have little use for this package. + . + More information about X.Org can be found at: + <URL:http://www.X.org> + . + This module can be found at + git://anongit.freedesktop.org/git/xorg/lib/libxkbcommon commit c80db96748dae322881dba2f13fd4254e6044e72 Author: Timo Aaltonen <tjaal...@ubuntu.com> Date: Wed Jan 9 15:47:09 2013 +0200 bump policy to 3.9.4, no changes diff --git a/debian/control b/debian/control index e126262..c44f57d 100644 --- a/debian/control +++ b/debian/control @@ -14,7 +14,7 @@ Build-Depends: x11proto-core-dev, x11proto-kb-dev (>= 1.0.5), xkb-data, -Standards-Version: 3.9.3 +Standards-Version: 3.9.4 Vcs-Git: git://git.debian.org/git/pkg-xorg/lib/libxkbcommon Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxkbcommon.git commit f918366a1da8a3fdb0116558611dd2075d1c05bd Author: Timo Aaltonen <tjaal...@ubuntu.com> Date: Wed Jan 9 15:41:41 2013 +0200 control: Use debhelper 9 and convert to multiarch. diff --git a/debian/changelog b/debian/changelog index 672c464..6a39611 100644 --- a/debian/changelog +++ b/debian/changelog @@ -7,6 +7,7 @@ libxkbcommon (0.2.0-1) UNRELEASED; urgency=low * libxkbcommon-dev.install: Add xkbcommon-compat.h. * control: Remove the comments about the experimental status, this is an actual release. + * control: Use debhelper 9 and convert to multiarch. -- Timo Aaltonen <tjaal...@ubuntu.com> Thu, 16 Aug 2012 21:37:51 +0300 diff --git a/debian/compat b/debian/compat index 45a4fb7..ec63514 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -8 +9 diff --git a/debian/control b/debian/control index 03c9bde..e126262 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Maintainer: Debian X Strike Force <debian-x@lists.debian.org> Uploaders: Cyril Brulebois <k...@debian.org> Build-Depends: - debhelper (>= 8), + debhelper (>= 9), dh-autoreconf, pkg-config, xutils-dev (>= 7.5+4), @@ -21,6 +21,8 @@ Vcs-Browser: http://git.debian.org/?p=pkg-xorg/lib/libxkbcommon.git Package: libxkbcommon0 Section: libs Architecture: any +Multi-Arch: same +Pre-Depends: ${misc:Pre-Depends} Depends: xkb-data, ${shlibs:Depends}, diff --git a/debian/libxkbcommon-dev.install b/debian/libxkbcommon-dev.install index 5b584f2..28113bc 100644 --- a/debian/libxkbcommon-dev.install +++ b/debian/libxkbcommon-dev.install @@ -3,6 +3,6 @@ usr/include/xkbcommon/xkbcommon.h usr/include/xkbcommon/xkbcommon-compat.h usr/include/xkbcommon/xkbcommon-keysyms.h usr/include/xkbcommon/xkbcommon-names.h -usr/lib/libxkbcommon.a -usr/lib/libxkbcommon.so -usr/lib/pkgconfig/xkbcommon.pc +usr/lib/*/libxkbcommon.a +usr/lib/*/libxkbcommon.so +usr/lib/*/pkgconfig/xkbcommon.pc diff --git a/debian/libxkbcommon0.install b/debian/libxkbcommon0.install index f69a4ea..2d61406 100644 --- a/debian/libxkbcommon0.install +++ b/debian/libxkbcommon0.install @@ -1,3 +1,3 @@ # Use no wildcards to ensure we spot any update: -usr/lib/libxkbcommon.so.0 -usr/lib/libxkbcommon.so.0.0.0 +usr/lib/*/libxkbcommon.so.0 +usr/lib/*/libxkbcommon.so.0.0.0 commit eadfc490e4914e7c372e7ca70355daa8aeb87ac2 Author: Timo Aaltonen <tjaal...@ubuntu.com> Date: Wed Jan 9 15:39:02 2013 +0200 close a bug diff --git a/debian/changelog b/debian/changelog index 1001235..672c464 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ libxkbcommon (0.2.0-1) UNRELEASED; urgency=low - * New upstream release. + * New upstream release. (Closes: #691699) * libxkbcommon-dev.install: Add new headers, rename existing. * control: Update Standards-Version, no changes. * watch: Updated. -- To UNSUBSCRIBE, email to debian-x-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org Archive: http://lists.debian.org/e1tsyok-0004d4...@vasks.debian.org