[SCM] flumotion/master: exclude binary files from cdbs copyright check

zmoelnig-guest at users.alioth.debian.org zmoelnig-guest at users.alioth.debian.org
Tue Mar 6 10:03:48 UTC 2012


The following commit has been merged in the master branch:
commit 1ac64397ddc4598ace518276652b547dcaebd705
Author: IOhannes m zmölnig <zmoelnig at iem.at>
Date:   Tue Mar 6 10:54:33 2012 +0100

    exclude binary files from cdbs copyright check

diff --git a/debian/rules b/debian/rules
index a81262c..856cb8d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -29,6 +29,10 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 # suppress optional build-dependencies
 CDBS_BUILD_DEPENDS_rules_upstream-tarball =
 
+# Suppress scanning images causing false alarms.
+DEB_COPYRIGHT_CHECK_IGNORE_REGEX = data/image/.*|debian/(changelog|copyright(|_hints|_newhints))$
+
+
 DEB_CONFIGURE_SCRIPT_ENV += env -u DISPLAY
 
 DEB_DH_FIXPERMS_ARGS += -X etc/flumotion

-- 
flumotion packaging



More information about the pkg-multimedia-commits mailing list