diff -Nru libtest-version-perl-2.09/debian/changelog libtest-version-perl-2.09/debian/changelog --- libtest-version-perl-2.09/debian/changelog 2018-06-25 19:45:49.000000000 +0000 +++ libtest-version-perl-2.09/debian/changelog 2022-11-29 21:16:58.000000000 +0000 @@ -1,3 +1,21 @@ +libtest-version-perl (2.09-2) unstable; urgency=medium + + [ gregor herrmann ] + * debian/copyright: replace tabs with spaces / remove trailing + whitespace. + * debian/watch: use uscan version 4. + + [ Debian Janitor ] + * Bump debhelper from old 10 to 12. + * Set debhelper-compat version in Build-Depends. + * Set upstream metadata fields: Bug-Submit. + * Remove obsolete field Name from debian/upstream/metadata (already present in machine-readable debian/copyright). + * Remove constraints unnecessary since buster + * Bump debhelper from old 12 to 13. + * Update standards version to 4.1.5, no changes needed. + + -- Jelmer Vernooij Tue, 29 Nov 2022 21:16:58 +0000 + libtest-version-perl (2.09-1) unstable; urgency=medium * Import upstream version 2.09. diff -Nru libtest-version-perl-2.09/debian/compat libtest-version-perl-2.09/debian/compat --- libtest-version-perl-2.09/debian/compat 2018-06-25 19:45:49.000000000 +0000 +++ libtest-version-perl-2.09/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -10 diff -Nru libtest-version-perl-2.09/debian/control libtest-version-perl-2.09/debian/control --- libtest-version-perl-2.09/debian/control 2018-06-25 19:45:49.000000000 +0000 +++ libtest-version-perl-2.09/debian/control 2022-11-29 21:16:58.000000000 +0000 @@ -4,13 +4,13 @@ Section: perl Testsuite: autopkgtest-pkg-perl Priority: optional -Build-Depends: debhelper (>= 10) +Build-Depends: debhelper-compat (= 13) Build-Depends-Indep: libfile-find-rule-perl-perl, libtest-exception-perl, perl, - perl (>= 5.21.1) | libmodule-metadata-perl (>= 1.000020), - perl (>= 5.21.6) | libtest-simple-perl (>= 1.001010) -Standards-Version: 4.1.4 + perl | libmodule-metadata-perl, + perl | libtest-simple-perl +Standards-Version: 4.1.5 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-version-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtest-version-perl.git Homepage: https://metacpan.org/release/Test-Version @@ -20,7 +20,7 @@ Depends: ${misc:Depends}, ${perl:Depends}, libfile-find-rule-perl-perl, - perl (>= 5.21.1) | libmodule-metadata-perl (>= 1.000020) + perl | libmodule-metadata-perl Description: module for checking the sanity of versions in modules Test::Versions's goal is to be a one stop shop for checking to see that the versions in the modules across a CPAN distribution are sane. diff -Nru libtest-version-perl-2.09/debian/copyright libtest-version-perl-2.09/debian/copyright --- libtest-version-perl-2.09/debian/copyright 2018-06-25 19:45:49.000000000 +0000 +++ libtest-version-perl-2.09/debian/copyright 2022-11-29 21:16:58.000000000 +0000 @@ -20,9 +20,9 @@ found in `/usr/share/common-licenses/Artistic'. License: Artistic-2.0 - The Artistic License 2.0 + The Artistic License 2.0 . - Copyright (c) 2000-2006, The Perl Foundation. + Copyright (c) 2000-2006, The Perl Foundation. . Everyone is permitted to copy and distribute verbatim copies of this license document, but changing it is not allowed. @@ -39,7 +39,7 @@ license directly with the Copyright Holder of a given Package. If the terms of this license do not permit the full use that you propose to make of the Package, you should contact the Copyright Holder and seek - a different licensing arrangement. + a different licensing arrangement. . Definitions . @@ -72,7 +72,7 @@ . "Modified Version" means the Package, if it has been changed, and such changes were not explicitly requested by the Copyright - Holder. + Holder. . "Original License" means this Artistic License as Distributed with the Standard Version of the Package, in its current version or as @@ -108,7 +108,7 @@ will be subject to the Original License. . . - Distribution of Modified Versions of the Package as Source + Distribution of Modified Versions of the Package as Source . (4) You may Distribute your Modified Version as Source (either gratis or for a Distributor Fee, and with or without a Compiled form of the @@ -131,18 +131,18 @@ make the Source form of the Modified Version available to others under . - (i) the Original License or + (i) the Original License or . - (ii) a license that permits the licensee to freely copy, - modify and redistribute the Modified Version using the same - licensing terms that apply to the copy that the licensee - received, and requires that the Source form of the Modified - Version, and of any works derived from it, be made freely - available in that license fees are prohibited but Distributor - Fees are allowed. + (ii) a license that permits the licensee to freely copy, + modify and redistribute the Modified Version using the same + licensing terms that apply to the copy that the licensee + received, and requires that the Source form of the Modified + Version, and of any works derived from it, be made freely + available in that license fees are prohibited but Distributor + Fees are allowed. . . - Distribution of Compiled Forms of the Standard Version + Distribution of Compiled Forms of the Standard Version or Modified Versions without the Source . (5) You may Distribute Compiled forms of the Standard Version without @@ -160,7 +160,7 @@ the Source of the Modified Version. . . - Aggregating or Linking the Package + Aggregating or Linking the Package . (7) You may aggregate the Package (either the Standard Version or Modified Version) with other packages and Distribute the resulting @@ -177,7 +177,7 @@ provided the result does not expose a direct interface to the Package. . . - Items That are Not Considered Part of a Modified Version + Items That are Not Considered Part of a Modified Version . (9) Works (including, but not limited to, modules and scripts) that merely extend or make use of the Package, do not, by themselves, cause diff -Nru libtest-version-perl-2.09/debian/upstream/metadata libtest-version-perl-2.09/debian/upstream/metadata --- libtest-version-perl-2.09/debian/upstream/metadata 2018-06-25 19:45:49.000000000 +0000 +++ libtest-version-perl-2.09/debian/upstream/metadata 2022-11-29 21:16:58.000000000 +0000 @@ -2,6 +2,6 @@ Archive: CPAN Bug-Database: https://github.com/plicease/test-version/issues Contact: Graham Ollis , Caleb Cushing -Name: Test-Version +Bug-Submit: https://github.com/plicease/test-version/issues/new Repository: https://github.com/plicease/test-version.git Repository-Browse: https://github.com/plicease/test-version diff -Nru libtest-version-perl-2.09/debian/watch libtest-version-perl-2.09/debian/watch --- libtest-version-perl-2.09/debian/watch 2018-06-25 19:45:49.000000000 +0000 +++ libtest-version-perl-2.09/debian/watch 2022-11-29 21:16:58.000000000 +0000 @@ -1,2 +1,2 @@ -version=3 -https://metacpan.org/release/Test-Version .*/Test-Version-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ +version=4 +https://metacpan.org/release/Test-Version .*/Test-Version-v?@ANY_VERSION@@ARCHIVE_EXT@$