[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:19 UTC 2010


The following commit has been merged in the master branch:
commit 1995980ef150d365fafec8279f04122847c196bb
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Thu Jan 21 11:26:08 2010 +0100

    Fix sync preview licensecheck command with actual silenced one.

diff --git a/debian/cdbs/1/rules/copyright-check.mk b/debian/cdbs/1/rules/copyright-check.mk
index c4bd0a8..cbeb8dc 100644
--- a/debian/cdbs/1/rules/copyright-check.mk
+++ b/debian/cdbs/1/rules/copyright-check.mk
@@ -43,7 +43,7 @@ pre-build:: debian/stamp-copyright-check
 
 debian/stamp-copyright-check:
 	@echo 'Scanning upstream source for new/changed copyright notices...'
-	@echo licensecheck -c '$(DEB_COPYRIGHT_CHECK_REGEX)' -r --copyright -i '$(DEB_COPYRIGHT_CHECK_IGNORE_REGEX)' * \
+	@echo licensecheck -c '$(DEB_COPYRIGHT_CHECK_REGEX)' -r --copyright -i '$(DEB_COPYRIGHT_CHECK_IGNORE_REGEX)' -l '$(DEB_COPYRIGHT_CHECK_PARSELINES)' * \
 		"| some-output-filtering..."
 
 # Perl in shell in make requires extra care:

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list