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

js at users.alioth.debian.org js at users.alioth.debian.org
Thu Feb 11 15:57:58 UTC 2010


The following commit has been merged in the master branch:
commit dae99994c2d6f23f33eea0f1183d0e4bf97f10af
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Thu Feb 11 16:02:57 2010 +0100

    Fix separation of years from owner in copyright-check.mk.

diff --git a/debian/cdbs/1/rules/copyright-check.mk b/debian/cdbs/1/rules/copyright-check.mk
index 498a146..511c884 100644
--- a/debian/cdbs/1/rules/copyright-check.mk
+++ b/debian/cdbs/1/rules/copyright-check.mk
@@ -76,7 +76,7 @@ debian/stamp-copyright-check:
 	'	my @ownerlines = grep {/\w\w/} split /\s\/\s/, $$file->{copyright};'\
 	'	my %owneryears = ();'\
 	'	for $$ownerline ( @ownerlines ) {'\
-	'		my ($$owneryear, $$owner) = $$ownerline =~ /^([\d-,\s]*?)\s*(.*)/;'\
+	'		my ($$owneryear, $$owner) = $$ownerline =~ /^([\d-,\s]*)\s*+(.*)/;'\
 	'		push @{ $$owneryears{"$$owner"} }, $$owneryear;'\
 	'	};'\
 	'	my @owners = sort keys %owneryears;'\

-- 
calf audio plugins packaging



More information about the pkg-multimedia-commits mailing list