[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[lintian] 03/04: Correct a typo for compressed file list



This is an automated email from the git hooks/post-receive script.

broucaries-guest pushed a commit to branch master
in repository lintian.

commit eb9d7899eff6a6a849a46a014b4361df9f846d8b
Author: Bastien ROUCARIÈS <roucaries.bastien@gmail.com>
Date:   Sun Dec 22 16:29:47 2013 +0100

    Correct a typo for compressed file list
    
    Use \s++ as seperator not s++.
    
    Signed-off-by: Bastien ROUCARIÈS <roucaries.bastien+debian@gmail.com>
---
 checks/files.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/checks/files.pm b/checks/files.pm
index 2d06d76..a057c5c 100644
--- a/checks/files.pm
+++ b/checks/files.pm
@@ -50,7 +50,7 @@ my $PRIVACY_BREAKER_FRAGMENTS
 
 my $COMPRESS_FILE_EXTENSIONS
   = Lintian::Data->new('files/compressed-file-extensions',
-    qr/s++/,sub { return qr/\Q$_[0]\E/ });
+    qr/\s++/,sub { return qr/\Q$_[0]\E/ });
 
 # an OR (|) regex of all compressed extension
 my $COMPRESS_FILE_EXTENSIONS_OR_ALL = sub { qr/$_[0]/ }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git


Reply to: