Emilio Pozuelo Monfort pushed to branch debian-unstable at X Strike Force / lib / libxkbcommon
Commits:
-
cdfd23fa
by Samuel Thibault at 2024-07-30T21:36:37+00:00
3 changed files:
Changes:
1 | +libxkbcommon (1.6.0-1+hurd.1) unreleased; urgency=medium
|
|
2 | + |
|
3 | + * Add libxkbcommon0-udeb, used on hurd-any.
|
|
4 | + |
|
5 | + -- Samuel Thibault <sthibault@debian.org> Tue, 30 Jul 2024 00:33:44 +0200
|
|
6 | + |
|
1 | 7 | libxkbcommon (1.6.0-1) unstable; urgency=medium
|
2 | 8 | |
3 | 9 | * New upstream release.
|
... | ... | @@ -47,6 +47,17 @@ Description: library interface to the XKB compiler - shared library |
47 | 47 | This module can be found at
|
48 | 48 | https://github.com/xkbcommon/libxkbcommon.git
|
49 | 49 | |
50 | +Package: libxkbcommon0-udeb
|
|
51 | +XC-Package-Type: udeb
|
|
52 | +Section: debian-installer
|
|
53 | +Architecture: any
|
|
54 | +Depends:
|
|
55 | + xkb-data-udeb,
|
|
56 | + ${shlibs:Depends},
|
|
57 | + ${misc:Depends},
|
|
58 | +Description: library interface to the XKB compiler - shared library
|
|
59 | + This is a udeb, or a microdeb, for the debian-installer.
|
|
60 | + |
|
50 | 61 | Package: libxkbcommon-dev
|
51 | 62 | Section: libdevel
|
52 | 63 | Architecture: any
|
1 | +# Use no wildcards to ensure we spot any update:
|
|
2 | +usr/lib/*/libxkbcommon.so.0
|
|
3 | +usr/lib/*/libxkbcommon.so.0.0.0 |