summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b32c49c)
raw | patch | inline | side by side (parent: b32c49c)
author | Max Kellermann <max@duempel.org> | |
Thu, 29 Oct 2009 08:47:47 +0000 (09:47 +0100) | ||
committer | Max Kellermann <max@duempel.org> | |
Thu, 29 Oct 2009 08:47:47 +0000 (09:47 +0100) |
debian/control | patch | blob | history | |
debian/rules | patch | blob | history |
diff --git a/debian/control b/debian/control
index a5726db7298350ccbca45b8c40203a8d9f265a8c..0e1c984df39b33741032cfe502faee1c57d4d717 100644 (file)
--- a/debian/control
+++ b/debian/control
.
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
diff --git a/debian/rules b/debian/rules
index d1f6c7f1b726a2e952deeeaca513754eb750092a..b7cf0d49ed789e378404d8b1d566034540e8092e 100755 (executable)
--- a/debian/rules
+++ b/debian/rules
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