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 <d...@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(' ',@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

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to