From e84b74d0102512a528fbc538ff9225008b6209af Mon Sep 17 00:00:00 2001 From: Ludovic Rousseau Date: Sat, 9 Feb 2013 19:56:11 +0000 Subject: [PATCH] Fix "Please include SONAME in debug package name" rename libpcsclite-dbg in libpcsclite1-dbg (Closes: #698372) --- debian/changelog | 7 +++++++ debian/control | 4 +++- debian/rules | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 8155bfb..b9d2ad8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +pcsc-lite (1.8.8-2) unstable; urgency=low + + * Fix "Please include SONAME in debug package name" rename libpcsclite-dbg + in libpcsclite1-dbg (Closes: #698372) + + -- Ludovic Rousseau Sat, 09 Feb 2013 18:59:05 +0100 + pcsc-lite (1.8.8-1) unstable; urgency=low * New upstream release diff --git a/debian/control b/debian/control index a27f5d4..0ce8bb0 100644 --- a/debian/control +++ b/debian/control @@ -38,10 +38,12 @@ Description: Middleware to access a smart card using PC/SC (development files) 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: libpcsclite-dbg +Package: libpcsclite1-dbg Section: debug Architecture: any Priority: extra +Conflicts: libpcsclite-dbg +Replaces: libpcsclite-dbg Depends: libpcsclite1 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} Description: Middleware to access a smart card using PC/SC (debugging symbols) The purpose of PC/SC Lite is to provide a Windows(R) SCard interface diff --git a/debian/rules b/debian/rules index bfdbc7a..3b44a99 100755 --- a/debian/rules +++ b/debian/rules @@ -12,4 +12,4 @@ override_dh_auto_configure: dh_auto_configure -- $(EXTRA_CONFIGURE_ARGS) --with-systemdsystemunitdir=/lib/systemd/system --enable-usbdropdir=/usr/lib/pcsc/drivers $(shell dpkg-buildflags --export=configure) override_dh_strip: - dh_strip --dbg-package=libpcsclite-dbg + dh_strip --dbg-package=libpcsclite1-dbg