diff --git a/debian/changelog b/debian/changelog index 1ba375d..8d22cbf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,12 +8,13 @@ pcsc-lite (1.8.1-1) unstable; urgency=low * debian/control: libpcsclite1 now Breaks: instead of Conflicts: libpcsclite-dev (<< ${binary:Version}) * debian/control: Suggests: systemd + * debian/control: libpcsclite-dev now provides libpcscspy.so * debian/pcscd.dirs: do not install empty directories usr/lib/pcsc/drivers and usr/lib/pcsc/services. Reported by lintian * debian/libpcsclite-dev.install: do not distribute the .la file any more * debian/pcscd.install: install systemd configuration files - -- Ludovic Rousseau Fri, 25 Nov 2011 17:15:57 +0100 + -- Ludovic Rousseau Fri, 25 Nov 2011 17:28:53 +0100 pcsc-lite (1.7.4-2) unstable; urgency=low diff --git a/debian/control b/debian/control index 9aedf90..4279d41 100644 --- a/debian/control +++ b/debian/control @@ -23,7 +23,7 @@ Description: Middleware to access a smart card using PC/SC (daemon side) Package: libpcsclite-dev Section: libdevel Architecture: any -Depends: libpcsclite1 (= ${binary:Version}), ${misc:Depends} +Depends: libpcsclite1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} Description: Middleware to access a smart card using PC/SC (development files) The purpose of PC/SC Lite is to provide a Windows(R) SCard interface in a very small form factor for communicating to smart cards and @@ -32,6 +32,9 @@ Description: Middleware to access a smart card using PC/SC (development files) This package contains the files needed for compiling and linking an application that communicates to any reader available to the PC/SC daemon. + . + This package also contains the PC/SC spying library: libpcscspy.so + See http://ludovicrousseau.blogspot.com/2011/11/pcsc-api-spy-third-try.html Package: libpcsclite1 Section: libs diff --git a/debian/libpcsclite-dev.install b/debian/libpcsclite-dev.install index 14f2398..21a75a0 100644 --- a/debian/libpcsclite-dev.install +++ b/debian/libpcsclite-dev.install @@ -1,3 +1,4 @@ usr/include/PCSC/* usr/lib/libpcsclite.so usr/lib/pkgconfig/libpcsclite.pc +usr/lib/libpcscspy.so*