diff --git a/debian/changelog b/debian/changelog index dcaacc3..3a4157b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,8 +5,11 @@ pcsc-lite (1.6.7-1) unstable; urgency=low >= 1.4.1~ of libccid. Previous versions of libccid do not have the udev rule file to set the device permissions so the reader is not usable with the pcscd when run as NON root (Closes: #613404) + * Fix "missing dependecy for libpcsclite1 in fiting version" libpcsclite1 + now depends on the exact same version of pcscd instead of just conflicting + with a previous version of pcscd (Closes: #613405) - -- Ludovic Rousseau Tue, 22 Feb 2011 23:47:38 +0100 + -- Ludovic Rousseau Tue, 22 Feb 2011 23:53:28 +0100 pcsc-lite (1.6.6-2) unstable; urgency=low diff --git a/debian/control b/debian/control index d54f228..0ca184e 100644 --- a/debian/control +++ b/debian/control @@ -35,8 +35,8 @@ Description: Middleware to access a smart card using PC/SC (development files) Package: libpcsclite1 Section: libs Architecture: any -Conflicts: libpcsclite-dev (<< ${binary:Version}), pcscd (<< ${binary:Version}) -Depends: ${shlibs:Depends}, ${misc:Depends}, pcscd +Conflicts: libpcsclite-dev (<< ${binary:Version}) +Depends: ${shlibs:Depends}, ${misc:Depends}, pcscd (${binary:Version}) Description: Middleware to access a smart card using PC/SC (library) The purpose of PC/SC Lite is to provide a Windows(R) SCard interface in a very small form factor for communicating to smartcards and