diff -Nru libprotocol-irc-perl-0.12/debian/changelog libprotocol-irc-perl-0.12/debian/changelog --- libprotocol-irc-perl-0.12/debian/changelog 2021-01-07 14:29:30.000000000 +0000 +++ libprotocol-irc-perl-0.12/debian/changelog 2021-01-08 01:27:43.000000000 +0000 @@ -1,3 +1,27 @@ +libprotocol-irc-perl (0.12-3) unstable; urgency=medium + + * Team upload. + + [ Laurent Baillet ] + * fix lintian description-contains-dh-make-perl-template warning + + [ Debian Janitor ] + * Bump debhelper from old 10 to 12. + * Set debhelper-compat version in Build-Depends. + * Use canonical URL in Vcs-Git. + * Remove obsolete fields Contact, Name from debian/upstream/metadata + (already present in machine-readable debian/copyright). + + [ gregor herrmann ] + * debian/watch: use uscan version 4. + * Mark package as autopkgtest-able. + * Declare compliance with Debian Policy 4.5.1. + * Set Rules-Requires-Root: no. + * Annotate test-only build dependencies with . + * Bump debhelper-compat to 13. + + -- gregor herrmann Fri, 08 Jan 2021 02:27:43 +0100 + libprotocol-irc-perl (0.12-2.1) unstable; urgency=medium * Non maintainer upload by the Reproducible Builds team. diff -Nru libprotocol-irc-perl-0.12/debian/compat libprotocol-irc-perl-0.12/debian/compat --- libprotocol-irc-perl-0.12/debian/compat 2018-06-23 19:23:54.000000000 +0000 +++ libprotocol-irc-perl-0.12/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -10 diff -Nru libprotocol-irc-perl-0.12/debian/control libprotocol-irc-perl-0.12/debian/control --- libprotocol-irc-perl-0.12/debian/control 2018-06-23 19:52:27.000000000 +0000 +++ libprotocol-irc-perl-0.12/debian/control 2021-01-08 01:27:43.000000000 +0000 @@ -1,21 +1,24 @@ Source: libprotocol-irc-perl -Section: perl -Priority: optional Maintainer: Debian Perl Group Uploaders: Andrej Shadura -Build-Depends: debhelper (>= 10), - libmodule-build-perl, - perl -Build-Depends-Indep: libfuture-perl, - libtest-fatal-perl -Standards-Version: 4.1.3 -Homepage: https://metacpan.org/release/Protocol-IRC -Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libprotocol-irc-perl +Section: perl +Testsuite: autopkgtest-pkg-perl +Priority: optional +Build-Depends: debhelper-compat (= 13), + libmodule-build-perl, + perl +Build-Depends-Indep: libfuture-perl , + libtest-fatal-perl +Standards-Version: 4.5.1 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libprotocol-irc-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libprotocol-irc-perl.git +Homepage: https://metacpan.org/release/Protocol-IRC +Rules-Requires-Root: no Package: libprotocol-irc-perl Architecture: all -Depends: ${misc:Depends}, ${perl:Depends} +Depends: ${misc:Depends}, + ${perl:Depends} Description: IRC protocol handling This mix-in class provides a base layer of IRC message handling logic. It allows reading of IRC messages from a string buffer and dispatching them to @@ -25,5 +28,3 @@ convenient for IRC client implementations. Much of the code provided here is still useful in client applications, so the reader should be familiar with both modules. - . - This description was automagically extracted from the module by dh-make-perl. diff -Nru libprotocol-irc-perl-0.12/debian/upstream/metadata libprotocol-irc-perl-0.12/debian/upstream/metadata --- libprotocol-irc-perl-0.12/debian/upstream/metadata 2018-06-23 19:23:54.000000000 +0000 +++ libprotocol-irc-perl-0.12/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 @@ -1,4 +0,0 @@ ---- -Archive: CPAN -Contact: Paul Evans -Name: Protocol-IRC diff -Nru libprotocol-irc-perl-0.12/debian/watch libprotocol-irc-perl-0.12/debian/watch --- libprotocol-irc-perl-0.12/debian/watch 2018-06-23 19:23:54.000000000 +0000 +++ libprotocol-irc-perl-0.12/debian/watch 2021-01-08 01:27:43.000000000 +0000 @@ -1,2 +1,2 @@ -version=3 -https://metacpan.org/release/Protocol-IRC .*/Protocol-IRC-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ +version=4 +https://metacpan.org/release/Protocol-IRC .*/Protocol-IRC-v?@ANY_VERSION@@ARCHIVE_EXT@$