The following commit has been merged in the master branch:
commit e11635a4ed12c0efa4f0198f581c61022f9d6b4a
Author: Adam D. Barratt <[EMAIL PROTECTED]>
Date:   Fri Jul 18 18:50:12 2008 +0100

    Fix a copy-n-waste error in 8f72771b1b52acc9f4e7504b2f5984df673e071e

diff --git a/checks/copyright-file b/checks/copyright-file
index 204641a..28cc769 100644
--- a/checks/copyright-file
+++ b/checks/copyright-file
@@ -156,7 +156,7 @@ close(IN);
 my @lines = split ("\n", decode ('utf-8', $_));
 for my $i (0 .. $#lines) {
     if (length ($lines[$i]) > 80 &&
-       $lines[$i] !~ 
m{^Format-Specification:\s*http://wiki.debian.org/Proposals/CopyrightFormat}) 
{) {
+       $lines[$i] !~ 
m{^Format-Specification:\s*http://wiki.debian.org/Proposals/CopyrightFormat}) {
        tag "debian-copyright-line-too-long", "line " . ($i+1);
     }
 }

-- 
Debian package checker


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to