--- xserver-xorg-input-mouse-1.7.1.orig/autogen.sh +++ xserver-xorg-input-mouse-1.7.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-mouse-1.7.1.orig/debian/compat +++ xserver-xorg-input-mouse-1.7.1/debian/compat @@ -0,0 +1 @@ +8 --- xserver-xorg-input-mouse-1.7.1.orig/debian/changelog +++ xserver-xorg-input-mouse-1.7.1/debian/changelog @@ -0,0 +1,374 @@ +xserver-xorg-input-mouse (1:1.7.1-1) unstable; urgency=low + + * New upstream release: + - Mostly equivalent to the previous upload, due to the merge from + upstream in 1:1.7.0-2, but let's keep up with new upstream releases + anyway. + * Bump Standards-Version to 3.9.2 (no changes). + + -- Cyril Brulebois Tue, 05 Jul 2011 19:43:19 +0200 + +xserver-xorg-input-mouse (1:1.7.0-4) unstable; urgency=low + + * Upload to unstable. + + -- Cyril Brulebois Wed, 15 Jun 2011 14:53:10 +0200 + +xserver-xorg-input-mouse (1:1.7.0-3) experimental; urgency=low + + * Add udeb needed for the graphical install on non-Linux ports since + evdev is Linux-only (Closes: #596590). + + -- Cyril Brulebois Mon, 04 Apr 2011 03:11:45 +0200 + +xserver-xorg-input-mouse (1:1.7.0-2+exp1) experimental; urgency=low + + * Rebuild in experimental against Xserver 1.10. + + -- Cyril Brulebois Fri, 01 Apr 2011 02:21:05 +0200 + +xserver-xorg-input-mouse (1:1.7.0-2) unstable; urgency=low + + * Merge two more commits from upstream to fix Hurd support, thanks to + Samuel Thibault (Closes: #620089). + + -- Cyril Brulebois Fri, 01 Apr 2011 02:18:50 +0200 + +xserver-xorg-input-mouse (1:1.7.0-1) unstable; urgency=low + + * New upstream release: + - Fix BSD issues with new ABI12 init process. + + -- Cyril Brulebois Thu, 10 Mar 2011 11:59:21 +0100 + +xserver-xorg-input-mouse (1:1.6.99.901-1+exp1) experimental; urgency=low + + * Rebuild against Xserver 1.10 rc2. + + -- Cyril Brulebois Mon, 21 Feb 2011 02:21:51 +0100 + +xserver-xorg-input-mouse (1:1.6.99.901-1) unstable; urgency=low + + * New upstream release. + + -- Cyril Brulebois Mon, 21 Feb 2011 02:17:29 +0100 + +xserver-xorg-input-mouse (1:1.6.0-3) unstable; urgency=low + + * Cherry-pick from upstream, thanks to Samuel Thibault: + - Fix mouse data buffering + + -- Cyril Brulebois Thu, 17 Feb 2011 23:04:17 +0100 + +xserver-xorg-input-mouse (1:1.6.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. + - Use .docs to install README file. + * Remove xsfbs accordingly. + * Remove long obsolete Replaces. + * Update Uploaders list. Thanks, David! + * Wrap Depends/Provides. + * Bump Standards-Version to 3.9.1 (no changes needed). + + -- Cyril Brulebois Sat, 05 Feb 2011 14:39:23 +0100 + +xserver-xorg-input-mouse (1:1.6.0-1) experimental; urgency=low + + [ Robert Hooker ] + * New upstream release. + * Bump xutils-dev requirement for new util-macros. + + [ Cyril Brulebois ] + * Update debian/copyright from upstream COPYING. + * Add myself to Uploaders. + + -- Cyril Brulebois Fri, 19 Nov 2010 22:56:42 +0100 + +xserver-xorg-input-mouse (1:1.5.0-3) experimental; urgency=low + + * Build against Xserver 1.9.1 rc1. + + -- Cyril Brulebois Wed, 13 Oct 2010 01:10:55 +0200 + +xserver-xorg-input-mouse (1:1.5.0-2) unstable; urgency=medium + + * Rename the build directory to not include DEB_BUILD_GNU_TYPE for no + good reason. Thanks, Colin Watson! + * Update xsfbs and use new ${xinpdriver:Depends} substvar. + + -- Julien Cristau Sun, 23 May 2010 23:26:11 +0200 + +xserver-xorg-input-mouse (1:1.5.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 22:37:33 +0100 + +xserver-xorg-input-mouse (1:1.4.0-4) unstable; urgency=low + + * Rename the fdi file to match what we're installing... (closes: #542806) + + -- Julien Cristau Sun, 23 Aug 2009 20:12:24 +0200 + +xserver-xorg-input-mouse (1:1.4.0-3) unstable; urgency=low + + * Add README.source, bump Standards-Version to 3.8.3. + * Install an fdi file to pick up the mouse driver on kfreebsd (closes: + #542806). Thanks, Aurélien Jarno! + * Fix DEB_BUILD_OPTIONS parsing to use space-separated options. + * Remove myself from Uploaders, I don't maintain this driver. + + -- Julien Cristau Sun, 23 Aug 2009 11:10:16 +0200 + +xserver-xorg-input-mouse (1:1.4.0-2) unstable; urgency=low + + * Upload to unstable. + + -- Julien Cristau Thu, 09 Apr 2009 16:22:01 +0100 + +xserver-xorg-input-mouse (1:1.4.0-1) experimental; urgency=low + + * New upstream release. + * Run autoreconf on build. + * Handle parallel builds. + * Build-depend on xserver 1.6 rc1, automake, libtool and xutils-dev 1:7.4+4. + * Add copyright notices for OS mouse code to debian/copyright (from + upstream's COPYING). + + -- Julien Cristau Wed, 21 Jan 2009 21:53:06 +0100 + +xserver-xorg-input-mouse (1:1.3.0-2) experimental; urgency=low + + * Build against xserver 1.5 rc5. + + -- Julien Cristau Mon, 14 Jul 2008 01:56:30 +0200 + +xserver-xorg-input-mouse (1:1.3.0-1) unstable; urgency=low + + * New upstream release. + * Drop patch added in 1:1.2.3-2, it's applied in this release. + * Drop the XS- prefix from Vcs-* control fields. + * 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. + + -- Julien Cristau Fri, 30 May 2008 13:55:10 +0200 + +xserver-xorg-input-mouse (1:1.2.3-2) unstable; urgency=low + + * New patch from Peter Hutterer (from upstream bug#13144): don't flush + buttons, release events can cause paste events. + * Bump Standards-Version to 3.7.3. + + -- Julien Cristau Thu, 06 Dec 2007 18:44:31 +0100 + +xserver-xorg-input-mouse (1:1.2.3-1) unstable; urgency=low + + * New upstream version. + + -- Drew Parsons Mon, 29 Oct 2007 01:05:21 +1100 + +xserver-xorg-input-mouse (1:1.2.2-6) unstable; urgency=low + + * Grab upstream commits up to f42ea3027c13046dfa7a603737b476fbf2833764 + so that the pointer is not confined in the right screen in zaphod mode, + closes: #443552. + + Update debian/copyright using the new upstream COPYING file. + + -- Brice Goglin Sat, 22 Sep 2007 16:22:22 +0200 + +xserver-xorg-input-mouse (1:1.2.2-5) unstable; urgency=low + + * Upload to unstable + + -- David Nusinow Sun, 16 Sep 2007 15:13:38 -0400 + +xserver-xorg-input-mouse (1:1.2.2-4) UNRELEASED; urgency=low + + * Add upstream URL to debian/copyright. + + -- Brice Goglin Sat, 15 Sep 2007 01:48:04 +0200 + +xserver-xorg-input-mouse (1:1.2.2-3) experimental; urgency=low + + * Rebuild against xserver 1.4. + + -- Julien Cristau Mon, 10 Sep 2007 15:13:59 +0200 + +xserver-xorg-input-mouse (1:1.2.2-2) experimental; urgency=low + + * Rebuild against xserver 1.3.99.0. + * Generate the Provides field automatically. + + -- Julien Cristau Sat, 18 Aug 2007 19:59:51 +0200 + +xserver-xorg-input-mouse (1:1.2.2-1) unstable; urgency=low + + * New upstream release. + * Remove Branden from Uploaders with his permission, and add myself. + + -- Julien Cristau Fri, 17 Aug 2007 13:02:57 +0200 + +xserver-xorg-input-mouse (1:1.2.1-1) unstable; urgency=low + + [ Brice Goglin ] + * 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-mouse + module in the long description. + + [ Drew Parsons ] + * New upstream version. + * Update to latest git while we're at it (adds "Sensitivity" option). + + -- Drew Parsons Thu, 14 Jun 2007 00:44:53 +1000 + +xserver-xorg-input-mouse (1:1.1.2-1) experimental; urgency=low + + * New upstream release (X11R7.2). + * Add link to xserver-xorg-core bug script, so that bugreports contain + the user's config and log files. + * Bump dependency on xserver-xorg-core to >= 2:1.1.1-11, as previous + versions don't have the bug script. + * Generate the dependency on xserver-xorg-core automatically. + * Remove Fabio from Uploaders, with his permission. + * Drop obsolete CVS info from the description, add XS-Vcs-*. + + -- Julien Cristau Mon, 16 Apr 2007 19:27:46 +0200 + +xserver-xorg-input-mouse (1:1.1.1-3) unstable; urgency=low + + * xserver-xorg dependencies should be 2:1.1 not 1:1.1. Closes: #385028. + * Upload to unstable (X11R7.1 transition). + + -- Drew Parsons Sat, 23 Sep 2006 09:55:27 +1000 + +xserver-xorg-input-mouse (1:1.1.1-2) experimental; urgency=low + + * Updated dependencies to xserver-xorg (>= 1:1.1.1-1). Closes: #382979. + + -- Drew Parsons Mon, 14 Aug 2006 23:43:09 +1000 + +xserver-xorg-input-mouse (1:1.1.1-1) experimental; urgency=low + + * New upstream release (X11R7.1, xf86-input-mouse-1.1.1). + - applies patch 01_stolen_fron_HEAD_spurious_mouse_events.diff. + * Use debhelper v5. + * Use dh_installman to install man page. + * Exclude .la (and manpages) from dh_install. + + -- Drew Parsons Sun, 13 Aug 2006 00:51:02 +1000 + +xserver-xorg-input-mouse (1:1.0.4-4) UNRELEASED; urgency=low + + * Test for obj-$(DEB_BUILD_GNU_TYPE) before creating it during build; + idempotency fix. + + -- Andres Salomon Mon, 17 Jul 2006 00:36:45 -0400 + +xserver-xorg-input-mouse (1:1.0.4-3) unstable; urgency=low + + [ David Martínez Moreno ] + * debian/rules: + - Added support for patches. + - Added --list-missing to dh_install. + - Added DRIVER_MAN_SUFFIX=4x and DRIVER_MAN_DIR=\$$\(mandir\)/man4 to + configure call in order to ship mouse.man as mouse.4x, but inside + /usr/share/man/man4/. I did this because otherwise it would conflict + with mouse.4 from manpages. Many thanks to Russ Albery for the hint. + - Added README to installed docs. + * 01_stolen_fron_HEAD_spurious_mouse_events.diff: Added patch for mouse.c + from CVS in order to fix fast scrolling and wrong events. Closes: #366787. + * Added /usr/share/man to xserver-xorg-input-mouse.install. + * debian/control: + - Updated Standards-Version to 3.7.2.0. + - Added Depends on xserver-xorg-core (>= 1:0.99.0-1). + + [ David Nusinow ] + * Add quilt to Build-Depends. + + -- David Martínez Moreno Sat, 13 May 2006 23:59:58 +0200 + +xserver-xorg-input-mouse (1:1.0.4-2) unstable; urgency=low + + * Upload to modular + + -- David Nusinow Sun, 26 Mar 2006 20:25:11 -0500 + +xserver-xorg-input-mouse (1:1.0.4-1) experimental; urgency=low + + * New upstream release + + -- David Nusinow Tue, 21 Mar 2006 21:46:36 -0500 + +xserver-xorg-input-mouse (1:1.0.3.1-1) experimental; urgency=low + + * First upload to Debian + * Fill in copyright information + * Change source package, package, and provides names to denote the + type of driver and that they are for xserver-xorg + + -- David Nusinow Thu, 19 Jan 2006 19:51:24 -0500 + +xserver-xorg-input-mouse (1:1.0.3.1-0ubuntu1) dapper; urgency=low + + * New upstream release. + * Add provides on xserver-xorg-input. + + -- David Nusinow Fri, 13 Jan 2006 00:28:29 -0500 + +xserver-xorg-input-mouse (1:1.0.3-0ubuntu1) dapper; urgency=low + + * New upstream release. + + -- Daniel Stone Mon, 19 Dec 2005 08:57:45 +1100 + +xserver-xorg-input-mouse (1:1.0.2-0ubuntu1) dapper; urgency=low + + * New upstream release. + + -- Daniel Stone Mon, 12 Dec 2005 13:39:36 +1100 + +xserver-xorg-input-mouse (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:49:36 +1100 + +xserver-xorg-input-mouse (1:1.0.1-0ubuntu1) dapper; urgency=low + + * New upstream release. + * Bump Build-Depends on xserver-xorg-dev. + + -- Daniel Stone Tue, 22 Nov 2005 12:48:05 +1100 + +xserver-xorg-input-mouse (1:1.0.0.1-2) dapper; urgency=low + + * Add an actual, er, copyright file. *cough* + + -- Daniel Stone Wed, 26 Oct 2005 11:05:30 +1000 + +xserver-xorg-input-mouse (1:1.0.0.1-1) dapper; urgency=low + + * New upstream release. + + -- Daniel Stone Thu, 20 Oct 2005 13:49:22 +1000 + +xserver-xorg-input-mouse (1:1.0.0-1) breezy; urgency=low + + * First xserver-xorg-input-mouse release. + + -- Daniel Stone Wed, 6 Jul 2005 15:48:17 +1000 --- xserver-xorg-input-mouse-1.7.1.orig/debian/xserver-xorg-input-mouse.install +++ xserver-xorg-input-mouse-1.7.1/debian/xserver-xorg-input-mouse.install @@ -0,0 +1,2 @@ +usr/lib/xorg/modules/input/*.so +usr/share/man --- xserver-xorg-input-mouse-1.7.1.orig/debian/xserver-xorg-input-mouse.links +++ xserver-xorg-input-mouse-1.7.1/debian/xserver-xorg-input-mouse.links @@ -0,0 +1 @@ +usr/share/bug/xserver-xorg-core/script usr/share/bug/xserver-xorg-input-mouse/script --- xserver-xorg-input-mouse-1.7.1.orig/debian/watch +++ xserver-xorg-input-mouse-1.7.1/debian/watch @@ -0,0 +1,3 @@ +#git=git://anongit.freedesktop.org/xorg/driver/xf86-input-mouse +version=3 +http://xorg.freedesktop.org/releases/individual/driver/ xf86-input-mouse-(.*)\.tar\.gz --- xserver-xorg-input-mouse-1.7.1.orig/debian/README.source +++ xserver-xorg-input-mouse-1.7.1/debian/README.source @@ -0,0 +1,49 @@ +------------------------------------------------------ +Quick Guide To Patching This Package For The Impatient +------------------------------------------------------ + +1. Make sure you have quilt installed +2. Unpack the package as usual with "dpkg-source -x" +3. Run the "patch" target in debian/rules +4. Create a new patch with "quilt new" (see quilt(1)) +5. Edit all the files you want to include in the patch with "quilt edit" + (see quilt(1)). +6. Write the patch with "quilt refresh" (see quilt(1)) +7. Run the "clean" target in debian/rules + +Alternatively, instead of using quilt directly, you can drop the patch in to +debian/patches and add the name of the patch to debian/patches/series. + +------------------------------------ +Guide To The X Strike Force Packages +------------------------------------ + +The X Strike Force team maintains X packages in git repositories on +git.debian.org in the pkg-xorg subdirectory. Most upstream packages +are actually maintained in git repositories as well, so they often +just need to be pulled into git.debian.org in a "upstream-*" branch. +Otherwise, the upstream sources are manually installed in the Debian +git repository. + +The .orig.tar.gz upstream source file could be generated using this +"upstream-*" branch in the Debian git repository but it is actually +copied from upstream tarballs directly. + +Due to X.org being highly modular, packaging all X.org applications +as their own independent packages would have created too many Debian +packages. For this reason, some X.org applications have been grouped +into larger packages: xutils, xutils-dev, x11-apps, x11-session-utils, +x11-utils, x11-xfs-utils, x11-xkb-utils, x11-xserver-utils. +Most packages, including the X.org server itself and all libraries +and drivers are, however maintained independently. + +The Debian packaging is added by creating the "debian-*" git branch +which contains the aforementioned "upstream-*" branch plus the debian/ +repository files. +When a patch has to be applied to the Debian package, two solutions +are involved: +* If the patch is available in one of the upstream branches, it + may be git'cherry-picked into the Debian repository. In this + case, it appears directly in the .diff.gz. +* Otherwise, the patch is added to debian/patches/ which is managed + with quilt as documented in /usr/share/doc/quilt/README.source. --- xserver-xorg-input-mouse-1.7.1.orig/debian/xserver-xorg-input-mouse-udeb.install +++ xserver-xorg-input-mouse-1.7.1/debian/xserver-xorg-input-mouse-udeb.install @@ -0,0 +1 @@ +usr/lib/xorg/modules/input/*.so --- xserver-xorg-input-mouse-1.7.1.orig/debian/control +++ xserver-xorg-input-mouse-1.7.1/debian/control @@ -0,0 +1,47 @@ +Source: xserver-xorg-input-mouse +Section: x11 +Priority: optional +Maintainer: Debian X Strike Force +Uploaders: Drew Parsons , Cyril Brulebois +Build-Depends: + debhelper (>= 8), + dh-autoreconf, + pkg-config, + xserver-xorg-dev (>= 2:1.9.99.902), + x11proto-input-dev, + x11proto-core-dev, + x11proto-randr-dev, + quilt, + xutils-dev (>= 1:7.5+4) +Standards-Version: 3.9.2 +Vcs-Git: git://git.debian.org/git/pkg-xorg/driver/xserver-xorg-input-mouse +Vcs-Browser: http://git.debian.org/?p=pkg-xorg/driver/xserver-xorg-input-mouse.git + +Package: xserver-xorg-input-mouse +Architecture: any +Depends: + ${shlibs:Depends}, + ${misc:Depends}, + ${xinpdriver:Depends}, +Provides: + ${xinpdriver:Provides} +Description: X.Org X server -- mouse input driver + This package provides the driver for mouse input devices. + . + More information about X.Org can be found at: + + . + This package is built from the X.org xf86-input-mouse driver module. + +Package: xserver-xorg-input-mouse-udeb +XC-Package-Type: udeb +Section: debian-installer +Architecture: hurd-any kfreebsd-any +Depends: + ${shlibs:Depends}, + ${misc:Depends}, + ${xinpdriver:Depends}, +Provides: + ${xinpdriver:Provides} +Description: X.Org X server -- mouse input driver + This is a udeb, or a microdeb, for the debian-installer. --- xserver-xorg-input-mouse-1.7.1.orig/debian/xserver-xorg-input-mouse.docs +++ xserver-xorg-input-mouse-1.7.1/debian/xserver-xorg-input-mouse.docs @@ -0,0 +1 @@ +README --- xserver-xorg-input-mouse-1.7.1.orig/debian/copyright +++ xserver-xorg-input-mouse-1.7.1/debian/copyright @@ -0,0 +1,135 @@ +This package was downloaded from +http://xorg.freedesktop.org/releases/individual/driver/ + +Copyright (c) 2004-2005, 2008-2010, Oracle and/or its affiliates. +All rights reserved. + +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 (including the next +paragraph) 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 AUTHORS OR COPYRIGHT HOLDERS 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. + +Copyright 1990,91 by Thomas Roell, Dinkelscherben, Germany. +Copyright 1993 by David Dawes +Copyright 2002 by SuSE Linux AG, Author: Egbert Eich +Copyright 1994-2002 by The XFree86 Project, Inc. +Copyright 2002 by Paul Elliott + +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 copyright holders not be +used in advertising or publicity pertaining to distribution of the +software without specific, written prior permission. The copyright holders +make no representations about the suitability of this +software for any purpose. It is provided "as is" without express or +implied warranty. + +THE COPYRIGHT HOLDERS DISCLAIM ALL WARRANTIES WITH REGARD TO THIS +SOFTWARE, INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS, IN NO EVENT SHALL THE COPYRIGHT HOLDERS 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. + + +Copyright 1998 by Kazutaka YOKOTA + +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 Kazutaka YOKOTA not be used in +advertising or publicity pertaining to distribution of the software without +specific, written prior permission. Kazutaka YOKOTA makes no representations +about the suitability of this software for any purpose. It is provided +"as is" without express or implied warranty. + +KAZUTAKA YOKOTA DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE, +INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO +EVENT SHALL KAZUTAKA YOKOTA 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. + +Copyright (c) 1999-2003 by The XFree86 Project, 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 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. + +Copyright 2001 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. --- xserver-xorg-input-mouse-1.7.1.orig/debian/rules +++ xserver-xorg-input-mouse-1.7.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-mouse debian/local/10-x11-mouse.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-mouse-1.7.1.orig/debian/local/10-x11-mouse.fdi +++ xserver-xorg-input-mouse-1.7.1/debian/local/10-x11-mouse.fdi @@ -0,0 +1,10 @@ + + + + + + mouse + + + +