[SCM] mpv/master: Add -dbg package

ghedo at users.alioth.debian.org ghedo at users.alioth.debian.org
Tue Aug 13 23:09:37 UTC 2013


The following commit has been merged in the master branch:
commit e20a424476d7e3beef605ffdd52b17b91c7de880
Author: Alessandro Ghedini <alessandro at ghedini.me>
Date:   Wed Aug 14 01:04:35 2013 +0200

    Add -dbg package

diff --git a/debian/control b/debian/control
index f71c963..9bec560 100644
--- a/debian/control
+++ b/debian/control
@@ -66,3 +66,15 @@ Description: video player based on MPlayer/mplayer2
   * Screenshot improvements
   * ...
  See mpv(1) for more info regarding changes between MPlayer, mplayer2 and mpv.
+
+Package: mpv-dbg
+Priority: extra
+Section: debug
+Architecture: any
+Depends: ${misc:Depends}, mpv (= ${binary:Version})
+Multi-Arch: same
+Description: video player based on MPlayer/mplayer2
+ mpv is a movie player based on MPlayer and mplayer2. It supports a wide
+ variety of video file formats, audio and video codecs, and subtitle types.
+ .
+ This package provides the debugging symbols for mpv.
diff --git a/debian/rules b/debian/rules
index 54d6434..3136c7f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,3 +8,6 @@ override_dh_auto_configure:
 
 override_dh_auto_clean:
 	test -f config.mak && dh_auto_clean || true
+
+override_dh_strip:
+	dh_strip --dbg-package=mpv-dbg

-- 
mpv packaging



More information about the pkg-multimedia-commits mailing list