[libconfig-model-dpkg-perl] 01/02: fix file parameter used for debug traces

dod at debian.org dod at debian.org
Wed Jun 21 14:50:59 UTC 2017


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 4f2f506acffebfb6deeb764d127d13818395982f
Author: Dominique Dumont <dod at debian.org>
Date:   Sat Jun 17 19:49:04 2017 +0200

    fix file parameter used for debug traces
---
 lib/Config/Model/Backend/Dpkg/Patch.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Config/Model/Backend/Dpkg/Patch.pm b/lib/Config/Model/Backend/Dpkg/Patch.pm
index abe8a06..f23e63f 100644
--- a/lib/Config/Model/Backend/Dpkg/Patch.pm
+++ b/lib/Config/Model/Backend/Dpkg/Patch.pm
@@ -85,7 +85,7 @@ sub read {
     } ;
 
     if (@$header) {
-        $c = eval { $self->parse_dpkg_lines( $file_path, $header, $check, 0, $store_stuff ); };
+        $c = eval { $self->parse_dpkg_lines( $patch_file, $header, $check, 0, $store_stuff ); };
         my $e = $@;
         if ( ref($e) and $e->isa('Config::Model::Exception::Syntax') ) {
             $e->parsed_file( $patch_file );

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libconfig-model-dpkg-perl.git



More information about the Pkg-perl-cvs-commits mailing list