[libconfig-model-dpkg-perl] 08/19: scanner: improved user message

dod at debian.org dod at debian.org
Sun Jan 3 11:44:19 UTC 2016


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 a512282a07dbb3e366c0016809e2cc1d9049b991
Author: Dominique Dumont <dod at debian.org>
Date:   Sat Dec 26 17:54:52 2015 +0100

    scanner: improved user message
---
 lib/Dpkg/Copyright/Scanner.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/Dpkg/Copyright/Scanner.pm b/lib/Dpkg/Copyright/Scanner.pm
index 56459d6..6562812 100644
--- a/lib/Dpkg/Copyright/Scanner.pm
+++ b/lib/Dpkg/Copyright/Scanner.pm
@@ -175,10 +175,10 @@ sub scan_files ( %args ) {
         }
 
         if ( $c =~ /no-info-found/ and $is_debian_package) {
-            _warn "Path $f has no copyright info. Add a line in debian/fill.copyright.blanks.yml\n";
+            _warn "Path $f has no copyright info. You may want to add a line in debian/fill.copyright.blanks.yml\n";
         }
         if ( $l =~/unknown/i and $is_debian_package ) {
-            _warn "Path $f has no license info. Add a line in debian/fill.copyright.blanks.yml\n";
+            _warn "Path $f has no license info. You may want to add a line in debian/fill.copyright.blanks.yml\n";
         }
 
         #say "Storing '$f' : '$c' '$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