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

Dominique Dumont dod at debian.org
Sat Apr 27 15:02:32 UTC 2013


The following commit has been merged in the master branch:
commit 21f9f8809f3ee0ee8492d3769071efe736642def
Author: Dominique Dumont <dod at debian.org>
Date:   Sat Apr 27 16:40:06 2013 +0200

    Dpkg::Source: DM-Upload-Allowed is deprecated

diff --git a/lib/Config/Model/models/Dpkg/Control/Source.pl b/lib/Config/Model/models/Dpkg/Control/Source.pl
index 9c56676..54637d8 100644
--- a/lib/Config/Model/models/Dpkg/Control/Source.pl
+++ b/lib/Config/Model/models/Dpkg/Control/Source.pl
@@ -250,6 +250,7 @@ The information is meant to be useful for a user knowledgeable in the given Vers
       {
         'value_type' => 'uniline',
         'summary' => 'The package may be uploaded by a Debian Maintainer',
+        'status' => 'deprecated',
         'match' => 'yes',
         'type' => 'leaf',
         'description' => 'If this field is present, then any Debian Maintainers listed in the Maintainer or Uploaders fields may upload the package directly to the Debian archive.  For more information see the "Debian Maintainer" page at the Debian Wiki - http://wiki.debian.org/DebianMaintainer'
diff --git a/t/model_tests.d/debian-dpkg-control-test-conf.pl b/t/model_tests.d/debian-dpkg-control-test-conf.pl
index 3fd3bb6..3bd014f 100644
--- a/t/model_tests.d/debian-dpkg-control-test-conf.pl
+++ b/t/model_tests.d/debian-dpkg-control-test-conf.pl
@@ -137,10 +137,12 @@ providing the following file:
     {
         # test for #692849, must not warn about missing libfoo dependency
         name => 'dbg-dep',
+        load_warnings => [ qr/DM-Upload/ ],
     },
     {
         # test for #696768, Built-Using field
         name => 'built-using',
+        load_warnings => [ qr/DM-Upload/ ],
     },
 );
 

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



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