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

[lintian] 01/01: Fix an RFC bug in cruft



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

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

commit 8dcc7c2839023d920834f1b890c7fba2c5d973c6
Author: Bastien ROUCARIÈS <roucaries.bastien+debian@gmail.com>
Date:   Tue Jan 7 20:55:53 2014 +0100

    Fix an RFC bug in cruft
    
    Signed-off-by: Bastien ROUCARIÈS <roucaries.bastien+debian@gmail.com>
---
 checks/cruft.pm | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/checks/cruft.pm b/checks/cruft.pm
index 5df3e99..450ec64 100644
--- a/checks/cruft.pm
+++ b/checks/cruft.pm
@@ -639,7 +639,7 @@ sub license_check {
           ){
             if (!exists $licenseproblemhash{'non-free-RFC'}) {
                 tag 'license-problem-non-free-RFC', $name;
-                $licenseproblemhash{'rfc'} = 1;
+                $licenseproblemhash{'non-free-RFC'} = 1;
             }
         }
         if (
@@ -649,9 +649,9 @@ sub license_check {
                                  and \s restrictions \s contained \s in)?
                                \s BCP \s 78/xism
           ){
-            if (!exists $licenseproblemhash{'non-free-rfc'}) {
-                tag 'license-problem-non-free-rfc', $name;
-                $licenseproblemhash{'rfc'} = 1;
+            if (!exists $licenseproblemhash{'non-free-RFC'}) {
+                tag 'license-problem-non-free-RFC', $name;
+                $licenseproblemhash{'non-free-RFC'} = 1;
             }
         }
 

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


Reply to: