Fix "please package libpcsclite debug symbols" by providing a new

package libpcsclite-dbg (Closes: #655915)
This commit is contained in:
Ludovic Rousseau 2012-01-18 16:06:15 +00:00
parent c6d649988d
commit 6a97240dfc
3 changed files with 18 additions and 1 deletions

4
debian/changelog vendored
View File

@ -4,8 +4,10 @@ pcsc-lite (1.8.2-1) unstable; urgency=low
* Fix "Please enabled hardened build flags" by using $(shell
dpkg-buildflags --export=configure) as a ./configure argument
(Closes: #656273)
* Fix "please package libpcsclite debug symbols" by providing a new
package libpcsclite-dbg (Closes: #655915)
-- Ludovic Rousseau <rousseau@debian.org> Wed, 18 Jan 2012 16:53:59 +0100
-- Ludovic Rousseau <rousseau@debian.org> Wed, 18 Jan 2012 16:57:52 +0100
pcsc-lite (1.8.1-5) unstable; urgency=low

13
debian/control vendored
View File

@ -36,6 +36,19 @@ 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
Section: debug
Architecture: any
Priority: extra
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
in a very small form factor for communicating to smart cards and
smart cards readers.
.
This package contains the detached debugging symbols to be used for
debugging the applications using PC/SC Lite.
Package: libpcsclite1
Section: libs
Architecture: any

2
debian/rules vendored
View File

@ -11,3 +11,5 @@ endif
override_dh_auto_configure:
dh_auto_configure -- $(EXTRA_CONFIGURE_ARGS) --with-systemdsystemunitdir=/lib/systemd/system $(shell dpkg-buildflags --export=configure)
override_dh_strip:
dh_strip --dbg-package=libpcsclite-dbg