Code

added -dbg package
authorMax Kellermann <max@duempel.org>
Thu, 29 Oct 2009 08:47:47 +0000 (09:47 +0100)
committerMax Kellermann <max@duempel.org>
Thu, 29 Oct 2009 08:47:47 +0000 (09:47 +0100)
debian/control
debian/rules

index a5726db7298350ccbca45b8c40203a8d9f265a8c..0e1c984df39b33741032cfe502faee1c57d4d717 100644 (file)
@@ -31,6 +31,19 @@ Description: client library for the Music Player Daemon
  .
  This package contains the shared library.
 
  .
  This package contains the shared library.
 
+Package: libmpdclient2-dbg
+Section: libdevel
+Priority: extra
+Architecture: any
+Depends: libmpdclient2 (= ${binary:Version})
+Description: Debug symbols for libmpdclient2
+ libmpdclient provides an API for interfacing the Music Player Daemon (MPD). It
+ offers a low-level asynchronous API which knowns the MPD protocol syntax as
+ well as a higher level synchronous API implementing the MPD commands and
+ parsing all responses.
+ .
+ This package provides the debugging symbols for the shared library.
+
 Package: libmpdclient-doc
 Section: doc
 Architecture: all
 Package: libmpdclient-doc
 Section: doc
 Architecture: all
index d1f6c7f1b726a2e952deeeaca513754eb750092a..b7cf0d49ed789e378404d8b1d566034540e8092e 100755 (executable)
@@ -85,7 +85,7 @@ binary-arch: build install
        dh_installchangelogs -a NEWS
        dh_installdocs -a AUTHORS
        dh_link -a
        dh_installchangelogs -a NEWS
        dh_installdocs -a AUTHORS
        dh_link -a
-       dh_strip -a
+       dh_strip -a --dbg-package=libmpdclient2-dbg
        dh_compress -a
        dh_fixperms -a
        dh_makeshlibs -a
        dh_compress -a
        dh_fixperms -a
        dh_makeshlibs -a