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

[SCM] Debian package checker branch, vendor-profile, updated. 2.5.1-24-g221a16a



The following commit has been merged in the vendor-profile branch:
commit 221a16af92d7fdc977a3630c1ce82f5df209b0a6
Author: Niels Thykier <niels@thykier.net>
Date:   Wed Jun 22 00:10:19 2011 +0200

    Suppressing tags no longer excludes using a profile
    
    When using --suppress-tags{,-from-file} Lintian will now still
    load the profile and suppress the tags even if the profile
    had them enabled.

diff --git a/frontend/lintian b/frontend/lintian
index 5335567..903b351 100755
--- a/frontend/lintian
+++ b/frontend/lintian
@@ -733,7 +733,7 @@ $TAGS->sources(keys %display_source) if %display_source;
 $TAGS->only(split(/,/, $check_tags)) if defined $check_tags;
 $TAGS->suppress(keys %suppress_tags) if %suppress_tags;
 
-if (defined $check_tags || %suppress_tags) {
+if (defined $check_tags) {
     # No profile if we have been given explicit list
     $LINTIAN_PROFILE = '';
     # If we are given explicit list, we use that regardless

-- 
Debian package checker


Reply to: