diff -Nru libnumber-compare-perl-0.03/debian/changelog libnumber-compare-perl-0.03/debian/changelog --- libnumber-compare-perl-0.03/debian/changelog 2020-12-25 17:05:34.000000000 +0000 +++ libnumber-compare-perl-0.03/debian/changelog 2021-10-24 16:58:52.000000000 +0000 @@ -1,3 +1,49 @@ +libnumber-compare-perl (0.03-2) unstable; urgency=medium + + [ Salvatore Bonaccorso ] + * Change Vcs-Git to canonical URI (git://anonscm.debian.org) + * Change search.cpan.org based URIs to metacpan.org based URIs + + [ Axel Beckert ] + * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- + copyright" + + [ gregor herrmann ] + * debian/control: remove Nicholas Bamber from Uploaders on request of + the MIA team. Closes: #924992 + * Strip trailing slash from metacpan URLs. + + [ Salvatore Bonaccorso ] + * Update Vcs-Browser URL to cgit web frontend + * debian/control: Use HTTPS transport protocol for Vcs-Git URI + + [ gregor herrmann ] + * debian/copyright: change Copyright-Format 1.0 URL to HTTPS. + * Remove Tim Retout from Uploaders. Thanks for your work! + + [ Salvatore Bonaccorso ] + * Update Vcs-* headers for switch to salsa.debian.org + + [ gregor herrmann ] + * debian/watch: use uscan version 4. + + [ Debian Janitor ] + * Trim trailing whitespace. + * Bump debhelper from deprecated 8 to 12. + * Set debhelper-compat version in Build-Depends. + * Bump debhelper from old 12 to 13. + + [ gregor herrmann ] + * debian/rules: run dh_perl -d to avoid dependency on full perl. + Cf. #987615 + * Update years of packaging copyright. + * Declare compliance with Debian Policy 4.6.0. + * Set Rules-Requires-Root: no. + * debian/rules: drop empty override_dh_pysupport, not needed anymore. + * Drop obsolete lintian override. + + -- gregor herrmann Sun, 24 Oct 2021 18:58:52 +0200 + libnumber-compare-perl (0.03-1.1) unstable; urgency=medium * Non maintainer upload by the Reproducible Builds team. @@ -119,4 +165,3 @@ * Initial Release. -- S. Zachariah Sprackett Thu, 15 Jul 2004 20:44:09 -0400 - diff -Nru libnumber-compare-perl-0.03/debian/compat libnumber-compare-perl-0.03/debian/compat --- libnumber-compare-perl-0.03/debian/compat 2011-09-23 15:49:27.000000000 +0000 +++ libnumber-compare-perl-0.03/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -8 diff -Nru libnumber-compare-perl-0.03/debian/control libnumber-compare-perl-0.03/debian/control --- libnumber-compare-perl-0.03/debian/control 2011-09-23 15:49:27.000000000 +0000 +++ libnumber-compare-perl-0.03/debian/control 2021-10-24 16:58:52.000000000 +0000 @@ -1,19 +1,21 @@ Source: libnumber-compare-perl +Maintainer: Debian Perl Group +Uploaders: gregor herrmann Section: perl +Testsuite: autopkgtest-pkg-perl Priority: optional -Maintainer: Debian Perl Group -Uploaders: gregor herrmann , Tim Retout , - Nicholas Bamber -Build-Depends: debhelper (>= 8) +Build-Depends: debhelper-compat (= 13) Build-Depends-Indep: perl -Standards-Version: 3.9.2 -Homepage: http://search.cpan.org/dist/Number-Compare/ -Vcs-Git: git://git.debian.org/pkg-perl/packages/libnumber-compare-perl.git -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnumber-compare-perl.git +Standards-Version: 4.6.0 +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnumber-compare-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libnumber-compare-perl.git +Homepage: https://metacpan.org/release/Number-Compare +Rules-Requires-Root: no Package: libnumber-compare-perl Architecture: all -Depends: ${misc:Depends}, ${perl:Depends} +Depends: ${misc:Depends}, + ${perl:Depends} Description: module for performing numeric comparisons in Perl Number::Compare allows one to compile a simple comparison to an anonymous subroutine, which can then be called with a value to be tested against. diff -Nru libnumber-compare-perl-0.03/debian/copyright libnumber-compare-perl-0.03/debian/copyright --- libnumber-compare-perl-0.03/debian/copyright 2011-09-23 15:49:27.000000000 +0000 +++ libnumber-compare-perl-0.03/debian/copyright 2021-10-24 16:58:52.000000000 +0000 @@ -1,7 +1,7 @@ -Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 -Maintainer: Richard Clamp -Source: http://search.cpan.org/dist/Number-Compare/ -Name: Number-Compare +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Number-Compare +Upstream-Contact: Richard Clamp +Source: https://metacpan.org/release/Number-Compare Files: * Copyright: 2002, Richard Clamp @@ -10,7 +10,7 @@ Files: debian/* Copyright: 2004, S. Zachariah Sprackett - 2006, 2008, gregor herrmann + 2006, 2008, 2021, gregor herrmann 2006, David Moreno Garza 2006, Matej Vela 2009, 2011, Tim Retout diff -Nru libnumber-compare-perl-0.03/debian/rules libnumber-compare-perl-0.03/debian/rules --- libnumber-compare-perl-0.03/debian/rules 2011-09-23 15:49:27.000000000 +0000 +++ libnumber-compare-perl-0.03/debian/rules 2021-10-24 16:58:52.000000000 +0000 @@ -2,6 +2,5 @@ %: dh $@ - -override_dh_pysupport: - +override_dh_perl: + dh_perl -d diff -Nru libnumber-compare-perl-0.03/debian/source/lintian-overrides libnumber-compare-perl-0.03/debian/source/lintian-overrides --- libnumber-compare-perl-0.03/debian/source/lintian-overrides 2011-09-23 15:49:27.000000000 +0000 +++ libnumber-compare-perl-0.03/debian/source/lintian-overrides 1970-01-01 00:00:00.000000000 +0000 @@ -1,3 +0,0 @@ -# Debian Perl Group policy is that the copyright format be kept at -# this version until the standard is finalized. -libnumber-compare-perl source: out-of-date-copyright-format-uri http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 diff -Nru libnumber-compare-perl-0.03/debian/watch libnumber-compare-perl-0.03/debian/watch --- libnumber-compare-perl-0.03/debian/watch 2011-09-23 15:49:27.000000000 +0000 +++ libnumber-compare-perl-0.03/debian/watch 2021-10-24 16:58:52.000000000 +0000 @@ -1,2 +1,2 @@ -version=3 -http://search.cpan.org/dist/Number-Compare/ .*/Number-Compare-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) +version=4 +https://metacpan.org/release/Number-Compare .*/Number-Compare-v?@ANY_VERSION@@ARCHIVE_EXT@$