From: Max Kellermann Date: Thu, 29 Oct 2009 08:47:47 +0000 (+0100) Subject: added -dbg package X-Git-Tag: libmpdclient-2.0-1~3 X-Git-Url: https://git.tokkee.org/?p=pkg-libmpdclient.git;a=commitdiff_plain;h=e0d42c5f12effb2a34638c748bb88030da10e580 added -dbg package --- diff --git a/debian/control b/debian/control index a5726db..0e1c984 100644 --- a/debian/control +++ b/debian/control @@ -31,6 +31,19 @@ Description: client library for the Music Player Daemon . 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 d1f6c7f..b7cf0d4 100755 --- a/debian/rules +++ b/debian/rules @@ -85,7 +85,7 @@ binary-arch: build install 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