[SCM] ffmpeg/master: Pass the --dbg-package=ffmpeg-dbg parameter only to dh_strip.

fabian at users.alioth.debian.org fabian at users.alioth.debian.org
Thu Aug 27 09:43:57 UTC 2015


The following commit has been merged in the master branch:
commit 301ac27c45aec0d7b2b6e6c5110fb54832285ce2
Author: Fabian Greffrath <fabian at debian.org>
Date:   Thu Aug 27 11:43:35 2015 +0200

    Pass the --dbg-package=ffmpeg-dbg parameter only to dh_strip.

diff --git a/debian/rules b/debian/rules
index 151fe65..81cecfc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -185,9 +185,9 @@ ifneq (,$(filter $(DEB_HOST_ARCH),mips mipsel))
 endif
 
 # Use the default debhelper scripts, where possible.
-# Enable parallel building and move the debug symbols to the debug package.
+# Enable parallel building.
 %:
-	dh $@ --parallel --dbg-package=ffmpeg-dbg
+	dh $@ --parallel
 
 # Add configuration options:
 override_dh_auto_configure:
@@ -271,6 +271,10 @@ 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