diff -Nru libnet-subnet-perl-1.03/debian/changelog libnet-subnet-perl-1.03/debian/changelog --- libnet-subnet-perl-1.03/debian/changelog 2021-01-06 15:26:38.000000000 +0000 +++ libnet-subnet-perl-1.03/debian/changelog 2022-06-30 23:16:19.000000000 +0000 @@ -1,3 +1,28 @@ +libnet-subnet-perl (1.03-2) 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 ] + * debian/copyright: change Copyright-Format 1.0 URL to HTTPS. + + [ Salvatore Bonaccorso ] + * Update Vcs-* headers for switch to salsa.debian.org + + [ gregor herrmann ] + * debian/watch: use uscan version 4. + + [ Debian Janitor ] + * Bump debhelper from deprecated 8 to 12. + * Set debhelper-compat version in Build-Depends. + * Remove constraints unnecessary since stretch: + + Build-Depends-Indep: Drop versioned constraint on libsocket6-perl. + + libnet-subnet-perl: Drop versioned constraint on libsocket6-perl in + Depends. + + -- Jelmer Vernooij Fri, 01 Jul 2022 00:16:19 +0100 + libnet-subnet-perl (1.03-1.1) unstable; urgency=medium * Non maintainer upload by the Reproducible Builds team. diff -Nru libnet-subnet-perl-1.03/debian/compat libnet-subnet-perl-1.03/debian/compat --- libnet-subnet-perl-1.03/debian/compat 2014-01-17 09:29:34.000000000 +0000 +++ libnet-subnet-perl-1.03/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -8 diff -Nru libnet-subnet-perl-1.03/debian/control libnet-subnet-perl-1.03/debian/control --- libnet-subnet-perl-1.03/debian/control 2014-01-17 09:34:17.000000000 +0000 +++ libnet-subnet-perl-1.03/debian/control 2022-06-30 23:16:19.000000000 +0000 @@ -3,18 +3,19 @@ Priority: optional Maintainer: Debian Perl Group Uploaders: Damyan Ivanov -Build-Depends: debhelper (>= 8) -Build-Depends-Indep: libsocket6-perl (>= 0.23), +Build-Depends: debhelper-compat (= 13) +Build-Depends-Indep: libsocket6-perl, perl Standards-Version: 3.9.5 -Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libnet-subnet-perl.git -Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libnet-subnet-perl.git +Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnet-subnet-perl +Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libnet-subnet-perl.git Homepage: https://metacpan.org/release/Net-Subnet +Testsuite: autopkgtest-pkg-perl Package: libnet-subnet-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, - libsocket6-perl (>= 0.23) + libsocket6-perl Description: Fast IP-in-subnet matcher module for IPv4 and IPv6 Net::Subnet is a simple but fast pure Perl module for determining whether a given IP address is in a given set of IP subnets. It's iterative, and it diff -Nru libnet-subnet-perl-1.03/debian/copyright libnet-subnet-perl-1.03/debian/copyright --- libnet-subnet-perl-1.03/debian/copyright 2014-01-17 09:41:58.000000000 +0000 +++ libnet-subnet-perl-1.03/debian/copyright 2022-06-30 23:16:19.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/ Source: https://metacpan.org/release/Net-Subnet Upstream-Contact: Juerd Waalboer Upstream-Name: Net-Subnet diff -Nru libnet-subnet-perl-1.03/debian/watch libnet-subnet-perl-1.03/debian/watch --- libnet-subnet-perl-1.03/debian/watch 2014-01-17 09:29:34.000000000 +0000 +++ libnet-subnet-perl-1.03/debian/watch 2022-06-30 23:16:19.000000000 +0000 @@ -1,2 +1,2 @@ -version=3 -https://metacpan.org/release/Net-Subnet .*/Net-Subnet-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ +version=4 +https://metacpan.org/release/Net-Subnet .*/Net-Subnet-v?@ANY_VERSION@@ARCHIVE_EXT@$