Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/debian/cdbs
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2008-04-03 20:59:21 (GMT)
committer Jonas Smedegaard <dr@jones.dk>2008-04-03 20:59:21 (GMT)
commit6cb3061f2c6d18af221cb7d0110d54cce7355705 (patch)
tree9d40b3d5de5201f5b26ee705de03c17510c60a8d /debian/cdbs
parent97d5e467bc6392049516dca0fe6f3fd9d896915f (diff)
Update copyright-check.mk cdbs snippet to newline-separate hints. Update copyright-hints.
Diffstat (limited to 'debian/cdbs')
-rw-r--r--debian/cdbs/1/rules/copyright-check.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/cdbs/1/rules/copyright-check.mk b/debian/cdbs/1/rules/copyright-check.mk
index d4ead0d..321244e 100644
--- a/debian/cdbs/1/rules/copyright-check.mk
+++ b/debian/cdbs/1/rules/copyright-check.mk
@@ -65,7 +65,7 @@ debian/stamp-copyright-check:
' ||'\
' $$a cmp $$b'\
' } keys %patternfiles ) {'\
- ' print "$$pattern: ", join(", ", sort @{ $$patternfiles{$$pattern} }), "\n";'\
+ ' print "$$pattern: ", join("\n\t", sort @{ $$patternfiles{$$pattern} }), "\n";'\
'};'\
> debian/copyright_newhints
@patterncount="`cat debian/copyright_newhints | sed 's/^[^:]*://' | LANG=C sort -u | grep . -c -`"; \