This is an automated email from the git hooks/post-receive script. dod pushed a commit to branch master in repository libconfig-model-dpkg-perl.
commit 6436d8867c2e2467ff18cb6d41b4a0c9fd42f393 Author: Dominique Dumont <[email protected]> Date: Sat Sep 27 19:18:05 2014 +0200 Dpkg::Dep: improved trace --- lib/Config/Model/Dpkg/Dependency.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Config/Model/Dpkg/Dependency.pm b/lib/Config/Model/Dpkg/Dependency.pm index a8c4add..f695c94 100644 --- a/lib/Config/Model/Dpkg/Dependency.pm +++ b/lib/Config/Model/Dpkg/Dependency.pm @@ -435,7 +435,7 @@ sub check_depend_chain { # does modify $input when applying fix sub check_perl_lib_dep { my ($self, $apply_fix, $pname, $actual_dep, $depend, $input) = @_; - $logger->debug("called with $actual_dep with apply_fix $apply_fix"); + $logger->debug("called for $pname with $actual_dep with apply_fix $apply_fix"); my ( $dep_name, $oper, $dep_v ) = @$depend; -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconfig-model-dpkg-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
