debian/changelog | 20 ++++++++- debian/compat | 2 debian/control | 22 ++++++++-- debian/libxkbcommon-dev.install | 6 +- debian/libxkbcommon0.install | 4 - debian/libxkbcommon0.symbols | 86 ++++++++++++++++++++++++++++++++++++++++ debian/rules | 5 -- debian/source/format | 1 8 files changed, 130 insertions(+), 16 deletions(-)
New commits: commit 887226f7fdb63f7c29ef26e07f22497ee9c68c89 Author: Timo Aaltonen <[email protected]> Date: Fri Feb 1 18:30:00 2013 +0200 release to raring diff --git a/debian/changelog b/debian/changelog index 1f25f9e..86dad74 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +libxkbcommon (0.2.0-0ubuntu2) raring; urgency=low + + * Sync from unreleased debian git. + - control: Use debhelper 9 and convert to multiarch. + - control: Update the descriptions. + - rules: Don't hardcode shlibs to the package version, this is an + actual release now. + - Use source format 1.0. + - Add libxkbcommon0.symbols. + + -- Timo Aaltonen <[email protected]> Fri, 01 Feb 2013 18:26:53 +0200 + libxkbcommon (0.2.0-0ubuntu1) raring; urgency=low * Sync from unreleased debian git. commit d3e312b3cdce73e7397cea9d0107da0b14ec1bcf Author: Timo Aaltonen <[email protected]> Date: Fri Feb 1 18:25:34 2013 +0200 Add libxkbcommon0.symbols. diff --git a/debian/changelog b/debian/changelog index d9c2dd3..3aed697 100644 --- a/debian/changelog +++ b/debian/changelog @@ -12,6 +12,7 @@ libxkbcommon (0.2.0-1) UNRELEASED; urgency=low * rules: Don't hardcode shlibs to the package version, this is an actual release now. * Use source format 1.0. + * Add libxkbcommon0.symbols. -- Timo Aaltonen <[email protected]> Thu, 16 Aug 2012 21:37:51 +0300 diff --git a/debian/libxkbcommon0.symbols b/debian/libxkbcommon0.symbols new file mode 100644 index 0000000..71b68b3 --- /dev/null +++ b/debian/libxkbcommon0.symbols @@ -0,0 +1,86 @@ +libxkbcommon.so.0 libxkbcommon0 #MINVER# + xkb_context_get_log_level@Base 0.2.0 + xkb_context_get_log_verbosity@Base 0.2.0 + xkb_context_get_user_data@Base 0.2.0 + xkb_context_include_path_append@Base 0.2.0 + xkb_context_include_path_append_default@Base 0.2.0 + xkb_context_include_path_clear@Base 0.2.0 + xkb_context_include_path_get@Base 0.2.0 + xkb_context_include_path_reset_defaults@Base 0.2.0 + xkb_context_new@Base 0.2.0 + xkb_context_num_include_paths@Base 0.2.0 + xkb_context_ref@Base 0.2.0 + xkb_context_set_log_fn@Base 0.2.0 + xkb_context_set_log_level@Base 0.2.0 + xkb_context_set_log_verbosity@Base 0.2.0 + xkb_context_set_user_data@Base 0.2.0 + xkb_context_unref@Base 0.2.0 + xkb_key_get_syms@Base 0.2.0 + xkb_key_mod_index_is_consumed@Base 0.2.0 + xkb_key_mod_mask_remove_consumed@Base 0.2.0 + xkb_key_num_groups@Base 0.2.0 + xkb_key_repeats@Base 0.2.0 + xkb_keymap_get_as_string@Base 0.2.0 + xkb_keymap_key_get_syms_by_level@Base 0.2.0 + xkb_keymap_key_repeats@Base 0.2.0 + xkb_keymap_layout_get_index@Base 0.2.0 + xkb_keymap_layout_get_name@Base 0.2.0 + xkb_keymap_led_get_index@Base 0.2.0 + xkb_keymap_led_get_name@Base 0.2.0 + xkb_keymap_mod_get_index@Base 0.2.0 + xkb_keymap_mod_get_name@Base 0.2.0 + xkb_keymap_new_from_file@Base 0.2.0 + xkb_keymap_new_from_names@Base 0.2.0 + xkb_keymap_new_from_string@Base 0.2.0 + xkb_keymap_num_layouts@Base 0.2.0 + xkb_keymap_num_layouts_for_key@Base 0.2.0 + xkb_keymap_num_leds@Base 0.2.0 + xkb_keymap_num_levels_for_key@Base 0.2.0 + xkb_keymap_num_mods@Base 0.2.0 + xkb_keymap_ref@Base 0.2.0 + xkb_keymap_unref@Base 0.2.0 + xkb_keysym_from_name@Base 0.2.0 + xkb_keysym_get_name@Base 0.2.0 + xkb_keysym_to_utf32@Base 0.2.0 + xkb_keysym_to_utf8@Base 0.2.0 + xkb_map_get_as_string@Base 0.2.0 + xkb_map_group_get_index@Base 0.2.0 + xkb_map_group_get_name@Base 0.2.0 + xkb_map_led_get_index@Base 0.2.0 + xkb_map_led_get_name@Base 0.2.0 + xkb_map_mod_get_index@Base 0.2.0 + xkb_map_mod_get_name@Base 0.2.0 + xkb_map_new_from_file@Base 0.2.0 + xkb_map_new_from_names@Base 0.2.0 + xkb_map_new_from_string@Base 0.2.0 + xkb_map_num_groups@Base 0.2.0 + xkb_map_num_leds@Base 0.2.0 + xkb_map_num_mods@Base 0.2.0 + xkb_map_ref@Base 0.2.0 + xkb_map_unref@Base 0.2.0 + xkb_state_get_keymap@Base 0.2.0 + xkb_state_get_map@Base 0.2.0 + xkb_state_group_index_is_active@Base 0.2.0 + xkb_state_group_name_is_active@Base 0.2.0 + xkb_state_key_get_layout@Base 0.2.0 + xkb_state_key_get_level@Base 0.2.0 + xkb_state_key_get_one_sym@Base 0.2.0 + xkb_state_key_get_syms@Base 0.2.0 + xkb_state_layout_index_is_active@Base 0.2.0 + xkb_state_layout_name_is_active@Base 0.2.0 + xkb_state_led_index_is_active@Base 0.2.0 + xkb_state_led_name_is_active@Base 0.2.0 + xkb_state_mod_index_is_active@Base 0.2.0 + xkb_state_mod_index_is_consumed@Base 0.2.0 + xkb_state_mod_indices_are_active@Base 0.2.0 + xkb_state_mod_mask_remove_consumed@Base 0.2.0 + xkb_state_mod_name_is_active@Base 0.2.0 + xkb_state_mod_names_are_active@Base 0.2.0 + xkb_state_new@Base 0.2.0 + xkb_state_ref@Base 0.2.0 + xkb_state_serialize_group@Base 0.2.0 + xkb_state_serialize_layout@Base 0.2.0 + xkb_state_serialize_mods@Base 0.2.0 + xkb_state_unref@Base 0.2.0 + xkb_state_update_key@Base 0.2.0 + xkb_state_update_mask@Base 0.2.0 commit 4dca83a7057e9aaccc52a143bcc3af4e71de51f3 Author: Timo Aaltonen <[email protected]> Date: Fri Feb 1 18:19:02 2013 +0200 Use source format 1.0. diff --git a/debian/changelog b/debian/changelog index bdfdda8..d9c2dd3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,7 @@ libxkbcommon (0.2.0-1) UNRELEASED; urgency=low * control: Update the descriptions. * rules: Don't hardcode shlibs to the package version, this is an actual release now. + * Use source format 1.0. -- Timo Aaltonen <[email protected]> Thu, 16 Aug 2012 21:37:51 +0300 diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..d3827e7 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +1.0 commit 4753f1c6e3a3d912c19f849da9f327457ec389d4 Author: Timo Aaltonen <[email protected]> Date: Fri Feb 1 18:08:33 2013 +0200 rules: Don't hardcode shlibs to the package version, this is an actual release now. diff --git a/debian/changelog b/debian/changelog index 1c415a7..bdfdda8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,8 @@ libxkbcommon (0.2.0-1) UNRELEASED; urgency=low an actual release. * control: Use debhelper 9 and convert to multiarch. * control: Update the descriptions. + * rules: Don't hardcode shlibs to the package version, this is an actual + release now. -- Timo Aaltonen <[email protected]> Thu, 16 Aug 2012 21:37:51 +0300 diff --git a/debian/rules b/debian/rules index 0fd829c..5d70418 100755 --- a/debian/rules +++ b/debian/rules @@ -10,11 +10,6 @@ override_dh_install: find debian/tmp -name '*.la' -delete dh_install --fail-missing -# Keep a close eye on the shlibs for the time being: -override_dh_makeshlibs: revision=$(shell dpkg-parsechangelog|grep ^Version:|sed 's/Version: //') -override_dh_makeshlibs: - dh_makeshlibs -V "libxkbcommon0 (= $(revision))" - %: dh $@ --with autoreconf commit cc8aefb2f2f80a879538c8a991fa0d691558051e Author: Timo Aaltonen <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> 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 <[email protected]> Uploaders: Cyril Brulebois <[email protected]> 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 <[email protected]> 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 [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

