[SCM] ffmpeg/master: Fix examples package test by using new build target
    jcowgill at users.alioth.debian.org 
    jcowgill at users.alioth.debian.org
       
    Sat Oct 21 18:38:36 UTC 2017
    
    
  
The following commit has been merged in the master branch:
commit 5c7f3d04b67b3757001c8d8fb1f1d4940884ad49
Author: James Cowgill <jcowgill at debian.org>
Date:   Sat Oct 21 12:57:27 2017 +0100
    Fix examples package test by using new build target
diff --git a/debian/tests/examples b/debian/tests/examples
index 06b5d2e..385c29a 100755
--- a/debian/tests/examples
+++ b/debian/tests/examples
@@ -12,7 +12,7 @@ cd examples
 
 echo "building the examples..."
 ret=0
-make -k all 2>&1
+make -k examples 2>&1
 ret=$?
 echo "done!"
 
-- 
ffmpeg packaging
    
    
More information about the pkg-multimedia-commits
mailing list