[libconfig-model-dpkg-perl] 23/23: add support for debian/not-installed file

dod at debian.org dod at debian.org
Mon Feb 13 12:29:39 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 835d5ba45f83a8a93665297f53746105aa0aea00
Author: Dominique Dumont <dod at debian.org>
Date:   Mon Feb 13 13:27:23 2017 +0100

    add support for debian/not-installed file
---
 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 3c33d5e..402476d 100644
--- a/lib/Config/Model/models/Dpkg.pl
+++ b/lib/Config/Model/models/Dpkg.pl
@@ -124,6 +124,18 @@ details',
         'index_type' => 'string',
         'type' => 'hash'
       },
+      'not-installed',
+      {
+        'cargo' => {
+          'type' => 'leaf',
+          'value_type' => 'uniline'
+        },
+        'description' => 'List the files that are deliberately not installed in any binary package. Paths listed in this file are (only) ignored by the check done via --list-missing (or --fail-missing). However, it is not a method to exclude files from being installed. Please use --exclude for that.
+
+Please keep in mind that dh_install will not expand wildcards in this file.
+',
+        'type' => 'list'
+      },
       'source',
       {
         'config_class_name' => 'Dpkg::Source',

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