[libconfig-model-dpkg-perl] 01/01: fix paste-license script

dod at debian.org dod at debian.org
Mon Oct 16 17:33:48 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 0ee53c367ad8fd499f07014adf07293d63bbd88d
Author: Dominique Dumont <dod at debian.org>
Date:   Mon Oct 16 19:32:36 2017 +0200

    fix paste-license script
    
    a small typo led to a big breakage
---
 lib/Config/Model/scripts/paste-license | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Config/Model/scripts/paste-license b/lib/Config/Model/scripts/paste-license
index ae8b5af..3a69c17 100644
--- a/lib/Config/Model/scripts/paste-license
+++ b/lib/Config/Model/scripts/paste-license
@@ -6,5 +6,5 @@ var: $var{input} = exists $args{file} ? $args{file} : '-';
 
 app: dpkg-copyright
 
-load: License:"$license" test=.file("$input")
+load: License:"$license" text=.file("$input")
 

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