[SCM] mpv/master: Add mpv-dbg package as well

ghedo at users.alioth.debian.org ghedo at users.alioth.debian.org
Wed Jun 25 19:14:56 UTC 2014


The following commit has been merged in the master branch:
commit 59dbe15255380ac579e21e82d4081cc05af67e33
Author: Alessandro Ghedini <alessandro at ghedini.me>
Date:   Sat Mar 8 20:46:41 2014 +0100

    Add mpv-dbg package as well

diff --git a/debian/control b/debian/control
index 8757d05..a08cab3 100644
--- a/debian/control
+++ b/debian/control
@@ -73,6 +73,18 @@ Description: video player based on MPlayer/mplayer2
   * ...
  See mpv(1) for more info regarding changes between MPlayer, mplayer2 and mpv.
 
+Package: mpv-dbg
+Priority: extra
+Section: debug
+Architecture: any
+Depends: mpv (= ${binary:Version}), ${misc:Depends}
+Multi-Arch: same
+Description: video player based on MPlayer/mplayer2 (debug)
+ 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 debugging symbols for mpv.
+
 Package: libmpv1
 Section: libs
 Architecture: any
diff --git a/debian/rules b/debian/rules
index 6f66841..b05e963 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,4 +27,5 @@ override_dh_auto_clean:
 	find . -name "*.pyc" -delete
 
 override_dh_strip:
-	dh_strip --dbg-package=libmpv-dbg
+	dh_strip -pmpv --dbg-package=mpv-dbg
+	dh_strip -plibmpv1 --dbg-package=libmpv-dbg

-- 
mpv packaging



More information about the pkg-multimedia-commits mailing list