[libconfig-model-dpkg-perl] 22/24: Dpkg::Control: removed experience attribute

dod at debian.org dod at debian.org
Sun Apr 20 13:07:48 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 cf63a9398455b44d6faafc5ac045d052771ab2c0
Author: Dominique Dumont <dod at debian.org>
Date:   Sat Apr 19 18:12:49 2014 +0200

    Dpkg::Control: removed experience attribute
---
 lib/Config/Model/Backend/Dpkg/Copyright.pm     | 1 -
 lib/Config/Model/models/Dpkg/Control/Binary.pl | 3 ---
 lib/Config/Model/models/Dpkg/Control/Source.pl | 3 ---
 3 files changed, 7 deletions(-)

diff --git a/lib/Config/Model/Backend/Dpkg/Copyright.pm b/lib/Config/Model/Backend/Dpkg/Copyright.pm
index 3e74987..4af52ea 100644
--- a/lib/Config/Model/Backend/Dpkg/Copyright.pm
+++ b/lib/Config/Model/Backend/Dpkg/Copyright.pm
@@ -417,7 +417,6 @@ sub write {
     };
     
     my $scan = Config::Model::ObjTreeScanner->new(
-        experience      => 'master',              # consider all values
         leaf_cb         => $my_leaf_cb,
         #string_value_cb => $my_string_cb,
         list_element_cb => $my_list_element_cb,
diff --git a/lib/Config/Model/models/Dpkg/Control/Binary.pl b/lib/Config/Model/models/Dpkg/Control/Binary.pl
index e461d02..aced01a 100644
--- a/lib/Config/Model/models/Dpkg/Control/Binary.pl
+++ b/lib/Config/Model/models/Dpkg/Control/Binary.pl
@@ -206,7 +206,6 @@ A package including binaries from grub2 and loadlin would have this field in its
           'udeb'
         ],
         'description' => 'If this field is present, the package is not a regular Debian package, but either a udeb generated for the Debian installer or a tdeb containing translated debconf strings.',
-        'experience' => 'advanced',
         'migrate_from' => {
           'formula' => '$xc',
           'variables' => {
@@ -224,7 +223,6 @@ A package including binaries from grub2 and loadlin would have this field in its
           'udeb'
         ],
         'description' => 'If this field is present, the package is not a regular Debian package, but either a udeb generated for the Debian installer or a tdeb containing translated debconf strings.',
-        'experience' => 'advanced',
         'status' => 'deprecated',
         'summary' => 'The type of the package, if not a regular Debian one',
         'type' => 'leaf',
@@ -281,7 +279,6 @@ else {
       },
       'XB-Python-Version',
       {
-        'experience' => 'advanced',
         'status' => 'deprecated',
         'type' => 'leaf',
         'value_type' => 'uniline'
diff --git a/lib/Config/Model/models/Dpkg/Control/Source.pl b/lib/Config/Model/models/Dpkg/Control/Source.pl
index 492d7dd..15dc7b1 100644
--- a/lib/Config/Model/models/Dpkg/Control/Source.pl
+++ b/lib/Config/Model/models/Dpkg/Control/Source.pl
@@ -358,7 +358,6 @@ The information is meant to be useful for a user knowledgeable in the given Vers
       },
       'XS-Python-Version',
       {
-        'experience' => 'advanced',
         'status' => 'deprecated',
         'type' => 'leaf',
         'value_type' => 'uniline'
@@ -366,7 +365,6 @@ The information is meant to be useful for a user knowledgeable in the given Vers
       'X-Python-Version',
       {
         'description' => 'This field specifies the versions of Python (not versions of Python 3) supported by the source package.  When not specified, they default to all currently supported Python (or Python 3) versions. For more detail, See L<python policy|http://www.debian.org/doc/packaging-manuals/python-policy/ch-module_packages.html#s-specifying_versions>',
-        'experience' => 'advanced',
         'migrate_from' => {
           'formula' => 'my $old = $xspython ;
 my $new ;
@@ -397,7 +395,6 @@ $new ;',
       'X-Python3-Version',
       {
         'description' => 'This field specifies the versions of Python 3 supported by the package. For more detail, See L<python policy|http://www.debian.org/doc/packaging-manuals/python-policy/ch-module_packages.html#s-specifying_versions>',
-        'experience' => 'advanced',
         'summary' => 'supported versions of Python3 ',
         'type' => 'leaf',
         'value_type' => 'uniline'

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