r1104 - in /experimental/ffmpeg.20080206/debian: changelog control rules

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Fri Mar 21 19:29:18 UTC 2008


Author: siretart
Date: Fri Mar 21 19:29:18 2008
New Revision: 1104

URL: http://svn.debian.org/wsvn/pkg-multimedia/?sc=1&rev=1104
Log:
introduce ffmpeg-dbg package

Modified:
    experimental/ffmpeg.20080206/debian/changelog
    experimental/ffmpeg.20080206/debian/control
    experimental/ffmpeg.20080206/debian/rules

Modified: experimental/ffmpeg.20080206/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-multimedia/experimental/ffmpeg.20080206/debian/changelog?rev=1104&op=diff
==============================================================================
--- experimental/ffmpeg.20080206/debian/changelog (original)
+++ experimental/ffmpeg.20080206/debian/changelog Fri Mar 21 19:29:18 2008
@@ -17,6 +17,8 @@
   * bump standards version to 3.7.3 (no changes needed).
   * add script recordshow.sh (Closes: 461434). Thanks to
     Daniel Dickinson <cshore at wightman.ca>
+  * Introdcue binary package ffmpeg-dbg, which contains debugging symbols
+    of the shared library packages.
 
   [ Fabian Greffrath ]
   * debian/changelog:

Modified: experimental/ffmpeg.20080206/debian/control
URL: http://svn.debian.org/wsvn/pkg-multimedia/experimental/ffmpeg.20080206/debian/control?rev=1104&op=diff
==============================================================================
--- experimental/ffmpeg.20080206/debian/control (original)
+++ experimental/ffmpeg.20080206/debian/control Fri Mar 21 19:29:18 2008
@@ -36,6 +36,23 @@
  file formats (AVI, MPEG, OGG, Matroska, ASF...) and encoding formats (MPEG,
  DivX, MPEG4, AC3, DV...).
 
+Package: ffmpeg-dbg
+Section: libs
+Priority: extra
+Architecture: any
+Depends: libavutil49 (= ${binary:Version}),
+         libavcodec51 (= ${binary:Version}),
+         libavdevice52 (= ${binary:Version}),
+         libpostproc51 (= ${binary:Version}),
+         libavformat52 (= ${binary:Version}),
+         libswscale0 (= ${binary:Version}),
+         ffmpeg (= ${binary:Version})
+Description: Debug symbols for ffmpeg related packages
+ This package contains debug data of the ffmpeg related shared libraries.
+ .
+ Most people will not need this package. Please install it to produce useful
+ stacktraces to help debugging the ffmpeg library.
+
 Package: libavutil49
 Section: libs
 Architecture: any

Modified: experimental/ffmpeg.20080206/debian/rules
URL: http://svn.debian.org/wsvn/pkg-multimedia/experimental/ffmpeg.20080206/debian/rules?rev=1104&op=diff
==============================================================================
--- experimental/ffmpeg.20080206/debian/rules (original)
+++ experimental/ffmpeg.20080206/debian/rules Fri Mar 21 19:29:18 2008
@@ -28,9 +28,6 @@
   extradoc = doc/ffmpeg_powerpc_performance_evaluation_howto.txt
 endif
 
-ifeq (,$(findstring debug,$(DEB_BUILD_OPTIONS)))
-  confflags += --disable-debug
-endif
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
   # This hack is necessary because GCC won't build fdct_mmx.c with -O0
   confflags += --extra-cflags="-O1"
@@ -162,7 +159,7 @@
 	dh_installmime
 	dh_installchangelogs Changelog
 	dh_link
-	dh_strip
+	dh_strip --dbg-package=ffmpeg-dbg
 	dh_compress
 	dh_fixperms
 	dh_makeshlibs -V




More information about the pkg-multimedia-commits mailing list