[libconfig-model-dpkg-perl] 01/03: Set default Standards-Version to 3.9.7

Salvatore Bonaccorso carnil at debian.org
Tue Feb 2 06:17:50 UTC 2016


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 03cb6772a4afca987abca157d761a5d92f291c70
Author: Salvatore Bonaccorso <carnil at debian.org>
Date:   Tue Feb 2 07:08:15 2016 +0100

    Set default Standards-Version to 3.9.7
---
 lib/Config/Model/models/Dpkg/Control/Source.pl                      | 6 +++---
 t/dependency-check.t                                                | 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 +-
 .../dpkg-examples/open-nebula-from-scratch/debian/control           | 2 +-
 t/model_tests.d/dpkg-examples/open-nebula/debian/control            | 2 +-
 .../dpkg-examples/pan-copyright-from-scratch/debian/control         | 2 +-
 .../dpkg-examples/pan-copyright-upgrade-update-more/debian/control  | 2 +-
 .../dpkg-examples/pan-copyright-upgrade-update/debian/control       | 2 +-
 t/model_tests.d/dpkg-examples/rakudo-star/debian/control            | 2 +-
 t/model_tests.d/dpkg-examples/t0/debian/control                     | 2 +-
 15 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/lib/Config/Model/models/Dpkg/Control/Source.pl b/lib/Config/Model/models/Dpkg/Control/Source.pl
index 6f00b6a..f17bca1 100644
--- a/lib/Config/Model/models/Dpkg/Control/Source.pl
+++ b/lib/Config/Model/models/Dpkg/Control/Source.pl
@@ -280,16 +280,16 @@ Note that packages not wanted during "clean" phase must be declared in "Build-Co
       },
       'Standards-Version',
       {
-        'default' => '3.9.6',
+        'default' => '3.9.7',
         '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\\.6' => {
+          '3\\.9\\.7' => {
             'fix' => '$_ = undef; # restore default value',
-            'msg' => 'Current standards version is 3.9.6'
+            'msg' => 'Current standards version is 3.9.7'
           }
         }
       },
diff --git a/t/dependency-check.t b/t/dependency-check.t
index d298083..e39a5ac 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.6
+Standards-Version: 3.9.7
 Homepage: http://search.cpan.org/dist/Dist-Zilla-Plugins-CJM/
 
 Package: libdist-zilla-plugins-cjm-perl
diff --git a/t/model_tests.d/dpkg-control-examples/built-using b/t/model_tests.d/dpkg-control-examples/built-using
index c1cb73d..4693eb5 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.6
+Standards-Version: 3.9.7
 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 59d2ed7..eade1ec 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.6
+Standards-Version: 3.9.7
 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 0c87ecd..a4ecfca 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.6
+Standards-Version: 3.9.7
 Vcs-Browser: https://anonscm.debian.org/cgit/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 4adaef9..02c20d0 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.6
+Standards-Version: 3.9.7
 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 264edcd..1212bc0 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.6
+Standards-Version: 3.9.7
 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 92b6093..0679304 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.6
+Standards-Version: 3.9.7
 Homepage: http://fast-xs.rubyforge.org/
 XS-Ruby-Versions: all
 XS-Testsuite: autopkgtest-pkg-ruby
diff --git a/t/model_tests.d/dpkg-examples/open-nebula-from-scratch/debian/control b/t/model_tests.d/dpkg-examples/open-nebula-from-scratch/debian/control
index 98f1762..897ea6f 100644
--- a/t/model_tests.d/dpkg-examples/open-nebula-from-scratch/debian/control
+++ b/t/model_tests.d/dpkg-examples/open-nebula-from-scratch/debian/control
@@ -5,7 +5,7 @@ Maintainer: Daniel Dehennin <daniel.dehennin at baby-gnu.org>
 Build-Depends: bash-completion,
                bison,
                scons
-Standards-Version: 3.9.6.1
+Standards-Version: 3.9.7
 Homepage: http://opennebula.org/
 Vcs-Git: https://github.com/OpenNebula/one.git
 Vcs-Browser: https://github.com/OpenNebula/one
diff --git a/t/model_tests.d/dpkg-examples/open-nebula/debian/control b/t/model_tests.d/dpkg-examples/open-nebula/debian/control
index 98f1762..897ea6f 100644
--- a/t/model_tests.d/dpkg-examples/open-nebula/debian/control
+++ b/t/model_tests.d/dpkg-examples/open-nebula/debian/control
@@ -5,7 +5,7 @@ Maintainer: Daniel Dehennin <daniel.dehennin at baby-gnu.org>
 Build-Depends: bash-completion,
                bison,
                scons
-Standards-Version: 3.9.6.1
+Standards-Version: 3.9.7
 Homepage: http://opennebula.org/
 Vcs-Git: https://github.com/OpenNebula/one.git
 Vcs-Browser: https://github.com/OpenNebula/one
diff --git a/t/model_tests.d/dpkg-examples/pan-copyright-from-scratch/debian/control b/t/model_tests.d/dpkg-examples/pan-copyright-from-scratch/debian/control
index 98f1762..897ea6f 100644
--- a/t/model_tests.d/dpkg-examples/pan-copyright-from-scratch/debian/control
+++ b/t/model_tests.d/dpkg-examples/pan-copyright-from-scratch/debian/control
@@ -5,7 +5,7 @@ Maintainer: Daniel Dehennin <daniel.dehennin at baby-gnu.org>
 Build-Depends: bash-completion,
                bison,
                scons
-Standards-Version: 3.9.6.1
+Standards-Version: 3.9.7
 Homepage: http://opennebula.org/
 Vcs-Git: https://github.com/OpenNebula/one.git
 Vcs-Browser: https://github.com/OpenNebula/one
diff --git a/t/model_tests.d/dpkg-examples/pan-copyright-upgrade-update-more/debian/control b/t/model_tests.d/dpkg-examples/pan-copyright-upgrade-update-more/debian/control
index 60dcd4f..567823b 100644
--- a/t/model_tests.d/dpkg-examples/pan-copyright-upgrade-update-more/debian/control
+++ b/t/model_tests.d/dpkg-examples/pan-copyright-upgrade-update-more/debian/control
@@ -11,7 +11,7 @@ Build-Depends: autotools-dev,
                libnotify-dev,
                libgnome-keyring-dev,
                libdbus-1-dev
-Standards-Version: 3.9.6
+Standards-Version: 3.9.7
 Homepage: http://pan.rebelbase.com/
 
 Package: pan
diff --git a/t/model_tests.d/dpkg-examples/pan-copyright-upgrade-update/debian/control b/t/model_tests.d/dpkg-examples/pan-copyright-upgrade-update/debian/control
index 60dcd4f..567823b 100644
--- a/t/model_tests.d/dpkg-examples/pan-copyright-upgrade-update/debian/control
+++ b/t/model_tests.d/dpkg-examples/pan-copyright-upgrade-update/debian/control
@@ -11,7 +11,7 @@ Build-Depends: autotools-dev,
                libnotify-dev,
                libgnome-keyring-dev,
                libdbus-1-dev
-Standards-Version: 3.9.6
+Standards-Version: 3.9.7
 Homepage: http://pan.rebelbase.com/
 
 Package: pan
diff --git a/t/model_tests.d/dpkg-examples/rakudo-star/debian/control b/t/model_tests.d/dpkg-examples/rakudo-star/debian/control
index 1002a47..de4c45a 100644
--- a/t/model_tests.d/dpkg-examples/rakudo-star/debian/control
+++ b/t/model_tests.d/dpkg-examples/rakudo-star/debian/control
@@ -6,7 +6,7 @@ Priority: optional
 Build-Depends: debhelper (>= 9),
                rakudo (>= 2015.11),
                perl
-Standards-Version: 3.9.6
+Standards-Version: 3.9.7
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-rakudo/pkg-rakudo-star.git
 Vcs-Git: git://anonscm.debian.org/pkg-rakudo/pkg-rakudo-star.git
 Homepage: http://rakudo.org/
diff --git a/t/model_tests.d/dpkg-examples/t0/debian/control b/t/model_tests.d/dpkg-examples/t0/debian/control
index 06223e3..17ce321 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.6
+Standards-Version: 3.9.7
 Homepage: http://search.cpan.org/dist/Config-Model-Approx/
 
 Package: 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