Package: libxtst6 Version: 2:1.1.0-3 Severity: wishlist Tags: d-i patch I'm currently working on Debian Installer for the FreeRunner, and, as it doesn't have a physical keyboard, the graphical installer would be useless without an on-screen keyboard. I chose to use matchbox-keyboard to provide an on-screen keyboard, as it has few dependencies and provides a GTK input method module (so the screen can pop only when needed). matchbox-keyboard depends on libxtst6 and libfakekey0 (which depends on libxtst6 too), so please provide a libxtst6 udeb.
-- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (990, 'testing'), (120, 'unstable'), (105, 'experimental') Architecture: i386 (i686) Kernel: Linux 2.6.35-rc3+ (SMP w/2 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Versions of packages libxtst6 depends on: ii libc6 2.11.2-2 Embedded GNU C Library: Shared lib ii libx11-6 2:1.3.3-3 X11 client-side library ii libxext6 2:1.1.2-1 X11 miscellaneous extension librar ii libxi6 2:1.3-4 X11 Input extension library ii x11-common 1:7.5+6 X Window System (X.Org) infrastruc libxtst6 recommends no packages. libxtst6 suggests no packages. -- no debconf information
diff -r affb9c86f505 libxtst-1.1.0/debian/control --- a/libxtst-1.1.0/debian/control Fri Aug 06 04:26:57 2010 +0200 +++ b/libxtst-1.1.0/debian/control Tue Aug 10 17:47:47 2010 +0200 @@ -38,6 +38,14 @@ This module can be found at git://anongit.freedesktop.org/git/xorg/lib/libXtst +Package: libxtst6-udeb +Section: debian-installer +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +XC-Package-Type: udeb +Description: X11 Testing -- Record extension library + This is a udeb, or a microdeb, for the debian-installer. + Package: libxtst6-dbg Architecture: any Section: debug diff -r affb9c86f505 libxtst-1.1.0/debian/libxtst6-udeb.install --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libxtst-1.1.0/debian/libxtst6-udeb.install Tue Aug 10 17:47:47 2010 +0200 @@ -0,0 +1,1 @@ +usr/lib/libXtst.so.6* diff -r affb9c86f505 libxtst-1.1.0/debian/rules --- a/libxtst-1.1.0/debian/rules Fri Aug 06 04:26:57 2010 +0200 +++ b/libxtst-1.1.0/debian/rules Tue Aug 10 17:47:47 2010 +0200 @@ -82,7 +82,7 @@ dh_strip --dbg-package=$(PACKAGE)-dbg dh_compress dh_fixperms - dh_makeshlibs + dh_makeshlibs --add-udeb=$(PACKAGE)-udeb dh_shlibdeps dh_installdeb dh_gencontrol