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

[SCM] Debian package checker branch, vendor-profile, updated. 2.5.1-21-g7dde1b8



The following commit has been merged in the vendor-profile branch:
commit 7dde1b8dd2cfda2d10802a9f7b21548182a25032
Author: Niels Thykier <niels@thykier.net>
Date:   Tue Jun 21 00:51:14 2011 +0200

    Fixed a regression in overridable handling for profiles

diff --git a/lib/Lintian/Profile.pm b/lib/Lintian/Profile.pm
index 254980d..5ed99d1 100644
--- a/lib/Lintian/Profile.pm
+++ b/lib/Lintian/Profile.pm
@@ -169,7 +169,7 @@ sub _read_profile_section {
     foreach my $tag (@tags) {
 	fail "Unknown check $tag in $pname (section $sno)\n" unless exists $TAG_MAP{$tag};
         $sev_map->{$tag} = $severity if $severity;
-        if ( $overridable < 0 ) {
+        if ( $overridable != -1 ) {
             if ($overridable) {
                 delete $ignore_map->{$tag};
             } else {

-- 
Debian package checker


Reply to: