[libconfig-model-dpkg-perl] 03/12: Dpkg::Copyright: added Files-Excluded parameter

dod at debian.org dod at debian.org
Wed Mar 26 20:07:56 UTC 2014


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 e2b1b700df71a2e29cfc32b951c2b5074a28b4a8
Author: Dominique Dumont <dod at debian.org>
Date:   Mon Mar 24 16:58:30 2014 +0100

    Dpkg::Copyright: added Files-Excluded parameter
---
 lib/Config/Model/models/Dpkg/Copyright.pl | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/lib/Config/Model/models/Dpkg/Copyright.pl b/lib/Config/Model/models/Dpkg/Copyright.pl
index 23d070f..44696ad 100644
--- a/lib/Config/Model/models/Dpkg/Copyright.pl
+++ b/lib/Config/Model/models/Dpkg/Copyright.pl
@@ -125,6 +125,16 @@ See L<files pattern documentation|https://www.debian.org/doc/packaging-manuals/c
         'type' => 'hash',
         'warn_if_key_match' => '[\\[\\]\\|]'
       },
+      'Files-Excluded',
+      {
+        'cargo' => {
+          'type' => 'leaf',
+          'value_type' => 'uniline'
+        },
+        'description' => 'List of file patterns to exclude from the package. This field is only used by L<uscan>. See also the L<files pattern documentation|https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/#files-field>.',
+        'duplicates' => 'forbid',
+        'type' => 'list'
+      },
       'Global-License',
       {
         'config_class_name' => 'Dpkg::Copyright::GlobalLicense',

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