[debsums] 157/184: add missing part of my patch to define package_name variable
    Axel Beckert 
    abe at deuxchevaux.org
       
    Mon Mar  2 21:21:28 UTC 2015
    
    
  
This is an automated email from the git hooks/post-receive script.
abe pushed a commit to branch master
in repository debsums.
commit 441d881d8ad21eb4f7e67102a512d04705268e20
Author: Ryan Niebur <ryanryan52 at gmail.com>
Date:   Mon Jun 18 17:52:40 2012 -0700
    add missing part of my patch to define package_name variable
---
 debsums | 1 +
 1 file changed, 1 insertion(+)
diff --git a/debsums b/debsums
index 6603362..367d0f6 100755
--- a/debsums
+++ b/debsums
@@ -236,6 +236,7 @@ if ($gen_opt)
 }
 
 my %installed;
+my %package_name;
 my %replaced;
 {
     for my $fields (parse_dpkg(sub {'dpkg-query', "--admindir=$DPKG", @_, '--show'},
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/debsums.git
    
    
More information about the Pkg-perl-cvs-commits
mailing list