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 20c56edd61684347ff3319ad90882ccc551b23de Author: Salvatore Bonaccorso <[email protected]> Date: Sun Aug 6 08:06:31 2017 +0200 Set default Standards-Version to 4.1.0 --- lib/Config/Model/models/Dpkg/Control/Source.pl | 2 +- t/dependency-check.t | 2 +- t/model_tests.d/dpkg-control-examples/built-using | 2 +- t/model_tests.d/dpkg-control-examples/comments-in-dep-list | 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/open-nebula-from-scratch/debian/control | 2 +- t/model_tests.d/dpkg-examples/open-nebula/debian/control | 2 +- t/model_tests.d/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 +- 16 files changed, 16 insertions(+), 16 deletions(-) diff --git a/lib/Config/Model/models/Dpkg/Control/Source.pl b/lib/Config/Model/models/Dpkg/Control/Source.pl index e28a6df..7739dfa 100644 --- a/lib/Config/Model/models/Dpkg/Control/Source.pl +++ b/lib/Config/Model/models/Dpkg/Control/Source.pl @@ -352,7 +352,7 @@ A package including binaries from grub2 and loadlin would have this field in its }, 'Standards-Version', { - 'default' => '4.0.1', + 'default' => '4.1.0', 'description' => 'This field indicates the Debian policy version number this package complies to. Before updating this field, please read L<upgrading-checklist|https://www.debian.org/doc/debian-policy/upgrading-checklist.html> to know what changes came with a new policy version number and apply the required changes (if any) to your package.', diff --git a/t/dependency-check.t b/t/dependency-check.t index 47ea1df..c877085 100644 --- a/t/dependency-check.t +++ b/t/dependency-check.t @@ -94,7 +94,7 @@ Build-Depends: debhelper, libsdl1.2, dpkg Build-Depends-Indep: libcpan-meta-perl, perl (>= 5.10) | libmodule-build-perl, Maintainer: Debian Perl Group <[email protected]> Uploaders: Dominique Dumont <[email protected]> -Standards-Version: 4.0.1 +Standards-Version: 4.1.0 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 dda3cee..a9e01d7 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 <[email protected]>, Felix Geyer <[email protected]>, Manuel A. Fernandez Montecelo <[email protected]> DM-Upload-Allowed: yes -Standards-Version: 4.0.1 +Standards-Version: 4.1.0 Build-Depends: debhelper (>= 9), dh-autoreconf, dpkg-dev (>= 1.16.1~), diff --git a/t/model_tests.d/dpkg-control-examples/comments-in-dep-list b/t/model_tests.d/dpkg-control-examples/comments-in-dep-list index ac9aab5..b4f5154 100644 --- a/t/model_tests.d/dpkg-control-examples/comments-in-dep-list +++ b/t/model_tests.d/dpkg-control-examples/comments-in-dep-list @@ -18,7 +18,7 @@ Build-Depends: python3-nose, python3-numpy, cython3, -Standards-Version: 4.0.1 +Standards-Version: 4.1.0 Homepage: https://github.com/bxlab/bx-python Vcs-Git: https://anonscm.debian.org/git/debian-med/python-bx.git Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/python-bx.git diff --git a/t/model_tests.d/dpkg-control-examples/dbg-dep b/t/model_tests.d/dpkg-control-examples/dbg-dep index 5d9350c..003d3d0 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 <[email protected]>, Felix Geyer <[email protected]>, Manuel A. Fernandez Montecelo <[email protected]> DM-Upload-Allowed: yes -Standards-Version: 4.0.1 +Standards-Version: 4.1.0 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 4ec4e18..3090bfa 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: 4.0.1 +Standards-Version: 4.1.0 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 92081a0..3d96196 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 <[email protected] Uploaders: Barry deFreese <[email protected]>, Felix Geyer <[email protected]>, Manuel A. Fernandez Montecelo <[email protected]> -Standards-Version: 4.0.1 +Standards-Version: 4.1.0 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 a49824a..356c909 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 <[email protected]> Uploaders: Bryan McLellan <[email protected]> Build-Depends: debhelper (>= 7.0.50~) -Standards-Version: 4.0.1 +Standards-Version: 4.1.0 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 733d863..c00d901 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 <[email protected]> Uploaders: Bryan McLellan <[email protected]> Build-Depends: debhelper (>= 7.0.50~) -Standards-Version: 4.0.1 +Standards-Version: 4.1.0 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 cd20082..15620cc 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 <[email protected]> Build-Depends: bash-completion, bison, scons -Standards-Version: 4.0.1 +Standards-Version: 4.1.0 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 cd20082..15620cc 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 <[email protected]> Build-Depends: bash-completion, bison, scons -Standards-Version: 4.0.1 +Standards-Version: 4.1.0 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 be68118..06f307a 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 @@ -11,7 +11,7 @@ Build-Depends: autotools-dev, libnotify-dev, libgnome-keyring-dev, libdbus-1-dev -Standards-Version: 4.0.1 +Standards-Version: 4.1.0 Homepage: http://pan.rebelbase.com/ Package: pan 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 be68118..06f307a 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: 4.0.1 +Standards-Version: 4.1.0 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 be68118..06f307a 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: 4.0.1 +Standards-Version: 4.1.0 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 9a7755e..5775d02 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: 4.0.1 +Standards-Version: 4.1.0 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 f7bc001..aca369e 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 <[email protected]> Uploaders: Dominique Dumont <[email protected]>, gregor herrmann <[email protected]>, Jonathan Yu <[email protected]>, Fabrizio Regalli <[email protected]> -Standards-Version: 4.0.1 +Standards-Version: 4.1.0 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 _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
