[libconfig-model-dpkg-perl] 01/03: Set Standards-Version to 3.9.5 for the dpkg-control model

Salvatore Bonaccorso carnil at debian.org
Mon Oct 28 09:53:45 UTC 2013


This is an automated email from the git hooks/post-receive script.

carnil pushed a commit to branch master
in repository libconfig-model-dpkg-perl.

commit ec0cbeab560e0778cb2cc3089aee9940e66ef1a5
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Mon Oct 28 10:51:41 2013 +0100

    Set Standards-Version to 3.9.5 for the dpkg-control model
---
 lib/Config/Model/models/Dpkg/Control/Source.pl           |    6 +++---
 t/dependency-check.t                                     |    2 +-
 t/model_tests.d/dependency-cache.txt                     |    2 +-
 t/model_tests.d/dpkg-control-examples/built-using        |    2 +-
 t/model_tests.d/dpkg-control-examples/dbg-dep            |    2 +-
 t/model_tests.d/dpkg-control-examples/libclass-meta-perl |    2 +-
 t/model_tests.d/dpkg-control-examples/non-free           |    2 +-
 t/model_tests.d/dpkg-control-examples/ruby               |    2 +-
 t/model_tests.d/dpkg-control-examples/xs-testsuite       |    2 +-
 t/model_tests.d/dpkg-examples/t0/debian/control          |    2 +-
 10 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/lib/Config/Model/models/Dpkg/Control/Source.pl b/lib/Config/Model/models/Dpkg/Control/Source.pl
index cf11ee7..819e314 100644
--- a/lib/Config/Model/models/Dpkg/Control/Source.pl
+++ b/lib/Config/Model/models/Dpkg/Control/Source.pl
@@ -170,16 +170,16 @@ in Debian developer reference.',
       },
       'Standards-Version',
       {
-        'default' => '3.9.4',
+        'default' => '3.9.5',
         'description' => 'This field indicates the debian policy version number this package complies to',
         'match' => '\\d+\\.\\d+\\.\\d+(\\.\\d+)?',
         'summary' => 'Debian policy version number this package complies to',
         'type' => 'leaf',
         'value_type' => 'uniline',
         'warn_unless_match' => {
-          '3\\.9\\.4' => {
+          '3\\.9\\.5' => {
             'fix' => '$_ = undef; # restore default value',
-            'msg' => 'Current standards version is 3.9.4'
+            'msg' => 'Current standards version is 3.9.5'
           }
         }
       },
diff --git a/t/dependency-check.t b/t/dependency-check.t
index 43d0244..26a48e7 100644
--- a/t/dependency-check.t
+++ b/t/dependency-check.t
@@ -90,7 +90,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.4
+Standards-Version: 3.9.5
 Homepage: http://search.cpan.org/dist/Dist-Zilla-Plugins-CJM/
 
 Package: libdist-zilla-plugins-cjm-perl
diff --git a/t/model_tests.d/dependency-cache.txt b/t/model_tests.d/dependency-cache.txt
index 24b402e..8cbb844 100644
--- a/t/model_tests.d/dependency-cache.txt
+++ b/t/model_tests.d/dependency-cache.txt
@@ -61,7 +61,7 @@ libsm-dev => etch 1:1.0.1-3 lenny 2:1.0.3-2 squeeze 2:1.1.1-1 wheezy 2:1.2.0-1 s
 libtest-pod-coverage-perl => squeeze 1.08-3 wheezy 1.08-3 sid 1.08-3
 libtest-pod-perl => etch 1.24-1 lenny 1.26-2 squeeze 1.42-1 wheezy 1.44-1 sid 1.44-1
 libtest-simple-perl => etch 0.62-1 lenny 0.80-1 backports/lenny 0.94-1~bpo50+1 squeeze 0.94-1 wheezy 0.98-1 sid 0.98-1
-libtiff4 => lenny-security 3.8.2-11.5 lenny 3.8.2-11.5 squeeze-security 3.9.4-5+squeeze3 squeeze 3.9.4-5+squeeze3 wheezy 3.9.6-1 sid 3.9.6-1
+libtiff4 => lenny-security 3.8.2-11.5 lenny 3.8.2-11.5 squeeze-security 3.9.5-5+squeeze3 squeeze 3.9.5-5+squeeze3 wheezy 3.9.6-1 sid 3.9.6-1
 libversion-perl => etch 0.6701-1 squeeze 1:0.8200-1 wheezy 1:0.9000-1 sid 1:0.9000-1
 libwx-perl => squeeze 0.9702-1 wheezy 1:0.9904-1 sid 1:0.9904-1
 libx11-dev => etch 2:1.0.3-7 lenny 2:1.1.5-2 squeeze 2:1.3.3-4 wheezy 2:1.4.1-5 sid 2:1.4.1-5
diff --git a/t/model_tests.d/dpkg-control-examples/built-using b/t/model_tests.d/dpkg-control-examples/built-using
index 8c7084b..6885bf2 100644
--- a/t/model_tests.d/dpkg-control-examples/built-using
+++ b/t/model_tests.d/dpkg-control-examples/built-using
@@ -6,7 +6,7 @@ Uploaders: Barry deFreese <bdefreese at debian.org>,
            Felix Geyer <debfx-pkg at fobos.de>,
            Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
 DM-Upload-Allowed: yes
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
 Build-Depends: debhelper (>= 9),
                dh-autoreconf,
                dpkg-dev (>= 1.16.1~),
diff --git a/t/model_tests.d/dpkg-control-examples/dbg-dep b/t/model_tests.d/dpkg-control-examples/dbg-dep
index cb6d533..5819576 100644
--- a/t/model_tests.d/dpkg-control-examples/dbg-dep
+++ b/t/model_tests.d/dpkg-control-examples/dbg-dep
@@ -6,7 +6,7 @@ Uploaders: Barry deFreese <bdefreese at debian.org>,
            Felix Geyer <debfx-pkg at fobos.de>,
            Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
 DM-Upload-Allowed: yes
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
 Build-Depends: debhelper (>= 9),
                dh-autoreconf,
                dpkg-dev (>= 1.16.1~),
diff --git a/t/model_tests.d/dpkg-control-examples/libclass-meta-perl b/t/model_tests.d/dpkg-control-examples/libclass-meta-perl
index 03e186e..acca628 100644
--- a/t/model_tests.d/dpkg-control-examples/libclass-meta-perl
+++ b/t/model_tests.d/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.4
+Standards-Version: 3.9.5
 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/dpkg-control-examples/non-free b/t/model_tests.d/dpkg-control-examples/non-free
index 658d396..0a8af51 100644
--- a/t/model_tests.d/dpkg-control-examples/non-free
+++ b/t/model_tests.d/dpkg-control-examples/non-free
@@ -5,7 +5,7 @@ Maintainer: Debian SDL packages maintainers <pkg-sdl-maintainers at lists.alioth.de
 Uploaders: Barry deFreese <bdefreese at debian.org>,
            Felix Geyer <debfx-pkg at fobos.de>,
            Manuel A. Fernandez Montecelo <manuel.montezelo at gmail.com>
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
 Build-Depends: debhelper (>= 9),
                dh-autoreconf,
                dpkg-dev (>= 1.16.1~),
diff --git a/t/model_tests.d/dpkg-control-examples/ruby b/t/model_tests.d/dpkg-control-examples/ruby
index b1535d3..946f42b 100644
--- a/t/model_tests.d/dpkg-control-examples/ruby
+++ b/t/model_tests.d/dpkg-control-examples/ruby
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Bryan McLellan <btm at loftninjas.org>
 Build-Depends: debhelper (>= 7.0.50~)
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
 Homepage: http://fast-xs.rubyforge.org/
 XS-Ruby-Versions: all
 
diff --git a/t/model_tests.d/dpkg-control-examples/xs-testsuite b/t/model_tests.d/dpkg-control-examples/xs-testsuite
index 65c2577..cea5b63 100644
--- a/t/model_tests.d/dpkg-control-examples/xs-testsuite
+++ b/t/model_tests.d/dpkg-control-examples/xs-testsuite
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Bryan McLellan <btm at loftninjas.org>
 Build-Depends: debhelper (>= 7.0.50~)
-Standards-Version: 3.9.4
+Standards-Version: 3.9.5
 Homepage: http://fast-xs.rubyforge.org/
 XS-Ruby-Versions: all
 XS-Testsuite: autopkgtest
diff --git a/t/model_tests.d/dpkg-examples/t0/debian/control b/t/model_tests.d/dpkg-examples/t0/debian/control
index 950a6a4..58fc5e3 100644
--- a/t/model_tests.d/dpkg-examples/t0/debian/control
+++ b/t/model_tests.d/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.4
+Standards-Version: 3.9.5
 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/

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