[libconfig-model-dpkg-perl] 02/12: C:M:D:Copyright: be less verbose

dod at debian.org dod at debian.org
Sat Apr 4 13:58:55 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 1cf1d7e931b46faaac7b1a9a73d58ba3e688d4b9
Author: Dominique Dumont <dod at debian.org>
Date:   Wed Apr 1 19:14:29 2015 +0200

    C:M:D:Copyright: be less verbose
---
 lib/Config/Model/Dpkg/Copyright.pm | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/lib/Config/Model/Dpkg/Copyright.pm b/lib/Config/Model/Dpkg/Copyright.pm
index ef2f71b..71cb7d6 100644
--- a/lib/Config/Model/Dpkg/Copyright.pm
+++ b/lib/Config/Model/Dpkg/Copyright.pm
@@ -158,11 +158,10 @@ sub update ($self, %args) {
     if ($debian->is_dir) {
         $debian->children(qr/fix\.scanned\.copyright$/);
         my @fixes = $current_dir->child('debian')->children(qr/fix\.scanned\.copyright$/);
-        say "Note: Found @fixes files for copyright fixes" if @fixes;
+        say "Note: loading @fixes fixes from copyright fix files" if @fixes;
         foreach my $fix ( @fixes) {
             my @l = grep { /[^\s]/ } grep { ! m!^(#|//)!  } $fix->lines_utf8;
             chomp @l;
-            say "loading: @l";
             $self->load( "@l" );
         }
     }

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