[SCM] ffmpeg/experimental: Honor nocheck

sramacher at users.alioth.debian.org sramacher at users.alioth.debian.org
Tue Mar 8 00:19:10 UTC 2016


The following commit has been merged in the experimental branch:
commit f7df7c97fe4d8879ec734362ae28f33275cfc5bc
Author: Sebastian Ramacher <sramacher at debian.org>
Date:   Tue Mar 8 00:37:18 2016 +0100

    Honor nocheck

diff --git a/debian/rules b/debian/rules
index 11bd1e4..fc27269 100755
--- a/debian/rules
+++ b/debian/rules
@@ -226,7 +226,9 @@ override_dh_auto_build-arch:
 
 # Set the library path for the dynamic linker, because the tests otherwise don't find the libraries.
 override_dh_auto_test:
+ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	export LD_LIBRARY_PATH="libavcodec:libavdevice:libavfilter:libavformat:libavresample:libavutil:libpostproc:libswresample:libswscale"; dh_auto_test --sourcedirectory=debian/standard -- -k
+endif
 
 override_dh_auto_install:
 	dh_auto_install --sourcedirectory=debian/standard

-- 
ffmpeg packaging



More information about the pkg-multimedia-commits mailing list