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

nthykier pushed a commit to branch master
in repository lintian.

commit 1c782698d0ad6e32bca755863c05a918bc503135
Author: Niels Thykier <[email protected]>
Date:   Thu Mar 26 21:02:43 2015 +0100

    c/d-src-dir: Fix typo in variable name
    
    Signed-off-by: Niels Thykier <[email protected]>
---
 checks/debian-source-dir.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/checks/debian-source-dir.pm b/checks/debian-source-dir.pm
index 865a15a..e769195 100644
--- a/checks/debian-source-dir.pm
+++ b/checks/debian-source-dir.pm
@@ -36,7 +36,7 @@ our $KNOWN_FILES = 
Lintian::Data->new('debian-source-dir/known-files');
 sub run {
     my (undef, undef, $info) = @_;
     my $dsrc = $info->index_resolved_path('debian/source/');
-    my ($format_file, $git_file);
+    my ($format_file, $git_pfile);
 
     if ($format_file and $format_file->is_open_ok) {
         my $fd = $format_file->open;

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


-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: https://lists.debian.org/[email protected]

Reply via email to