[libconfig-model-dpkg-perl] 04/14: added fix.copyright.scanner parameter

dod at debian.org dod at debian.org
Sat Feb 27 18:35:51 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 fe175e273448ed93801e4e6790e6a1414dae6196
Author: Dominique Dumont <dod at debian.org>
Date:   Tue Feb 23 21:48:13 2016 +0100

    added fix.copyright.scanner parameter
---
 lib/Config/Model/models/Dpkg.pl | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/lib/Config/Model/models/Dpkg.pl b/lib/Config/Model/models/Dpkg.pl
index 34bacf0..436972f 100644
--- a/lib/Config/Model/models/Dpkg.pl
+++ b/lib/Config/Model/models/Dpkg.pl
@@ -44,6 +44,18 @@ Sometimes, upstream coders are not perfect: some source files cannot be parsed c
         'summary' => 'Provides missing copyright info for cme update',
         'type' => 'node'
       },
+      'fix.scanned.copyright',
+      {
+        'description' => 'Instructions to alter or set specific copyright entries in
+"debian/fix.scanned.copyright" file. Each line of this file
+follows the syntax described in L<Config::Model::Loader>
+to modify copyright information.
+
+See L<Config::Model::Dpkg::Copyright/"Tweak copyright entries"> for more
+details',
+        'type' => 'leaf',
+        'value_type' => 'string'
+      },
       'copyright',
       {
         'config_class_name' => 'Dpkg::Copyright',

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