diff options
author | Benjamin Barenblat <bbaren@mit.edu> | 2015-01-19 22:25:18 -0500 |
---|---|---|
committer | Benjamin Barenblat <bbaren@mit.edu> | 2015-01-20 15:40:34 -0500 |
commit | 6207cb4cdb9a363754ca7c7e833106957f6f7198 (patch) | |
tree | f9eec56b80b8f95a48e3e94fd65771885d64de92 /debian | |
parent | 93fcde2c274379204d17f8f6615d4c34cd0b1dd4 (diff) |
Split debugging symbols into their own package
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 11 | ||||
-rwxr-xr-x | debian/rules | 4 |
2 files changed, 15 insertions, 0 deletions
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 |