From 6f42820428f5acde0b9948ba0c11e6d06301c699 Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Sun, 20 Jan 2013 12:52:42 +0000 Subject: [PATCH] revert --- debian/README.Debian | 11 +++++++++++ debian/changelog | 7 ------- debian/rules | 3 +++ 3 files changed, 14 insertions(+), 7 deletions(-) diff --git a/debian/README.Debian b/debian/README.Debian index 060aeed..1771568 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -1,6 +1,17 @@ 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 63d60b9..e53e13a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,10 +1,3 @@ -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 ee6d987..40689c0 100755 --- a/debian/rules +++ b/debian/rules @@ -15,3 +15,6 @@ 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