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


The following commit has been merged in the master branch:
commit f71ded7b36e3866f3340f412ada7c1a31021d527
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Tue Feb 9 03:57:02 2010 +0100

    Strip unusual characters only in terminal output (keep it in copyright_hints file) in copyright-check.mk.

diff --git a/debian/cdbs/1/rules/copyright-check.mk b/debian/cdbs/1/rules/copyright-check.mk
index 6f73fc7..ea8e6eb 100644
--- a/debian/cdbs/1/rules/copyright-check.mk
+++ b/debian/cdbs/1/rules/copyright-check.mk
@@ -54,7 +54,6 @@ debian/stamp-copyright-check:
 	'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";'\
 	'$$n=0; while (<>) {'\
-	'	s/[^[:print:]]//g;'\
 	'	if (/^([^:\s][^:]+):[\s]+(\S.*?)\s*$$/) {'\
 	'		$$files[$$n]{name}=$$1;'\
 	'		$$files[$$n]{license}=$$2;'\
@@ -105,7 +104,7 @@ debian/stamp-copyright-check:
 		if [ -n "$$newstrings" ]; then \
 			echo "$(if $(DEB_COPYRIGHT_CHECK_STRICT),ERROR,WARNING): The following new or changed copyright notices discovered:"; \
 			echo; \
-			echo "$$newstrings"; \
+			echo "$$newstrings" | cat -v; \
 			echo; \
 			echo "To fix the situation please do the following:"; \
 			echo "  1) Investigate the above changes and update debian/copyright as needed"; \

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list