[SCM] transcode/master: Provide a transcode-dbg package with debuggging symbols

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Feb 12 20:08:36 UTC 2012


The following commit has been merged in the master branch:
commit 89597689ff8b46991f541f70228337550b4887de
Author: Reinhard Tartler <siretart at tauware.de>
Date:   Sun Feb 12 20:50:01 2012 +0100

    Provide a transcode-dbg package with debuggging symbols

diff --git a/debian/control b/debian/control
index 748b923..b496895 100644
--- a/debian/control
+++ b/debian/control
@@ -67,6 +67,24 @@ Description: Text console video-stream processing tool
  A set of tools is available to extract and decode the sources into raw
  video/audio streams for import and to enable post-processing of AVI files.
 
+Package: transcode-dbg
+Priority: extra
+Architecture: any
+Section: debug
+Depends:
+ transcode (= ${binary:Version}),
+ ${misc:Depends}
+Description: Text console video-stream processing tool - debugging symbols
+ Transcode is a text console video-stream processing tool. It supports
+ elementary video and audio frame transformations. Some example modules are
+ included to enable import of MPEG-1/2, Digital Video, and other formats. It
+ also includes export modules for writing to AVI files with DivX, OpenDivX,
+ XviD, Digital Video or other codecs. Direct DVD transcoding is also supported.
+ A set of tools is available to extract and decode the sources into raw
+ video/audio streams for import and to enable post-processing of AVI files.
+ .
+ This package contains the debug symbols for the transcode programs.
+
 Package: transcode-doc
 Section: doc
 Architecture: all
diff --git a/debian/rules b/debian/rules
index e002d91..01da47c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -45,3 +45,6 @@ override_dh_auto_configure:
 override_dh_auto_install:
 	dh_auto_install
 	rm -f debian/tmp/usr/lib/transcode/*.la
+
+override_dh_strip:
+	dh_strip --dbg-package=transcode-dbg

-- 
transcode packaging



More information about the pkg-multimedia-commits mailing list