wacom-tools (1:0.7.2-0ubuntu7) edgy; urgency=low

  * Invert order or xf86_ansic.h and xisb.h includes to avoid FTBFS #65838.

 -- Scott James Remnant <scott@ubuntu.com>  Fri, 13 Oct 2006 10:57:16 +0100

wacom-tools (1:0.7.2-0ubuntu6) dapper; urgency=low

  * Add missing "|| true" in case the rmdir fails.

 -- Scott James Remnant <scott@ubuntu.com>  Fri, 21 Apr 2006 11:17:47 +0100

wacom-tools (1:0.7.2-0ubuntu5) dapper; urgency=low

  * Drop the hotplug.d script as it's never run anyway.
  * Rename the udev rule to 65-wacom.rules and generally fix.

 -- Scott James Remnant <scott@ubuntu.com>  Thu, 20 Apr 2006 12:45:44 +0100

wacom-tools (1:0.7.2-0ubuntu4) dapper; urgency=low

  * Fix rotation support 

 -- Matthew Garrett <mjg59@srcf.ucam.org>  Sun,  9 Apr 2006 17:31:03 +0100

wacom-tools (1:0.7.2-0ubuntu3) dapper; urgency=low

  * Further init script fixups - should now be happy on machines without PNP
  * Add support for the side buttons on tablet PCs (tested on HP TC1105,
    should work elsewhere) 

 -- Matthew Garrett <mjg59@srcf.ucam.org>  Sun,  9 Apr 2006 16:22:57 +0100

wacom-tools (1:0.7.2-0ubuntu2) dapper; urgency=low

  * Fix up the init script 

 -- Matthew Garrett <mjg59@srcf.ucam.org>  Thu,  6 Apr 2006 00:41:06 +0100

wacom-tools (1:0.7.2-0ubuntu1) dapper; urgency=low

  * New upstream version. Exception granted by Colin Watson.

  * Build xserver-xorg-driver-wacom.
  (Closes Ubuntu: #4773, #28846)

  * Bump epoch to make xserver-xorg-driver-wacom newer than the one in breezy.

 -- Fabio M. Di Nitto <fabbione@ubuntu.com>  Fri, 31 Mar 2006 11:47:06 +0200

wacom-tools (0.6.6-8ubuntu6) breezy; urgency=low

  * Fix rotation support

 -- Matthew Garrett <mjg59@srcf.ucam.org>  Thu, 29 Sep 2005 14:29:16 +0100

wacom-tools (0.6.6-8ubuntu5) breezy; urgency=low

  * Add support for on-the-fly rotation to xsetwacom (#16336)

 -- Matthew Garrett <mjg59@srcf.ucam.org>  Thu, 29 Sep 2005 02:13:56 +0100

wacom-tools (0.6.6-8ubuntu4) breezy; urgency=low

  * Add a new PnP ID (HP tc4200 uses WACf006)

 -- Matthew Garrett <mjg59@srcf.ucam.org>  Sun, 25 Sep 2005 12:52:23 +0100

wacom-tools (0.6.6-8ubuntu3) breezy; urgency=low

  * Ensure that setup is done before X starts

 -- Matthew Garrett <mjg59@srcf.ucam.org>  Wed, 21 Sep 2005 18:12:47 +0100

wacom-tools (0.6.6-8ubuntu2) breezy; urgency=low

  * Add PnP autoconfiguration for serial Wacom devices

 -- Matthew Garrett <mjg59@srcf.ucam.org>  Wed, 21 Sep 2005 17:24:28 +0100

wacom-tools (0.6.6-8ubuntu1) breezy; urgency=low

  * fix missing build-depends for xorg transition.  Closes: #14606

 -- LaMont Jones <lamont@ubuntu.com>  Sat,  3 Sep 2005 11:14:58 -0600

wacom-tools (0.6.6-8) unstable; urgency=low

  * The promised new upstream is still in limbo, so in the
    meantime, s/kdist_config/kdist_configure/
    Closes: #296168, #314739
  * Look for the docs in the correct source location when
    installing them to the binary package.  Closes: #300579
  * And don't pretend they are html.  That is just far too
    surprising for popular taste.

 -- Ron Lee <ron@debian.org>  Sun, 19 Jun 2005 00:37:25 +0930

wacom-tools (0.6.6-7) unstable; urgency=low

  * Restore build-dep on libx11-dev, despite reports to the
    contrary libxt-dev alone is evidently not sufficient.
    Closes: #294960

 -- Ron Lee <ron@debian.org>  Sun, 13 Feb 2005 10:52:07 +1030

wacom-tools (0.6.6-6) unstable; urgency=low

  * Punt device snatching out to userspace via sysfs, it's the only
    way to be sure at present.  This is an(other) experimental
    implementation before the core kernel api is decided and only
    available for kernel 2.6.10 and later at this stage.
  * Add a udev rule to create /dev/input/wacom* for each
    wacom tablet device plugged in to the system.  Its a conffile
    so you can hard code your own device id's there if you want
    constant names that don't depend on the number of wacom devices
    you have and the order you plug them in.
  * Add a hotplug script to poke the module device snatching code.
  * Typo fix in 2.6.7/wacom.c Closes: #294642 thanks.
  * Patch missing functions into 2.6.8/wacom.c, I have a report
    that this works for people who really need it.  Closes: #287941
  * Add debhelper build-dep to the module package.  Closes: #290721
  * Add libx11 build-dep too until this is fixed properly upstream,
    and a dep on build-essential Closes: #288238 thanks.
  * Does not close #286111, nor can I reproduce it still.

 -- Ron Lee <ron@debian.org>  Sat, 12 Feb 2005 16:27:21 +1030

wacom-tools (0.6.6-5) unstable; urgency=low

  * First crack at the device snatching patch.

 -- Ron Lee <ron@debian.org>  Tue, 11 Jan 2005 18:00:40 +1030

wacom-tools (0.6.6-4) unstable; urgency=low

  * Removed evdev patch since what it attempts to do is
    already handled in the kernel for cases where it might
    reliably work.

    Removed usbhid patch since we can get in before it
    without needing to manually maintain a list of 'quirks'.

    Removed mousedev and usbmouse patches, since the former
    is now built into 2.6 kernels anyway and cannot easily
    be replaced on the fly, and since this is simply the wrong
    approach to fixing the problem of dynamic device naming
    for generic devices IMO, it just hides it for some people
    until they buy another device.

    This and tested support for kernel 2.6, Closes: #281230
    and more...

  * Explicitly point configure at the kernel source.  Closes: #285206

  * Update the other libtool goop as well to fix FTBFS
    on mips and mipsel.  Closes: #285213

  * (ab)use a shared 'confdir' (and worse) to restore something like
    the functionality needed by wacom.modutils for wacom.modprobe
    until we can fix the kernel.  Don't try this at home kids, it is
    surely not best practice in any of the domains it kludges through.
    Though its as legal as falling asleep sober at the wheel ...

 -- Ron Lee <ron@debian.org>  Fri, 10 Dec 2004 16:12:07 +1030

wacom-tools (0.6.6-3) unstable; urgency=low

  * Updated to build with 2.6.10-rc2.

 -- Ron Lee <ron@debian.org>  Fri,  3 Dec 2004 23:58:50 +1030

wacom-tools (0.6.6-2) unstable; urgency=low

  * Updated patch for kernel 2.4.28

 -- Ron Lee <ron@debian.org>  Fri,  3 Dec 2004 03:24:16 +1030

wacom-tools (0.6.6-1) unstable; urgency=low

  * New upstream release incorporating submitted fixes,
    thanks Ping!
  * Add missing build depends, Closes: #281451
    thanks Andreas Jochens.
  * Included fr.po debconf template translation, Closes: #282768
    thanks Jean-Luc Coulon (f5ibh) and the debian-l10n-french ml.
  * Use DESTDIR instead of (ab)using prefix as it is supported here.
    Closes: #283037

 -- Ron Lee <ron@debian.org>  Thu,  2 Dec 2004 19:09:05 +1030

wacom-tools (0.6.5-2) unstable; urgency=low

  * This package builds arch any utils too, add suitable build depends.
    Closes: #281126  Thanks lamont.

 -- Ron Lee <ron@debian.org>  Sun, 14 Nov 2004 20:54:13 +1030

wacom-tools (0.6.5-1) unstable; urgency=low

  * New linuxwacom beta release.
  * Improves support for Intuos3 and more recent 2.6 branch kernels.
    (but still only tested with 2.4.27, see below)

 -- Ron Lee <ron@debian.org>  Sun,  7 Nov 2004 01:32:34 +1030

wacom-tools (0.6.4-1) unstable; urgency=low

  * Initial trivial packaging.  Note this has only been tested with 2.4.27.
  * Provides the basics from the linuxwacom project -- test and config tools,
    and kernel modules in a convenient form for users of kernel packages.
    It does not provide an updated X11 module, hopefully any important parts
    of that will be ultimately be included by the X maintainers once I look
    at what they might accept.
  * Updated config.{guess,sub}.
  * Modify the version detection to handle a non-numeric suffix
    from --append_to_version or flavour.
  * Closes: #279555

 -- Ron Lee <ron@debian.org>  Thu,  4 Nov 2003 16:06:55 -0800

