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

[lintian] 01/01: c/cruft: Fix use of mixed high and low-precedence booleans



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

nthykier pushed a commit to branch master
in repository lintian.

commit f3eab326332afd5084580f4f5303181054cabec5
Author: Niels Thykier <niels@thykier.net>
Date:   Sun Jan 24 09:59:53 2016 +0000

    c/cruft: Fix use of mixed high and low-precedence booleans
    
    Signed-off-by: Niels Thykier <niels@thykier.net>
---
 checks/cruft.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/checks/cruft.pm b/checks/cruft.pm
index e85620a..d832330 100644
--- a/checks/cruft.pm
+++ b/checks/cruft.pm
@@ -582,7 +582,7 @@ sub find_cruft {
             # "source-contains-quilt-control-dir" tag.
             next if $basename eq '.pc';
 
-            if (not $istestsetdir && not $warned->{$name}) {
+            if (not $istestsetdir and not $warned->{$name}) {
                 for my $rule (@directory_checks) {
                     if ($basename =~ /$rule->[0]/) {
                         tag "${prefix}-$rule->[1]", $name;

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


Reply to: