debian/control: libpcsclite-dev now provides libpcscspy.so

This commit is contained in:
Ludovic Rousseau 2011-11-25 16:29:27 +00:00
parent 90d6998914
commit 04f1ad402b
3 changed files with 7 additions and 2 deletions

3
debian/changelog vendored
View File

@ -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 <rousseau@debian.org> Fri, 25 Nov 2011 17:15:57 +0100
-- Ludovic Rousseau <rousseau@debian.org> Fri, 25 Nov 2011 17:28:53 +0100
pcsc-lite (1.7.4-2) unstable; urgency=low

5
debian/control vendored
View File

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

View File

@ -1,3 +1,4 @@
usr/include/PCSC/*
usr/lib/libpcsclite.so
usr/lib/pkgconfig/libpcsclite.pc
usr/lib/libpcscspy.so*