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

[lintian] 01/01: Correct accidentally-committed testing code.



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

lamby pushed a commit to branch master
in repository lintian.

commit 90b876ba15095b9cb1c92c4153e32a8eef97370e
Author: Chris Lamb <lamby@debian.org>
Date:   Sun Jul 16 11:12:08 2017 +0100

    Correct accidentally-committed testing code.
---
 checks/changes-file.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/checks/changes-file.pm b/checks/changes-file.pm
index 3b215f9..4e03f89 100644
--- a/checks/changes-file.pm
+++ b/checks/changes-file.pm
@@ -176,7 +176,7 @@ sub run {
         check_maintainer($info->field('changed-by'), 'changed-by');
     }
 
-    my $has_signing_key = 1;
+    my $has_signing_key = 0;
     my $src = $group->get_source_processable;
     if ($src) {
         for my $key_name ($SIGNING_KEY_FILENAMES->all) {

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


Reply to: