[SCM] ffmpeg/experimental: Use automatic dbg sym packages

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Mon Mar 7 21:48:21 UTC 2016


The following commit has been merged in the experimental branch:
commit 5f1793ea1ba2cda5e2ac7856a4e557f1109d3365
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Mon Mar 7 00:26:15 2016 +0100

    Use automatic dbg sym packages

diff --git a/debian/control b/debian/control
index 27c9f28..3080df9 100644
--- a/debian/control
+++ b/debian/control
@@ -177,32 +177,6 @@ Description: Tools for transcoding, streaming and playing of multimedia files
   * ffprobe: a simple multimedia stream analyzer
   * qt-faststart: a utility to rearrange Quicktime files
 
-Package: ffmpeg-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Multi-Arch: same
-Depends:
- ffmpeg (= ${binary:Version}),
- libavcodec-ffmpeg56 (= ${binary:Version}) | libavcodec-ffmpeg-extra56 (= ${binary:Version}),
- libavdevice-ffmpeg56 (= ${binary:Version}),
- libavfilter-ffmpeg5 (= ${binary:Version}),
- libavformat-ffmpeg56 (= ${binary:Version}),
- libavutil-ffmpeg54 (= ${binary:Version}),
- libpostproc-ffmpeg53 (= ${binary:Version}),
- libavresample-ffmpeg2 (= ${binary:Version}),
- libswresample-ffmpeg1 (= ${binary:Version}),
- libswscale-ffmpeg3 (= ${binary:Version}),
- ${misc:Depends}
-Description: Debug symbols for the FFmpeg multimedia framework
- FFmpeg is the leading multimedia framework, able to decode, encode, transcode,
- mux, demux, stream, filter and play pretty much anything that humans and
- machines have created. It supports the most obscure ancient formats up to the
- cutting edge.
- .
- This package contains the debug symbols used to produce useful debugging
- back-traces.
-
 Package: ffmpeg-doc
 Section: doc
 Architecture: all
diff --git a/debian/rules b/debian/rules
index ebfd6bb..fb5320f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -264,10 +264,6 @@ override_dh_install:
 override_dh_compress:
 	dh_compress -Xexamples
 
-# Move the debug symbols to the debug package.
-override_dh_strip:
-	dh_strip --dbg-package=ffmpeg-dbg
-
 # Download the latest upstream tarball.
 get-orig-source:
 	cd $(DEBIAN_DIR)../ && \

-- 
ffmpeg packaging



More information about the pkg-multimedia-commits mailing list