Fix "Please include SONAME in debug package name" rename libpcsclite-dbg

in libpcsclite1-dbg (Closes: #698372)
This commit is contained in:
Ludovic Rousseau 2013-02-09 19:56:11 +00:00
parent a6c11dc1e7
commit e84b74d010
3 changed files with 11 additions and 2 deletions

7
debian/changelog vendored
View File

@ -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 <rousseau@debian.org> Sat, 09 Feb 2013 18:59:05 +0100
pcsc-lite (1.8.8-1) unstable; urgency=low
* New upstream release

4
debian/control vendored
View File

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

2
debian/rules vendored
View File

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