[SCM] stk/master: Fail to build if files are missing in packages

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Thu Sep 7 23:20:09 UTC 2017


The following commit has been merged in the master branch:
commit 1fbc9103b8c71d978a6ce88c6412463ae295000b
Author: Felipe Sateler <fsateler at debian.org>
Date:   Thu Sep 7 20:12:39 2017 -0300

    Fail to build if files are missing in packages

diff --git a/debian/rules b/debian/rules
index 469e430..5fcf9b9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -66,3 +66,7 @@ override_dh_auto_clean:
 	rm -rf doc/html
 	rm -rf projects/demo/Release/ projects/examples/libMakefile src/Release/
 
+
+override_dh_missing:
+	dh_missing --fail-missing
+

-- 
stk packaging



More information about the pkg-multimedia-commits mailing list