diff --git a/debian/changelog b/debian/changelog index 7595f4a..97a83a0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,9 @@ pcsc-lite (1.5.5-2) unstable; urgency=medium configuration file to detect manual edition. Closes: #565896 "pcscd: overwrites changes in configuration files" urgency=medium because of RC bug. + * fix lintian warning: debhelper-but-no-misc-depends - -- Ludovic Rousseau Sat, 30 Jan 2010 17:40:44 +0100 + -- Ludovic Rousseau Sat, 30 Jan 2010 18:30:50 +0100 pcsc-lite (1.5.5-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 914707d..c27d132 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,7 @@ Homepage: http://pcsclite.alioth.debian.org/ Package: pcscd Architecture: any Priority: extra -Depends: libccid | pcsc-ifd-handler, ${shlibs:Depends}, lsb-base (>= 3.0-6), hal +Depends: libccid | pcsc-ifd-handler, ${shlibs:Depends}, ${misc:Depends}, lsb-base (>= 3.0-6), hal Conflicts: libccid (<= 1.0.0-1) Description: Middleware to access a smart card using PC/SC (daemon side) The purpose of PC/SC Lite is to provide a Windows(R) SCard interface @@ -25,7 +25,7 @@ Package: libpcsclite-dev Section: libdevel Priority: optional Architecture: any -Depends: libpcsclite1 (= ${binary:Version}) +Depends: libpcsclite1 (= ${binary:Version}), ${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 @@ -40,7 +40,7 @@ Section: libs Priority: optional Architecture: any Conflicts: libpcsclite-dev (<< ${binary:Version}), pcscd (<< ${binary:Version}) -Depends: ${shlibs:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: pcscd 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