[libconfig-model-dpkg-perl] 07/36: CMD::Copyright: improved comment

dod at debian.org dod at debian.org
Sat Oct 17 16:27:10 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 c7deb2c5adad63932285b56afd2daf1b8a31e109
Author: Dominique Dumont <dod at debian.org>
Date:   Wed Sep 30 11:15:39 2015 +0200

    CMD::Copyright: improved comment
---
 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 d39dc33..aea3759 100644
--- a/lib/Config/Model/Dpkg/Copyright.pm
+++ b/lib/Config/Model/Dpkg/Copyright.pm
@@ -99,7 +99,7 @@ sub update ($self, %args) {
     my %preserved_path;
     # warn about old files (data may be redundant or obsolete though)
     foreach my $old_path (sort keys %old_split_files) {
-        # put back data matching an existing dir
+        # prepare to be able to put back data matching an existing dir
         if ($old_path eq '*' or ($old_path =~ m!(.*)/\*$! and $current_dir->is_dir($1))) {
             $preserved_path{$old_path} = delete $old_split_files{$old_path};
         }

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