diff --git a/debian/README.Debian b/debian/README.Debian index 1771568..060aeed 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -1,17 +1,6 @@ ccid for Debian --------------- -Note for a USB smart card reader -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -You should install the udev package - -The libccid driver uses the /proc/bus/usb/ filesystem to communicate -with the USB reader. - -I strongly recommend to install the ``udev'' Debian package. - - Note for a GemPC Twin connected to a serial port ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff --git a/debian/changelog b/debian/changelog index e53e13a..63d60b9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ccid (1.4.9-2) unstable; urgency=low + + * Do not install a udev rule file any more since pcsc-lite >= 1.8.8-1 do not + create a pcscd group and pcscd is run as root. + + -- Ludovic Rousseau Sun, 20 Jan 2013 13:44:28 +0100 + ccid (1.4.9-1) unstable; urgency=low * New upstream release diff --git a/debian/rules b/debian/rules index 40689c0..ee6d987 100755 --- a/debian/rules +++ b/debian/rules @@ -15,6 +15,3 @@ override_dh_auto_install: # move the configuration file in /etc and create a symbolic link mv $(DESTDIR)/usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist $(DESTDIR)/etc/libccid_Info.plist ln -s /etc/libccid_Info.plist $(DESTDIR)/usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist - -override_dh_installudev: - dh_installudev --priority=92