From 6207cb4cdb9a363754ca7c7e833106957f6f7198 Mon Sep 17 00:00:00 2001 From: Benjamin Barenblat Date: Mon, 19 Jan 2015 22:25:18 -0500 Subject: Split debugging symbols into their own package --- debian/control | 11 +++++++++++ debian/rules | 4 ++++ 2 files changed, 15 insertions(+) diff --git a/debian/control b/debian/control index 777aa2b9..7c8a0a31 100644 --- a/debian/control +++ b/debian/control @@ -43,6 +43,17 @@ Description: Ultimate music player for GNU/Linux groups within playlists, album cover display, global hotkey support, and OSD integration. +Package: deadbeef-dbg +Architecture: any +Section: debug +Priority: extra +Depends: deadbeef (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends} +Description: Ultimate music player for GNU/Linux systems - debug files + DeaDBeeF (as in 0xDEADBEEF) is an audio player for GNU/Linux, *BSD, + OpenSolaris, and other UNIX-like systems. + . + This package contains gdb debugging symbols for the deadbeef package. + Package: deadbeef-plugins-dev Architecture: all Section: libdevel diff --git a/debian/rules b/debian/rules index 8e72c5bf..08b7e65a 100755 --- a/debian/rules +++ b/debian/rules @@ -67,6 +67,10 @@ override_dh_auto_configure: override_dh_compress: dh_compress -XChangeLog +.PHONY: override_dh_strip +override_dh_strip: + dh_strip --dbg-package=deadbeef-dbg + .PHONY: override_dh_install override_dh_install: -$(RM) debian/tmp/usr/lib/*/deadbeef/*.la -- cgit v1.2.3