[SCM] calf audio plugins packaging branch, master, updated. upstream/0.0.18.5-48-g0119489

js at users.alioth.debian.org js at users.alioth.debian.org
Thu Feb 11 11:29:14 UTC 2010


The following commit has been merged in the master branch:
commit 4aac881d14fafcac0a0e62b10e52a2036579bdca
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Wed Dec 16 20:14:13 2009 +0100

    Let copyright-check.mk investigate top 99999 lines (not just 60 as default for licensecheck), and make it configurable with DEB_COPYRIGHT_CHECK_PARSELINES.

diff --git a/debian/cdbs/1/rules/copyright-check.mk b/debian/cdbs/1/rules/copyright-check.mk
index 132cbb7..d29141e 100644
--- a/debian/cdbs/1/rules/copyright-check.mk
+++ b/debian/cdbs/1/rules/copyright-check.mk
@@ -36,6 +36,9 @@ DEB_COPYRIGHT_CHECK_REGEX = .*
 #DEB_COPYRIGHT_CHECK_IGNORE_REGEX = ^(debian/.*|(.*/)?config\.(guess|sub|rpath)(\..*)?)$
 DEB_COPYRIGHT_CHECK_IGNORE_REGEX = ^debian/(changelog|copyright(|_hints|_newhints))$
 
+# number of lines from the top of each file to investigate
+DEB_COPYRIGHT_CHECK_PARSELINES = 99999
+
 pre-build:: debian/stamp-copyright-check
 
 debian/stamp-copyright-check:
@@ -46,7 +49,7 @@ debian/stamp-copyright-check:
 # Perl in shell in make requires extra care:
 #  * Single-quoting ('...') protects against shell expansion
 #  * Double-dollar ($$) expands to plain dollar ($) in make
-	@licensecheck -c '$(DEB_COPYRIGHT_CHECK_REGEX)' -r --copyright -i '$(DEB_COPYRIGHT_CHECK_IGNORE_REGEX)' * \
+	@licensecheck -c '$(DEB_COPYRIGHT_CHECK_REGEX)' -r --copyright -i '$(DEB_COPYRIGHT_CHECK_IGNORE_REGEX)' -l '$(DEB_COPYRIGHT_CHECK_PARSELINES)' * \
 		| LC_ALL=C perl -e \
 	'print "Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=REVISION\n";'\
 	'print "Name: Untrusted draft - double-check copyrights yourself!\n\n";'\

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list