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

[SCM] Debian package checker branch, master, updated. 2.5.4-149-g96d6849



The following commit has been merged in the master branch:
commit 6be40caf8d91916fb2276c03c0be07bfea0b27b2
Author: Niels Thykier <niels@thykier.net>
Date:   Sat Feb 4 17:51:11 2012 +0100

    lintian: Fixed a regression in parsing LINTIAN_ conf options
    
    Remove a leftover '$var = "LINTIAN_$var"' that broke the names
    of some (apparently unused) configuration options.
    
    Signed-off-by: Niels Thykier <niels@thykier.net>

diff --git a/frontend/lintian b/frontend/lintian
index 3ea7ba6..b96b6d0 100755
--- a/frontend/lintian
+++ b/frontend/lintian
@@ -615,7 +615,6 @@ if ($opt{'LINTIAN_CFG'}) {
 
         my $found = 0;
         foreach my $var (@ENV_VARS) {
-            $var = "LINTIAN_$var";
             if (m/^\s*$var\s*=\s*(.*\S)\s*$/i) {
                 if (exists $conf_opt{$var}){
                     print STDERR "Configuration variable $var appears more than once\n";

-- 
Debian package checker


Reply to: