This commit is contained in:
Ludovic Rousseau 2013-01-20 12:52:42 +00:00
parent ea2d771b90
commit 6f42820428
3 changed files with 14 additions and 7 deletions

11
debian/README.Debian vendored
View File

@ -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
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

7
debian/changelog vendored
View File

@ -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 <rousseau@debian.org> Sun, 20 Jan 2013 13:44:28 +0100
ccid (1.4.9-1) unstable; urgency=low
* New upstream release

3
debian/rules vendored
View File

@ -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