[SCM] faust/master: exclude binary-files from license-check

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Wed May 18 15:13:10 UTC 2016


The following commit has been merged in the master branch:
commit 8a24fb0ca2319c231f91b10123508e9679c85994
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Wed May 18 17:12:06 2016 +0200

    exclude binary-files from license-check

diff --git a/debian/rules b/debian/rules
index 74d26dc..f438b4b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,9 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/makefile-vars.mk
 include /usr/share/cdbs/1/rules/utils.mk
 
+DEB_COPYRIGHT_CHECK_IGNORE_REGEX = \
+        ^(.*\.(png|pdf|doctree|jar|xcuserstate|swc|ots)|debian/(changelog|copyright(|_hints|_newhints)))$
+
 DEB_COMPRESS_EXCLUDE_ALL=.dsp .lib Makefile
 MANPAGEDIR=debian/man
 

-- 
faust packaging



More information about the pkg-multimedia-commits mailing list