ccid (1.3.1-1) unstable; urgency=low * New upstream release -- Ludovic Rousseau Fri, 16 Nov 2007 15:25:46 +0100 ccid (1.3.0-3) unstable; urgency=low * debian/watch: update URL to make it work again. Closes: #449691: "ccid: debian/watch fails to report upstream's version" * debian/control: use Homepage: field -- Ludovic Rousseau Wed, 07 Nov 2007 16:29:22 +0000 ccid (1.3.0-2) unstable; urgency=low * debian/rules: use dh_installudev to install the udev file * debian/control: Build-Depends: debhelper (>= 5.0.45) to have use dh_installudev * debian/compat: set to 5 -- Ludovic Rousseau Sat, 02 Jun 2007 21:09:52 +0200 ccid (1.3.0-1) unstable; urgency=low * New upstream release * debian/control: - upgrade Standards-Version: 3.6.2 -> 3.7.2. No change needed - add XS-Vcs-Browser: and Xs-Vcs-Svn: fields -- Ludovic Rousseau Thu, 10 May 2007 16:52:22 +0200 ccid (1.2.1-1) unstable; urgency=low * New upstream release - now supports the O2Micro Oz7762 Closes: #381689 "should not barf on Oz776 firmware" Closes: #381834 "spams syslog when no card is inserted" Closes: #385072 "pcscd: excessive amount of logging" -- Ludovic Rousseau Sat, 27 Jan 2007 18:11:46 +0100 ccid (1.2.0-1) unstable; urgency=low * New upstream release * debian/control: - Build-Depends: libpcsclite-dev (>= 1.3.3-1) - libccid Depends: udev * debian/rules: use --enable-udev and install the udev rule file -- Ludovic Rousseau Thu, 25 Jan 2007 21:23:28 +0100 ccid (1.1.0-1) unstable; urgency=low * New upstream release * debian/rules: add --enable-twinserial to ./configure -- Ludovic Rousseau Fri, 11 Aug 2006 20:45:32 +0200 ccid (1.0.1-2) unstable; urgency=low * debian/copyright: - update licence from GPL-2 to LGPL-2.1 - add all the copyright owner names * debian/rules: do not check for nostrip in $(DEB_BUILD_OPTIONS) since we use dh_strip with this test included * debian/control: update the list of supported smart card readers * debian/{rules,control}: do not use dpatch since we have no patch to apply -- Ludovic Rousseau Sun, 23 Apr 2006 20:29:01 +0200 ccid (1.0.1-1) unstable; urgency=low * New upstream release -- Ludovic Rousseau Sat, 22 Apr 2006 17:42:11 +0200 ccid (1.0.0-1) unstable; urgency=low * New upstream release * debian/README.Debian: change recommendation from hotplug to udev * debian/control: update the list of supported smart card readers -- Ludovic Rousseau Fri, 3 Mar 2006 22:09:10 +0100 ccid (0.9.4-4) unstable; urgency=low * debian/control: remove the Depends: pcscd to avoid a circular dependency with pcscd. See http://lists.debian.org/debian-devel/2006/01/msg00515.html we now have: Recommends: pcscd (>= 1.2.9-beta9-1) Conflicts: pcscd (<< 1.2.9-beta9-1) -- Ludovic Rousseau Fri, 10 Feb 2006 16:20:34 +0100 ccid (0.9.4-3) unstable; urgency=low * debian/rules: move Info.plist from from /usr/lib/pcsc/drivers/ifd-ccid.bundle/Contents/Info.plist to /etc/libccid_Info.plist to make it a conffile so that user modifications are not lost with an upgrade * debian/control: Standards-Version: 3.6.2 -> 3.6.2, no change -- Ludovic Rousseau Fri, 2 Dec 2005 17:13:51 +0100 ccid (0.9.4-2) unstable; urgency=low * debian/control: - libccid Depends: on pcscd (>= 1.2.9-beta9-1) - remove Recommends: hotplug since udev should be used instead - add some more readers in the long description -- Ludovic Rousseau Sun, 27 Nov 2005 21:18:54 +0100 ccid (0.9.4-1) unstable; urgency=low * New upstream release - Closes: #326928 "Incorrect spelling in name" - remove debian/patches/22_ifdhandler.c.dpatch now included upstream * debian/control: Build-Depends on libpcsclite-dev (>= 1.2.9-beta9-1) instead of beta8 -- Ludovic Rousseau Sun, 27 Nov 2005 21:09:42 +0100 ccid (0.9.3-2) unstable; urgency=low * debian/patches/22_ifdhandler.c.dpatch: #include Closes: #337252 "FTBFS: 'SCARD_ATTR_ATR_STRING' undeclared" * debian/control: Build-Depends: libpcsclite-dev (>= 1.2.9-beta8-1). This new version has the defines in PCSC/reader.h instead of PCSC/ifdhandler.h -- Ludovic Rousseau Fri, 4 Nov 2005 18:35:50 +0100 ccid (0.9.3-1) unstable; urgency=low * New upstream release -- Ludovic Rousseau Tue, 15 Mar 2005 19:58:47 +0100 ccid (0.9.2-3) unstable; urgency=high * urgency high since the package is unusable with the libusb in sarge * debian/patches/01_ccid_usb.c.dpatch: avoid a crash when the reader is removed because of a change in libusb -- Ludovic Rousseau Sat, 5 Mar 2005 12:20:00 +0100 ccid (0.9.2-2) unstable; urgency=medium * debian/control: Build-Depends on pkg-config -- Ludovic Rousseau Sun, 15 Aug 2004 23:47:57 +0200 ccid (0.9.2-1) unstable; urgency=medium * New upstream release * urgency=medium because this new release fixes many important bugs and the version now in testing (0.4.1-1) is (very) old and very limited. The present version should be released with sarge. * debian/patches: patches included upstream so removed from the Debian package -- Ludovic Rousseau Sun, 15 Aug 2004 22:56:56 +0200 ccid (0.9.1-2) unstable; urgency=low * 21_ifdhandler.c.dpatch: update IFDHControl() API. Closes: #263328 * debian/control: Build-Depends: libpcsclite-dev (>= 1.2.9-beta5-1) instead of 1.2.9-beta3-1 to use the new IFDHControl() API. -- Ludovic Rousseau Tue, 3 Aug 2004 22:51:04 +0200 ccid (0.9.1-1) unstable; urgency=low * New upstream release * debian/control: - Build-Depends: libpcsclite-dev (>= 1.2.9-beta3-1), dpatch - update the list of supported readers * debian/patches: - 10_Info.plist.dpatch : replace VENDOR pattern by MAGIC_VENDOR since we also have a VENDOR in IOCTL_SMARTCARD_VENDOR_IFD_EXCHANGE and then a collision. - 20_ccid_serial.c.dpatch: OpenSerialByName(): perform a command (get the reader firmware) to be sure a GemPC Twin (serial or pcmcia) reader is connected -- Ludovic Rousseau Sat, 3 Jul 2004 16:11:31 +0200 ccid (0.4.1-1) unstable; urgency=low * New upstream release -- Ludovic Rousseau Sun, 15 Feb 2004 14:09:18 +0100 ccid (0.3.2-1) unstable; urgency=low * New upstream release -- Ludovic Rousseau Wed, 5 Nov 2003 19:36:49 +0100 ccid (0.3.1-1) unstable; urgency=low * New upstream release * debian/README.Debian: important notes about the GemPC Twin driver when connected to a serial port. The serial port configuration is not automatic. * debian/postinst, postrm: regenerate /etc/reader.conf using update-reader.conf(8) when installing or removing the package * debian/control: - Build-Depends on autotools-dev - modivied homepage URL - add a list of supported readers -- Ludovic Rousseau Tue, 23 Sep 2003 22:35:19 +0200 ccid (0.2.0-2) unstable; urgency=low * debian/control: add flex to Build-Depends:. Closes: #208274 -- Ludovic Rousseau Tue, 2 Sep 2003 21:07:12 +0200 ccid (0.2.0-1) unstable; urgency=low * Initial Release. -- Ludovic Rousseau Tue, 26 Aug 2003 23:53:13 +0200