[SCM] jacktrip/master: Suppress copyright-checking documentation images causing false alarms.

js at users.alioth.debian.org js at users.alioth.debian.org
Thu Nov 25 17:07:48 UTC 2010


The following commit has been merged in the master branch:
commit 851b997e3b8074f7fb2df101bc00f9988679bf6a
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Thu Nov 25 17:48:57 2010 +0100

    Suppress copyright-checking documentation images causing false alarms.

diff --git a/debian/rules b/debian/rules
index c4ceb4d..f07285a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -14,6 +14,9 @@ CDBS_BUILD_DEPENDS_rules_utils_buildinfo =
 DEB_SRCDIR = src
 DEB_DH_INSTALLCHANGELOGS_ARGS = CHANGESLOG.txt
 
+# Suppress scanning documentation images causing false alarms.
+DEB_COPYRIGHT_CHECK_IGNORE_REGEX = ^\./documentation/img/.*|debian/(changelog|copyright(|_hints|_newhints)))$
+
 build/jacktrip::
 	doxygen jacktrip_doxygen
 

-- 
jacktrip packaging



More information about the pkg-multimedia-commits mailing list