--- xserver-xorg-input-keyboard-lts-quantal-1.6.1.orig/ChangeLog +++ xserver-xorg-input-keyboard-lts-quantal-1.6.1/ChangeLog @@ -1,8 +1,8 @@ -commit 26a7180bd6b173ac8bc9eb61715fd120d59c7db1 +commit a6a0dee4178600a5a9403f69c22bd4eb483fbd34 Author: Peter Hutterer Date: Wed Jan 4 10:45:09 2012 +1000 - xf86-input-keyboard 1.6.1 + keyboard 1.6.1 Signed-off-by: Peter Hutterer --- xserver-xorg-input-keyboard-lts-quantal-1.6.1.orig/autogen.sh +++ xserver-xorg-input-keyboard-lts-quantal-1.6.1/autogen.sh @@ -0,0 +1,12 @@ +#! /bin/sh + +srcdir=`dirname $0` +test -z "$srcdir" && srcdir=. + +ORIGDIR=`pwd` +cd $srcdir + +autoreconf -v --install || exit 1 +cd $ORIGDIR || exit $? + +$srcdir/configure --enable-maintainer-mode "$@" --- xserver-xorg-input-keyboard-lts-quantal-1.6.1.orig/debian/watch +++ xserver-xorg-input-keyboard-lts-quantal-1.6.1/debian/watch @@ -0,0 +1,3 @@ +#git=git://anongit.freedesktop.org/xorg/driver/xf86-input-keyboard +version=3 +http://xorg.freedesktop.org/releases/individual/driver/ xf86-input-keyboard-(.*)\.tar\.gz --- xserver-xorg-input-keyboard-lts-quantal-1.6.1.orig/debian/rules +++ xserver-xorg-input-keyboard-lts-quantal-1.6.1/debian/rules @@ -0,0 +1,23 @@ +#!/usr/bin/make -f + +DEB_HOST_ARCH_OS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_OS) + +# Install in debian/tmp to retain control through dh_install: +override_dh_auto_install: + dh_auto_install --destdir=debian/tmp + +# Kill *.la files, and forget no-one: +override_dh_install: + find debian/tmp -name '*.la' -delete + dh_install --fail-missing +ifeq (kfreebsd, $(DEB_HOST_ARCH_OS)) + dh_install -pxserver-xorg-input-kbd-lts-quantal debian/local/10-x11-kbd.fdi \ + usr/share/hal/fdi/policy/20thirdparty +endif + +# That's a plugin, use appropriate warning level: +override_dh_shlibdeps: + dh_shlibdeps -- --warnings=6 + +%: + dh $@ --with quilt,autoreconf,xsf --builddirectory=build/ --- xserver-xorg-input-keyboard-lts-quantal-1.6.1.orig/debian/changelog +++ xserver-xorg-input-keyboard-lts-quantal-1.6.1/debian/changelog @@ -0,0 +1,326 @@ +xserver-xorg-input-keyboard-lts-quantal (1:1.6.1-1build1~precise1) precise-proposed; urgency=low + + * Rename package for the LTS point update, and add + replaces/breaks/provides + + -- Maarten Lankhorst Fri, 30 Nov 2012 20:59:23 +0100 + +xserver-xorg-input-keyboard (1:1.6.1-1build1) quantal-proposed; urgency=low + + * Rebuild to pick up new Xserver dependencies. + + -- Timo Aaltonen Wed, 01 Aug 2012 15:21:48 +0300 + +xserver-xorg-input-keyboard (1:1.6.1-1) unstable; urgency=low + + * New upstream release. + + -- Cyril Brulebois Tue, 20 Mar 2012 21:08:24 +0000 + +xserver-xorg-input-keyboard (1:1.6.0-3) unstable; urgency=low + + * Upload to unstable. + + -- Cyril Brulebois Wed, 15 Jun 2011 14:45:16 +0200 + +xserver-xorg-input-keyboard (1:1.6.0-2) experimental; urgency=low + + * Add udeb needed for the graphical install on non-Linux ports since + evdev is Linux-only (Closes: #596588). + + -- Cyril Brulebois Mon, 04 Apr 2011 02:38:56 +0200 + +xserver-xorg-input-keyboard (1:1.6.0-1+exp1) experimental; urgency=low + + * Rebuild in experimental against Xserver 1.10. + + -- Cyril Brulebois Tue, 08 Mar 2011 01:02:54 +0100 + +xserver-xorg-input-keyboard (1:1.6.0-1) unstable; urgency=low + + * New upstream release. + + -- Cyril Brulebois Tue, 08 Mar 2011 00:59:01 +0100 + +xserver-xorg-input-keyboard (1:1.5.99.901-1+exp1) experimental; urgency=low + + * Rebuild against Xserver 1.10 rc2. + + -- Cyril Brulebois Mon, 21 Feb 2011 02:33:12 +0100 + +xserver-xorg-input-keyboard (1:1.5.99.901-1) unstable; urgency=low + + * New upstream release. + + -- Cyril Brulebois Mon, 21 Feb 2011 02:29:57 +0100 + +xserver-xorg-input-keyboard (1:1.5.0-2) unstable; urgency=low + + * Switch to dh: + - Use debhelper 8. + - Use dh-autoreconf. + - Bump xserver-xorg-dev build-dep for dh_xsf_substvars and xsf + debhelper sequence. + - Specify usr/share/man in .install, remove .manpages accordingly. + * Remove xsfbs accordingly. + * Remove long obsolete Replaces. + * Update Uploaders list. Thanks, David & Brice! + * Wrap Depends/Provides. + * Bump Standards-Version to 3.9.1 (no changes needed). + * Remove obsolete NEWS file. + + -- Cyril Brulebois Sat, 05 Feb 2011 14:38:58 +0100 + +xserver-xorg-input-keyboard (1:1.5.0-1) experimental; urgency=low + + [ Cyril Brulebois ] + * Build against Xserver 1.9.1 rc1. + + [ Robert Hooker ] + * New upstream release. + * Bump xutils-dev requirement for new util-macros. + + [ Cyril Brulebois ] + * Add myself to Uploaders. + + -- Cyril Brulebois Fri, 19 Nov 2010 22:20:58 +0100 + +xserver-xorg-input-keyboard (1:1.4.0-2) unstable; urgency=medium + + * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no + good reason. Thanks, Colin Watson! + * Remove myself from Uploaders + * Update xsfbs, use new ${xinpdriver:Depends} substvar. + + -- Julien Cristau Sun, 23 May 2010 23:15:52 +0200 + +xserver-xorg-input-keyboard (1:1.4.0-1) experimental; urgency=low + + [ Timo Aaltonen ] + * New upstream release. + * Bump the build-dep on xutils-dev (>= 1:7.5~1). + * Build against Xserver 1.7. + + [ Cyril Brulebois ] + * Upload to experimental. + + -- Cyril Brulebois Sat, 05 Dec 2009 23:14:40 +0100 + +xserver-xorg-input-keyboard (1:1.3.2-4) unstable; urgency=low + + * Add README.source, bump Standards-Version to 3.8.3. + * Install fdi file to pick up the kbd driver on kfreebsd (closes: #541140). + Thanks, Aurélien Jarno! + + -- Julien Cristau Sun, 23 Aug 2009 11:02:41 +0200 + +xserver-xorg-input-keyboard (1:1.3.2-3) unstable; urgency=low + + * Upload to unstable. + + -- Julien Cristau Thu, 09 Apr 2009 16:17:44 +0100 + +xserver-xorg-input-keyboard (1:1.3.2-2) experimental; urgency=low + + * Build against xserver 1.6 rc1. + + -- Julien Cristau Thu, 22 Jan 2009 14:08:28 +0100 + +xserver-xorg-input-keyboard (1:1.3.2-1) experimental; urgency=low + + * New upstream release. + * Run autoreconf on build; build-depend on automake, libtool and xutils-dev + >= 1:7.4+4. + * Handle parallel builds. + + -- Julien Cristau Wed, 21 Jan 2009 22:19:05 +0100 + +xserver-xorg-input-keyboard (1:1.3.1-2) experimental; urgency=low + + * Build against xserver 1.5 rc5. + + -- Julien Cristau Mon, 14 Jul 2008 02:09:52 +0200 + +xserver-xorg-input-keyboard (1:1.3.1-1) unstable; urgency=low + + * New upstream release. + + Manpage says kbd replaced keyboard, closes: #443452. + * Bump Standards-Version to 3.7.3 (no changes). + * The Vcs-* fields are now recognized by dpkg, so drop the XS- prefix. + * Run dpkg-shlibdeps with --warnings=6. Drivers reference symbols from + /usr/bin/Xorg and other modules, and that's not a bug, so we want + dpkg-shlibdeps to shut up about symbols it can't find. + + Build-depend on dpkg-dev >= 1.14.17. + * Update debian/copyright according to the new upstream one. + + -- Brice Goglin Wed, 28 May 2008 22:02:08 +0200 + +xserver-xorg-input-keyboard (1:1.2.2-3) unstable; urgency=low + + * Upload to unstable + + -- David Nusinow Sun, 16 Sep 2007 15:13:37 -0400 + +xserver-xorg-input-keyboard (1:1.2.2-2) UNRELEASED; urgency=low + + * Add upstream URL to debian/copyright. + + -- Brice Goglin Sat, 15 Sep 2007 01:46:21 +0200 + +xserver-xorg-input-keyboard (1:1.2.2-1) experimental; urgency=low + + * New upstream release. + * Update debian/copyright. + * Add myself to Uploaders, and remove Branden with his permission. + * Build against xserver 1.4. + + -- Julien Cristau Mon, 10 Sep 2007 15:44:08 +0200 + +xserver-xorg-input-keyboard (1:1.2.0-2) experimental; urgency=low + + * Set distribution to unstable in debian/NEWS (closes: #428845). + * Rebuild against xserver 1.3.99.0 (new ABI). + * Generate the Provides field automatically. + + -- Julien Cristau Sat, 18 Aug 2007 19:48:05 +0200 + +xserver-xorg-input-keyboard (1:1.2.0-1+1.2.1) unstable; urgency=low + + [ Brice Goglin ] + * New upstream release. + * Add a NEWS entry about the old "keyboard" driver not being shipped + anymore and "kbd" replacing it. + * Pull some more changesets from upstream git: + + fd51e4d27d7a31ed9d4a075c3814b36320af4612 + + caeb0f364c1a95a9ad3e64dd722c8ddc88077a86 + + 05dd89ef03cee6853e7c2db518b6b22785cc3e7c + * Install the upstream changelog. + * Bump Build-Depends: xserver-xorg-dev to >= 2:1.2.99.902 + (needed to let xsfbs get access to serverminver). + * Add a link to www.X.org and a reference to the xf86-input-keyboard + module in the long description. + + [ Drew Parsons ] + * 1.2.1 not released upstream yet, so use 1.2.0 as the version and + put 1.2.1 into the Debian subversion. + * Include commit 36cf953910002a00a3694033d49c6c38319b0283, updating + the driver version. + + -- Drew Parsons Wed, 13 Jun 2007 23:21:00 +1000 + +xserver-xorg-input-keyboard (1:1.1.1-1) experimental; urgency=low + + * New upstream release. + + drop patch 01_64bit_pointer.diff, applied upstream. + * Add link to xserver-xorg-core bug script, so that bugreports contain + the user's config and log files. + * Generate the dependency on xserver-xorg-core automatically. + * Drop outdated CVS info from the description. + * Remove Fabio from Uploaders, with his permission. + * Add XS-Vcs-* in debian/control. + + -- Julien Cristau Mon, 16 Apr 2007 20:02:52 +0200 + +xserver-xorg-input-keyboard (1:1.1.0-4) unstable; urgency=low + + * Depends: xserver-xorg-core (>= 2:1.1.1-4). Closes: #391563. + + -- Drew Parsons Sat, 7 Oct 2006 23:27:27 +1000 + +xserver-xorg-input-keyboard (1:1.1.0-3) unstable; urgency=low + + [ Thierry Reding ] + * Add watch file + + [ David Nusinow ] + * Add 01_64bit_pointer.diff to include to correct pointer size on 64 bit + arches. Thanks Dann Frazier. (closes: #389514) + * Turn the above patch in to one pulled from upstream to include more + missing headers. + + -- David Nusinow Wed, 27 Sep 2006 19:53:10 -0400 + +xserver-xorg-input-keyboard (1:1.1.0-2) unstable; urgency=low + + * Build-Depends: xserver-xorg-dev (>= 2:1.1.1-4). Closes: #387146. + * Upload to unstable (X11R7.1 transition). + + -- Drew Parsons Sat, 23 Sep 2006 09:40:57 +1000 + +xserver-xorg-input-keyboard (1:1.1.0-1) experimental; urgency=low + + [ Andres Salomon ] + * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build; + idempotency fix. + * Run dh_install w/ --list-missing. + + [ Drew Parsons ] + * New upstream version xf86-input-keyboard-1.1.0. + * Standards version 3.7.2. + * Use debhelper 5. Install manpage using dh_installman. + * Exclude .la files from dh_install. + + -- Drew Parsons Fri, 25 Aug 2006 00:47:52 +1000 + +xserver-xorg-input-keyboard (1:1.0.1.3-2) unstable; urgency=low + + * Upload to modular + + -- David Nusinow Sun, 26 Mar 2006 20:25:05 -0500 + +xserver-xorg-input-keyboard (1:1.0.1.3-1) experimental; urgency=low + + * First upload to Debian + * Change source package, package, and provides names to denote the + type of driver and that they are for xserver-xorg + + -- David Nusinow Fri, 13 Jan 2006 00:31:50 -0500 + +xserver-xorg-input-keyboard (1:1.0.1.3-0ubuntu2) dapper; urgency=low + + * Disable autorepeat on high keycodes (Ubuntu #14446) + + -- David Nusinow Fri, 13 Jan 2006 00:28:25 -0500 + +xserver-xorg-input-keyboard (1:1.0.1.3-0ubuntu1) dapper; urgency=low + + * New upstream release. + * Add provides on xserver-xorg-input. + + -- Daniel Stone Wed, 4 Jan 2006 19:43:36 +1100 + +xserver-xorg-input-keyboard (1:1.0.1.2-0ubuntu1) dapper; urgency=low + + * New upstream release. + + -- Daniel Stone Mon, 19 Dec 2005 08:56:43 +1100 + +xserver-xorg-input-keyboard (1:1.0.1.1-0ubuntu1) dapper; urgency=low + + * New upstream release. + + -- Daniel Stone Mon, 12 Dec 2005 13:38:50 +1100 + +xserver-xorg-input-keyboard (1:1.0.1-0ubuntu2) dapper; urgency=low + + * Add missing Build-Depends (x11proto-core-dev, x11proto-randr-dev). + + -- Daniel Stone Mon, 5 Dec 2005 12:48:48 +1100 + +xserver-xorg-input-keyboard (1:1.0.1-0ubuntu1) dapper; urgency=low + + * New upstream release. + + -- Daniel Stone Tue, 22 Nov 2005 13:22:03 +1100 + +xserver-xorg-input-keyboard (1:1.0.0.1-1) dapper; urgency=low + + * New upstream release. + + -- Daniel Stone Thu, 20 Oct 2005 13:51:05 +1000 + +xserver-xorg-input-keyboard (1:1.0.0-1) breezy; urgency=low + + * First xserver-xorg-input-keyboard release. + + -- Daniel Stone Wed, 6 Jul 2005 15:48:17 +1000 --- xserver-xorg-input-keyboard-lts-quantal-1.6.1.orig/debian/copyright +++ xserver-xorg-input-keyboard-lts-quantal-1.6.1/debian/copyright @@ -0,0 +1,236 @@ +This package was downloaded from +http://xorg.freedesktop.org/releases/individual/driver/ + + +Code common to all operating systems is covered by these notices: + +Copyright (c) 1992-2003 by The XFree86 Project, Inc. +Copyright 1997 by Metro Link, Inc. + +Permission is hereby granted, free of charge, to any person obtaining a +copy of this software and associated documentation files (the "Software"), +to deal in the Software without restriction, including without limitation +the rights to use, copy, modify, merge, publish, distribute, sublicense, +and/or sell copies of the Software, and to permit persons to whom the +Software is furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL +THE COPYRIGHT HOLDER(S) OR AUTHOR(S) BE LIABLE FOR ANY CLAIM, DAMAGES OR +OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, +ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR +OTHER DEALINGS IN THE SOFTWARE. + +Except as contained in this notice, the name of the copyright holder(s) +and author(s) shall not be used in advertising or otherwise to promote +the sale, use or other dealings in this Software without prior written +authorization from the copyright holder(s) and author(s). + + +Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany. +Copyright 1993 by David Dawes + +Permission to use, copy, modify, distribute, and sell this software and its +documentation for any purpose is hereby granted without fee, provided that +the above copyright notice appear in all copies and that both that copyright +notice and this permission notice appear in supporting documentation, and +that the names of Thomas Roell and David Dawes not be used in advertising or +publicity pertaining to distribution of the software without specific, +written prior permission. Thomas Roell and David Dawes make no +representations about the suitability of this software for any purpose. It +is provided "as is" without express or implied warranty. + +THOMAS ROELL AND DAVID DAWES DISCLAIM ALL WARRANTIES WITH REGARD TO THIS +SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. +IN NO EVENT SHALL THOMAS ROELL OR DAVID DAWES BE LIABLE FOR ANY SPECIAL, +INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM +LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE +OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. + + +Code for BSD operating systems is additionally covered by this notice: + +Copyright 1992 by Rich Murphey +Copyright 1993 by David Dawes + +Permission to use, copy, modify, distribute, and sell this software and its +documentation for any purpose is hereby granted without fee, provided that +the above copyright notice appear in all copies and that both that +copyright notice and this permission notice appear in supporting +documentation, and that the names of Rich Murphey and David Dawes +not be used in advertising or publicity pertaining to distribution of +the software without specific, written prior permission. Rich Murphey and +David Dawes make no representations about the suitability of this +software for any purpose. It is provided "as is" without express or +implied warranty. + +RICH MURPHEY AND DAVID DAWES DISCLAIM ALL WARRANTIES WITH REGARD TO +THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS, IN NO EVENT SHALL RICH MURPHEY OR DAVID DAWES BE LIABLE FOR +ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER +RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF +CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN +CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + + +Code for the GNU Hurd operating system is additionally covered by this notice: + +Copyright 1997,1998 by UCHIYAMA Yasushi + +Permission to use, copy, modify, distribute, and sell this software and its +documentation for any purpose is hereby granted without fee, provided that +the above copyright notice appear in all copies and that both that +copyright notice and this permission notice appear in supporting +documentation, and that the name of UCHIYAMA Yasushi not be used in +advertising or publicity pertaining to distribution of the software without +specific, written prior permission. UCHIYAMA Yasushi makes no representations +about the suitability of this software for any purpose. It is provided +"as is" without express or implied warranty. + +UCHIYAMA YASUSHI DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO +EVENT SHALL UCHIYAMA YASUSHI BE LIABLE FOR ANY SPECIAL, INDIRECT OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, +DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER +TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. + + + +Code for Linux operating systems is additionally covered by these notices: + +Based on the code from lnx_io.c which is +Copyright 1992 by Orest Zborowski +Copyright 1993 by David Dawes + +Permission to use, copy, modify, distribute, and sell this software and its +documentation for any purpose is hereby granted without fee, provided that +the above copyright notice appear in all copies and that both that +copyright notice and this permission notice appear in supporting +documentation, and that the names of Orest Zborowski and David Dawes +not be used in advertising or publicity pertaining to distribution of +the software without specific, written prior permission. Orest Zborowski +and David Dawes make no representations about the suitability of this +software for any purpose. It is provided "as is" without express or +implied warranty. + +OREST ZBOROWSKI AND DAVID DAWES DISCLAIMS ALL WARRANTIES WITH REGARD +TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS, IN NO EVENT SHALL OREST ZBOROWSKI OR DAVID DAWES BE LIABLE +FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + +Portions based on kbdrate.c from util-linux 2.9t, which is +Copyright 1992 Rickard E. Faith. Distributed under the GPL. +This program comes with ABSOLUTELY NO WARRANTY. + +On Debian systems, the text of the GPL is available in +/usr/share/common-licenses/GPL. + + +Code for SCO operating systems is additionally covered by these notices: + +Copyright 2003, 2005 by J. Kean Johnston + +Permission to use, copy, modify, distribute, and sell this software and its +documentation for any purpose is hereby granted without fee, provided that +the above copyright notice appear in all copies and that both that +copyright notice and this permission notice appear in supporting +documentation, and that the name J. Kean Johnston not be used in +advertising or publicity pertaining to distribution of the software without +specific, written prior permission. J. Kean Johnston makes no +representations about the suitability of this software for any purpose. +It is provided "as is" without express or implied warranty. + +J. KEAN JOHNSTON DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO +EVENT SHALL J. KEAN JOHNSTON BE LIABLE FOR ANY SPECIAL, INDIRECT OR +CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF +USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR +OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR +PERFORMANCE OF THIS SOFTWARE. + +Based on lnx_kbd.c which is +Copyright 1992 by Orest Zborowski +Copyright 1993 by David Dawes + +Permission to use, copy, modify, distribute, and sell this software and its +documentation for any purpose is hereby granted without fee, provided that +the above copyright notice appear in all copies and that both that +copyright notice and this permission notice appear in supporting +documentation, and that the names of Orest Zborowski and David Dawes +not be used in advertising or publicity pertaining to distribution of +the software without specific, written prior permission. Orest Zborowski +and David Dawes make no representations about the suitability of this +software for any purpose. It is provided "as is" without express or +implied warranty. + +OREST ZBOROWSKI AND DAVID DAWES DISCLAIMS ALL WARRANTIES WITH REGARD +TO THIS SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS, IN NO EVENT SHALL OREST ZBOROWSKI OR DAVID DAWES BE LIABLE +FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. + + + +Code for Solaris operating systems is additionally covered by these notices: + +Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany +Copyright 1993 by David Dawes +Copyright 1999 by David Holland +XSBC-Original-Maintainer: Debian X Strike Force +Uploaders: Drew Parsons , Cyril Brulebois +Build-Depends: + debhelper (>= 8), + dh-autoreconf, + pkg-config, + xserver-xorg-dev-lts-quantal (>= 2:1.12.99.902), + x11proto-kb-dev, + x11proto-input-dev, + x11proto-core-dev, + x11proto-randr-dev, + quilt, + xutils-dev (>= 1:7.5+4) +Standards-Version: 3.9.1 +Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-input-keyboard +Vcs-Browser: http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-input-keyboard.git + +Package: xserver-xorg-input-kbd-lts-quantal +Architecture: any +Depends: + ${shlibs:Depends}, + ${misc:Depends}, + ${xinpdriver:Depends}, +Provides: + xserver-xorg-input-kbd, xorg-renamed-package, xorg-renamed-package-lts-quantal, + ${xinpdriver:Provides} +Description: X.Org X server -- keyboard input driver + This package provides the driver for keyboard input devices. + . + More information about X.Org can be found at: + + . + This package is built from the X.org xf86-input-keyboard driver module. +Replaces: xserver-xorg-input-kbd +Conflicts: xserver-xorg-input-kbd + +Package: xserver-xorg-input-kbd-udeb-lts-quantal +XC-Package-Type: udeb +Section: debian-installer +Architecture: hurd-any kfreebsd-any +Depends: + ${shlibs:Depends}, + ${misc:Depends}, + ${xinpdriver:Depends}, +Provides: + xserver-xorg-input-kbd-udeb, xorg-renamed-package, xorg-renamed-package-lts-quantal, + ${xinpdriver:Provides} +Description: X.Org X server -- keyboard input driver + This is a udeb, or a microdeb, for the debian-installer. +Replaces: xserver-xorg-input-kbd-udeb +Conflicts: xserver-xorg-input-kbd-udeb --- xserver-xorg-input-keyboard-lts-quantal-1.6.1.orig/debian/xserver-xorg-input-kbd-udeb-lts-quantal.install +++ xserver-xorg-input-keyboard-lts-quantal-1.6.1/debian/xserver-xorg-input-kbd-udeb-lts-quantal.install @@ -0,0 +1 @@ +usr/lib/xorg/modules/input/*.so --- xserver-xorg-input-keyboard-lts-quantal-1.6.1.orig/debian/xserver-xorg-input-kbd-lts-quantal.install +++ xserver-xorg-input-keyboard-lts-quantal-1.6.1/debian/xserver-xorg-input-kbd-lts-quantal.install @@ -0,0 +1,2 @@ +usr/lib/xorg/modules/input/*.so +usr/share/man --- xserver-xorg-input-keyboard-lts-quantal-1.6.1.orig/debian/local/10-x11-kbd.fdi +++ xserver-xorg-input-keyboard-lts-quantal-1.6.1/debian/local/10-x11-kbd.fdi @@ -0,0 +1,11 @@ + + + + + + kbd + + + + +