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

[SCM] Debian package checker branch, master, updated. 2.5.10-87-g4001d00



The following commit has been merged in the master branch:
commit 4001d001c619264f6d7f677e14cdfd176cf47965
Author: Niels Thykier <niels@thykier.net>
Date:   Mon Jul 23 21:00:21 2012 +0200

    lintian: Stop setting variables in Tags with exp-output
    
    The output modules do not appear to check for any variable "magic"
    variables in the "Tags" name space.
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/frontend/lintian b/frontend/lintian
index f071315..3a2bf4e 100755
--- a/frontend/lintian
+++ b/frontend/lintian
@@ -654,8 +654,6 @@ if (defined $experimental_output_opts) {
                 $Lintian::Output::GLOBAL = Lintian::Output::FullEWI->new;
             }
         }
-        no strict 'refs';
-        ${"Tags::$_"} = $opts{$_};
     }
 }
 

-- 
Debian package checker


Reply to: