diff -Nru libscrappy-perl-0.94112090/debian/changelog libscrappy-perl-0.94112090/debian/changelog --- libscrappy-perl-0.94112090/debian/changelog 2021-01-07 15:38:34.000000000 +0000 +++ libscrappy-perl-0.94112090/debian/changelog 2022-06-17 09:11:56.000000000 +0000 @@ -1,3 +1,32 @@ +libscrappy-perl (0.94112090-3) unstable; urgency=medium + + [ Salvatore Bonaccorso ] + * Update Vcs-Browser URL to cgit web frontend + * debian/control: Use HTTPS transport protocol for Vcs-Git URI + + [ gregor herrmann ] + * Change bugtracker URL(s) to HTTPS. + * debian/copyright: change Copyright-Format 1.0 URL to HTTPS. + * Remove Lubomir Rintel from Uploaders. Thanks for your work! + + [ Alex Muntada ] + * Remove inactive pkg-perl members from Uploaders. + + [ Salvatore Bonaccorso ] + * Update Vcs-* headers for switch to salsa.debian.org + + [ Laurent Baillet ] + * fix lintian wrong-path-for-interpreter error + + [ gregor herrmann ] + * debian/watch: use uscan version 4. + + [ Debian Janitor ] + * Bump debhelper from deprecated 8 to 12. + * Set debhelper-compat version in Build-Depends. + + -- Jelmer Vernooij Fri, 17 Jun 2022 10:11:56 +0100 + libscrappy-perl (0.94112090-2.1) unstable; urgency=medium * Non maintainer upload by the Reproducible Builds team. diff -Nru libscrappy-perl-0.94112090/debian/compat libscrappy-perl-0.94112090/debian/compat --- libscrappy-perl-0.94112090/debian/compat 2014-06-22 16:51:17.000000000 +0000 +++ libscrappy-perl-0.94112090/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -8 diff -Nru libscrappy-perl-0.94112090/debian/control libscrappy-perl-0.94112090/debian/control --- libscrappy-perl-0.94112090/debian/control 2014-06-22 16:51:17.000000000 +0000 +++ libscrappy-perl-0.94112090/debian/control 2022-06-17 09:11:56.000000000 +0000 @@ -1,10 +1,9 @@ Source: libscrappy-perl Maintainer: Debian Perl Group -Uploaders: Onur Aslan , - Lubomir Rintel Section: perl +Testsuite: autopkgtest-pkg-perl Priority: optional -Build-Depends: debhelper (>= 8) +Build-Depends: debhelper-compat (= 13) Build-Depends-Indep: perl, libarray-unique-perl, libdatetime-perl, @@ -24,8 +23,8 @@ libweb-scraper-perl, libyaml-syck-perl Standards-Version: 3.9.5 -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libscrappy-perl.git -Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libscrappy-perl.git +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libscrappy-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libscrappy-perl.git Homepage: https://metacpan.org/release/Scrappy Package: libscrappy-perl diff -Nru libscrappy-perl-0.94112090/debian/copyright libscrappy-perl-0.94112090/debian/copyright --- libscrappy-perl-0.94112090/debian/copyright 2014-06-22 16:51:17.000000000 +0000 +++ libscrappy-perl-0.94112090/debian/copyright 2022-06-17 09:11:56.000000000 +0000 @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Scrappy Source: https://metacpan.org/release/Scrappy Upstream-Contact: Al Newkirk diff -Nru libscrappy-perl-0.94112090/debian/patches/access-rights-octal.patch libscrappy-perl-0.94112090/debian/patches/access-rights-octal.patch --- libscrappy-perl-0.94112090/debian/patches/access-rights-octal.patch 2014-06-22 16:51:17.000000000 +0000 +++ libscrappy-perl-0.94112090/debian/patches/access-rights-octal.patch 2022-06-17 09:11:56.000000000 +0000 @@ -3,7 +3,7 @@ Let's do this. Additionally, make the created scripts executable. Origin: vendor -Bug-Debian: http://bugs.debian.org/751138 +Bug-Debian: https://bugs.debian.org/751138 Author: gregor herrmann Last-Update: 2014-06-22 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=96639 diff -Nru libscrappy-perl-0.94112090/debian/rules libscrappy-perl-0.94112090/debian/rules --- libscrappy-perl-0.94112090/debian/rules 2014-06-22 16:51:17.000000000 +0000 +++ libscrappy-perl-0.94112090/debian/rules 2022-06-17 09:11:56.000000000 +0000 @@ -6,6 +6,10 @@ %: dh $@ +override_dh_install: + dh_install + sed -i '1s|^#!/usr/bin/env perl|#!/usr/bin/perl|' $(TMP)/usr/bin/scrappy + override_dh_auto_install: dh_auto_install $(RM) -v $(TMP)/usr/share/perl5/perltidy.pl diff -Nru libscrappy-perl-0.94112090/debian/watch libscrappy-perl-0.94112090/debian/watch --- libscrappy-perl-0.94112090/debian/watch 2014-06-22 16:51:17.000000000 +0000 +++ libscrappy-perl-0.94112090/debian/watch 2022-06-17 09:11:56.000000000 +0000 @@ -1,2 +1,2 @@ -version=3 -https://metacpan.org/release/Scrappy .*/Scrappy-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ +version=4 +https://metacpan.org/release/Scrappy .*/Scrappy-v?@ANY_VERSION@@ARCHIVE_EXT@$