I was also hit by this bug while tracking Squeeze/Sid. $ dpkg -L xserver-xorg-input-wacom | grep udev/rules.d/ /lib/udev/rules.d/69-xserver-xorg-input-wacom.rules /etc/udev/rules.d/z60_xserver-xorg-input-wacom.rules
To workaround the problem I purged the package. This removed both all of the configuration files and also the meta dependency package above it. Then I reinstalled the meta dependency package which pulled in a fresh copy of xserver-xorg-input-wacom without the troubling udev file. # apt-get remove --purge xserver-xorg-input-wacom # apt-get install xserver-xorg-input-all $ dpkg -L xserver-xorg-input-wacom | grep udev/rules.d/ /lib/udev/rules.d/69-xserver-xorg-input-wacom.rules Perhaps this will give some people suffering from the bug some relief. Bob -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org