From e0d42c5f12effb2a34638c748bb88030da10e580 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 29 Oct 2009 09:47:47 +0100 Subject: [PATCH] added -dbg package --- debian/control | 13 +++++++++++++ debian/rules | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) 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 -- 2.30.2