Source: pcsc-lite
Version: 1.8.1-5.1
Severity: wishlist
Tags: patch

Hello,

Could you please add a package with debugging symbols. Please consider
the attached patch (used locally).

-- 
With best wishes
Dmitry

-- System Information:
Debian Release: wheezy/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: i386 (i686)

Kernel: Linux 3.1.0-1-686-pae (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
diff -Nru pcsc-lite-1.8.1/debian/changelog pcsc-lite-1.8.1/debian/changelog
--- pcsc-lite-1.8.1/debian/changelog	2011-12-15 21:48:10.000000000 +0400
+++ pcsc-lite-1.8.1/debian/changelog	2012-01-14 21:04:21.000000000 +0400
@@ -1,3 +1,10 @@
+pcsc-lite (1.8.1-5.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Add a package with debugging symbols 
+
+ -- Dmitry Eremin-Solenikov <dbarysh...@gmail.com>  Sat, 14 Jan 2012 21:04:08 +0400
+
 pcsc-lite (1.8.1-5) unstable; urgency=low
 
   * Fix "[pcscd] unusable due to typo in init.d-script" Correctly set the
diff -Nru pcsc-lite-1.8.1/debian/control pcsc-lite-1.8.1/debian/control
--- pcsc-lite-1.8.1/debian/control	2011-11-30 02:13:09.000000000 +0400
+++ pcsc-lite-1.8.1/debian/control	2012-01-14 21:02:42.000000000 +0400
@@ -36,6 +36,18 @@
  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
+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
diff -Nru pcsc-lite-1.8.1/debian/rules pcsc-lite-1.8.1/debian/rules
--- pcsc-lite-1.8.1/debian/rules	2011-11-30 02:13:45.000000000 +0400
+++ pcsc-lite-1.8.1/debian/rules	2012-01-14 21:04:03.000000000 +0400
@@ -10,3 +10,6 @@
 
 override_dh_auto_configure:
 	dh_auto_configure -- $(EXTRA_CONFIGURE_ARGS) --with-systemdsystemunitdir=/lib/systemd/system
+
+override_dh_strip:
+	dh_strip --dbg-package=libpcsclite-dbg

Reply via email to