Package: libconfig-model-dpkg-perl
Version: 2.064
Severity: minor
Tags: patch

-------------
(SID)ametzler@argenau:/tmp/HUGIN/hugin-2015.0.0$ man scan-copyrights | grep 
license
       This commands use "license_check" command to scan license and copyright
(SID)ametzler@argenau:/tmp/HUGIN/hugin-2015.0.0$ man Dpkg::Copyright::Scanner | 
grep -1 license_check
SEE ALSO
       license_check, "licensecheck2dep5" from "cdbs" package
-------------

The correct name is licensecheck, not license_check. Trivial patch
attached.
thanks, cu Andreas
-- 
`What a good friend you are to him, Dr. Maturin. His other friends are
so grateful to you.'
`I sew his ears on from time to time, sure'
diff --git a/bin/scan-copyrights b/bin/scan-copyrights
index ec80034..8ac8a9c 100644
--- a/bin/scan-copyrights
+++ b/bin/scan-copyrights
@@ -23,8 +23,8 @@ __END__
 
 =head1 DESCRIPTION
 
-This commands use C<license_check> command to scan license and copyright
-information from source files. The output of license_check is parsed to
+This commands use C<licensecheck> command to scan license and copyright
+information from source files. The output of licensecheck is parsed to
 generate the Files information of C<debian/copyright> files according to
 L<Debian specifications|https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/>
 
diff --git a/lib/Dpkg/Copyright/Scanner.pm b/lib/Dpkg/Copyright/Scanner.pm
index 1352b36..f1e1db5 100644
--- a/lib/Dpkg/Copyright/Scanner.pm
+++ b/lib/Dpkg/Copyright/Scanner.pm
@@ -478,7 +478,7 @@ license is unknown.
 
 =head1 SEE ALSO
 
-L<license_check>, C<licensecheck2dep5> from C<cdbs> package
+L<licensecheck>, C<licensecheck2dep5> from C<cdbs> package
 
 =head1 AUTHOR
 

Reply via email to