From 4d1e774de819609f2036da3752a42813690bfeed Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Wed, 18 Jan 2012 16:14:41 +0000 Subject: [PATCH] Fix "please package pcsc-spy.py tool" by installing pcsc-spy in /usr/bin/ from package libpcsclite-dev (Closes: #655756) --- debian/changelog | 4 +++- debian/control | 1 + debian/libpcsclite-dev.install | 1 + debian/libpcsclite-dev.manpages | 1 + 4 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 debian/libpcsclite-dev.manpages diff --git a/debian/changelog b/debian/changelog index bde4f55..08c8221 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,8 +6,10 @@ pcsc-lite (1.8.2-1) unstable; urgency=low (Closes: #656273) * Fix "please package libpcsclite debug symbols" by providing a new package libpcsclite-dbg (Closes: #655915) + * Fix "please package pcsc-spy.py tool" by installing pcsc-spy in + /usr/bin/ from package libpcsclite-dev (Closes: #655756) - -- Ludovic Rousseau Wed, 18 Jan 2012 16:57:52 +0100 + -- Ludovic Rousseau Wed, 18 Jan 2012 17:05:04 +0100 pcsc-lite (1.8.1-5) unstable; urgency=low diff --git a/debian/control b/debian/control index 5b0fe92..cba768e 100644 --- a/debian/control +++ b/debian/control @@ -24,6 +24,7 @@ Package: libpcsclite-dev Section: libdevel Architecture: any Depends: libpcsclite1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} +Recommends: python 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 diff --git a/debian/libpcsclite-dev.install b/debian/libpcsclite-dev.install index 21a75a0..cbe64a3 100644 --- a/debian/libpcsclite-dev.install +++ b/debian/libpcsclite-dev.install @@ -2,3 +2,4 @@ usr/include/PCSC/* usr/lib/libpcsclite.so usr/lib/pkgconfig/libpcsclite.pc usr/lib/libpcscspy.so* +usr/bin/pcsc-spy diff --git a/debian/libpcsclite-dev.manpages b/debian/libpcsclite-dev.manpages new file mode 100644 index 0000000..2858067 --- /dev/null +++ b/debian/libpcsclite-dev.manpages @@ -0,0 +1 @@ +debian/tmp/usr/share/man/man1/pcsc-spy.1