[SCM] Debian native package for Config::Model::Dpkg branch, master, updated. debian/2.029-3-g5c53a17

gregor herrmann gregoa at debian.org
Sat Nov 3 14:46:35 UTC 2012


The following commit has been merged in the master branch:
commit 2cb96f10e8724a6f51cdab621ec8a18a3ba2bc53
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Nov 3 15:43:03 2012 +0100

    Set Standards-Version to 3.9.4 for the dpkg-control model.

diff --git a/lib/Config/Model/models/Dpkg/Control/Source.pl b/lib/Config/Model/models/Dpkg/Control/Source.pl
index 705a89f..9c34470 100644
--- a/lib/Config/Model/models/Dpkg/Control/Source.pl
+++ b/lib/Config/Model/models/Dpkg/Control/Source.pl
@@ -136,13 +136,13 @@ area/section if the package is in the contrib or non-free archive areas.
         'value_type' => 'uniline',
         'summary' => 'Debian policy version number this package complies to',
         'warn_unless_match' => {
-          '3\\.9\\.3' => {
-            'msg' => 'Current standards version is 3.9.3',
+          '3\\.9\\.4' => {
+            'msg' => 'Current standards version is 3.9.4',
             'fix' => '$_ = undef; # restore default value'
           }
         },
         'match' => '\\d+\\.\\d+\\.\\d+(\\.\\d+)?',
-        'default' => '3.9.3',
+        'default' => '3.9.4',
         'type' => 'leaf',
         'description' => 'This field indicates the debian policy version number this package complies to'
       },
diff --git a/t/debian-dependency-check.t b/t/debian-dependency-check.t
index 74e536e..9928f22 100644
--- a/t/debian-dependency-check.t
+++ b/t/debian-dependency-check.t
@@ -87,7 +87,7 @@ Build-Depends: debhelper, libsdl1.2, dpkg
 Build-Depends-Indep: libcpan-meta-perl, perl (>= 5.10) | libmodule-build-perl,
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Dominique Dumont <dominique.dumont at hp.com>
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 Homepage: http://search.cpan.org/dist/Dist-Zilla-Plugins-CJM/
 
 Package: libdist-zilla-plugins-cjm-perl
diff --git a/t/model_tests.d/debian-dpkg-control-examples/libclass-meta-perl b/t/model_tests.d/debian-dpkg-control-examples/libclass-meta-perl
index b9a6ef2..03e186e 100644
--- a/t/model_tests.d/debian-dpkg-control-examples/libclass-meta-perl
+++ b/t/model_tests.d/debian-dpkg-control-examples/libclass-meta-perl
@@ -12,7 +12,7 @@ Build-Depends-Indep: perl,
                      libdata-types-perl,
                      libtest-pod-perl,
                      libtest-pod-coverage-perl
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libclass-meta-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libclass-meta-perl.git
 Homepage: http://search.cpan.org/dist/Class-Meta/
diff --git a/t/model_tests.d/debian-dpkg-examples/t0/debian/control b/t/model_tests.d/debian-dpkg-examples/t0/debian/control
index 339e49e..950a6a4 100644
--- a/t/model_tests.d/debian-dpkg-examples/t0/debian/control
+++ b/t/model_tests.d/debian-dpkg-examples/t0/debian/control
@@ -8,7 +8,7 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Dominique Dumont <domi.dumont at free.fr>,
            gregor herrmann <gregoa at debian.org>, Jonathan Yu <jawnsy at cpan.org>,
            Fabrizio Regalli <fabreg at fabreg.it>
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
 Homepage: http://search.cpan.org/dist/Config-Model-Approx/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-perl/tags/libconfig-model-approx-perl
 Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-perl/trunk/libconfig-model-approx-perl/

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



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