[libconfig-model-dpkg-perl] 01/02: scanner: use licensecheck --deb-fmt (Closes: #872350)

dod at debian.org dod at debian.org
Thu Sep 14 18:35:22 UTC 2017


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 2abec1180d9184d7d397d21a1ae660dd76002ead
Author: Dominique Dumont <dod at debian.org>
Date:   Tue Sep 12 13:04:03 2017 +0200

    scanner: use licensecheck --deb-fmt (Closes: #872350)
---
 lib/Dpkg/Copyright/Scanner.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Dpkg/Copyright/Scanner.pm b/lib/Dpkg/Copyright/Scanner.pm
index 4c2444b..aeaf29b 100644
--- a/lib/Dpkg/Copyright/Scanner.pm
+++ b/lib/Dpkg/Copyright/Scanner.pm
@@ -196,7 +196,7 @@ sub scan_files ( %args ) {
         }
 
         my $pipe = IO::Pipe->new();
-        my @cmd = (qw/licensecheck --encoding utf8 --copyright --machine --recursive/,
+        my @cmd = (qw/licensecheck --encoding utf8 --copyright --machine --deb-fmt --recursive/,
                    '--ignore='.$regexps{ignore}, '.');
         $pipe->reader(@cmd);
         binmode($pipe, ":encoding(UTF-8)");

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