[SCM] Debian native package for Config::Model::Dpkg branch, master, updated. debian/2.031-10-ge09fb7a

Salvatore Bonaccorso carnil at debian.org
Thu Dec 27 22:44:28 UTC 2012


The following commit has been merged in the master branch:
commit a77cd4df97d98b186f410ff75d0f61f6ce007610
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Thu Dec 27 23:36:06 2012 +0100

    Add support for Built-Using field
    
    Closes: #696768

diff --git a/lib/Config/Model/models/Dpkg/Control/Binary.pl b/lib/Config/Model/models/Dpkg/Control/Binary.pl
index 8d61022..01f179e 100644
--- a/lib/Config/Model/models/Dpkg/Control/Binary.pl
+++ b/lib/Config/Model/models/Dpkg/Control/Binary.pl
@@ -175,6 +175,16 @@ A package may specify an architecture wildcard. Architecture wildcards are in th
         },
         'type' => 'list'
       },
+      'Built-Using',
+      {
+        'cargo' => {
+          'value_type' => 'uniline',
+          'class' => 'Config::Model::Dpkg::Dependency',
+          'type' => 'leaf'
+        },
+        'duplicates' => 'warn',
+        'type' => 'list'
+      },
       'Package-Type',
       {
         'value_type' => 'enum',

-- 
Debian native package for Config::Model::Dpkg



More information about the Pkg-perl-cvs-commits mailing list