[libconfig-model-dpkg-perl] 03/04: Dpkg Source model: add XS-AutoBuild field (Closes: #719753)

dod at debian.org dod at debian.org
Fri Aug 23 16:19:01 UTC 2013


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 bc412426719caff91676867b4f50a3d6bc85fcc7
Author: Dominique Dumont <dod at debian.org>
Date:   Fri Aug 23 18:07:11 2013 +0200

    Dpkg Source model: add XS-AutoBuild field (Closes: #719753)
---
 lib/Config/Model/models/Dpkg/Control/Source.pl |   26 ++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/lib/Config/Model/models/Dpkg/Control/Source.pl b/lib/Config/Model/models/Dpkg/Control/Source.pl
index 54637d8..b5fb37e 100644
--- a/lib/Config/Model/models/Dpkg/Control/Source.pl
+++ b/lib/Config/Model/models/Dpkg/Control/Source.pl
@@ -78,6 +78,32 @@ area/section if the package is in the contrib or non-free archive areas.
 
 '
       },
+      'XS-Autobuild',
+      {
+        'default' => '0',
+        'description' => 'Read the full description from 
+L<section 5.10.5|http://www.debian.org/doc/manuals/developers-reference/pkgs.html#non-free-buildd> 
+in Debian developer reference.',
+        'value_type' => 'boolean',
+        'level' => 'hidden',
+        'summary' => 'Allow automatic build of non-free or contrib package',
+        'warp' => {
+          'follow' => {
+            'section' => '- Section'
+          },
+          'rules' => [
+            '$section =~ m!^(contrib|non-free)/!',
+            {
+              'level' => 'normal'
+            }
+          ]
+        },
+        'type' => 'leaf',
+        'write_as' => [
+          'no',
+          'yes'
+        ]
+      },
       'Priority',
       {
         'value_type' => 'enum',

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