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 <[email protected]> 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 _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
