[libconfig-model-dpkg-perl] 11/33: forgot one call to normalize file paths

dod at debian.org dod at debian.org
Mon Mar 30 17:41:38 UTC 2015


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 f28e0a0f0892eacd388434ce67a608ccb8e20299
Author: Dominique Dumont <dod at debian.org>
Date:   Thu Mar 26 14:09:01 2015 +0100

    forgot one call to normalize file paths
---
 lib/Config/Model/Dpkg/Copyright.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Config/Model/Dpkg/Copyright.pm b/lib/Config/Model/Dpkg/Copyright.pm
index fe4a824..a300432 100644
--- a/lib/Config/Model/Dpkg/Copyright.pm
+++ b/lib/Config/Model/Dpkg/Copyright.pm
@@ -142,7 +142,7 @@ sub update ($self, %args) {
                     say "deleting $path from entry '$old_entry'";
                 }
             }
-            my $new_path_entry = join(' ', at new_paths);
+            my $new_path_entry = $self->normalize_path(\@new_paths);
             if ($new_path_entry ne $old_sorted_entry) {
                 say "renaming $old_entry in $new_path_entry";
                 $self->grab("Files")->move($old_entry, $new_path_entry);

-- 
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