[libconfig-model-dpkg-perl] 02/04: Scanner: fix doc issues (Tx Jens Reyer)
dod at debian.org
dod at debian.org
Thu Dec 24 09:06:08 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 a6718f1acc0f53fc51855d33468fdbf0a55dfc2b
Author: Dominique Dumont <dod at debian.org>
Date: Thu Dec 24 08:51:10 2015 +0100
Scanner: fix doc issues (Tx Jens Reyer)
Patch provided with https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=804783
---
lib/Dpkg/Copyright/Scanner.pm | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/lib/Dpkg/Copyright/Scanner.pm b/lib/Dpkg/Copyright/Scanner.pm
index 1742feb..1306cd2 100644
--- a/lib/Dpkg/Copyright/Scanner.pm
+++ b/lib/Dpkg/Copyright/Scanner.pm
@@ -174,10 +174,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.blank file\n";
+ _warn "Path $f has no copyright info. 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.blank file\n";
+ _warn "Path $f has no license info. Add a line in debian/fill.copyright.blanks.yml\n";
}
#say "Storing '$f' : '$c' '$l'";
@@ -186,7 +186,7 @@ sub scan_files ( %args ) {
my @notused = grep { ! $fill_blank_data->{$_}{used} and $_; } sort keys %$fill_blank_data ;
if (@notused) {
- _warn "Warning: the following entries from fill.copyright.blanks were not used\n- '"
+ _warn "Warning: the following entries from fill.copyright.blanks.yml were not used\n- '"
.join("'\n- '", at notused)."'\n";
}
@@ -465,7 +465,7 @@ sub __load_fill_blank_data ($current_dir) {
if ($debian->is_dir) {
my @fills = $debian->children(qr/fill\.copyright\.blanks\.yml$/);
- say "Note: loading @fills fixes from copyright fix files" if @fills and not $quiet;
+ say "Note: loading @fills fixes" if @fills and not $quiet;
foreach my $file ( @fills) {
my $yaml = $file->slurp_utf8;
my $data = Load $yaml;
--
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