[SCM] mplayer2/master: Add -DBG package.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue Mar 22 15:01:45 UTC 2011


The following commit has been merged in the master branch:
commit 66611dec9c20f9aaaff214a340bbb09b31701d70
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue Mar 22 16:01:42 2011 +0100

    Add -DBG package.

diff --git a/debian/control b/debian/control
index 722ce6e..01aa2da 100644
--- a/debian/control
+++ b/debian/control
@@ -85,3 +85,16 @@ Description: next generation movie player for Unix-like systems
  them support software or hardware scaling, therefore allowing fullscreen
  display. MPlayer is also able to use some hardware MPEG decoder boards,
  such as the DVB and DXR3/Hollywood+.
+
+Package: mplayer2-dbg
+Section: debug
+Architecture: any
+Depends: mplayer2 (= ${binary:Version}),
+ ${misc:Depends}
+Description: Debugging symbols for mplayer2
+ MPlayer plays most MPEG, VOB, AVI, Ogg/OGM, VIVO, ASF/WMA/WMV,
+ QT/MOV/MP4, FLI, RM, NuppelVideo, yuv4mpeg, FILM, RoQ, PVA files,
+ supported by many native, XAnim, RealPlayer, and Win32 DLL codecs. It
+ can also play VideoCD, SVCD, DVD, 3ivx, RealMedia, and DivX movies.
+ .
+ This package provides the debugging symbols for mplayer2.
diff --git a/debian/rules b/debian/rules
index 21337a6..b49c163 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,3 +21,6 @@ override_dh_auto_build:
 override_dh_install:
 	dh_install
 	find debian/mplayer2/ -type d -empty -delete
+
+override_dh_strip:
+	dh_strip --dbg-package=mplayer2-dbg

-- 
mplayer2 packaging



More information about the pkg-multimedia-commits mailing list