diff -Nru libnet-ldns-perl-0.75/debian/changelog libnet-ldns-perl-0.75/debian/changelog --- libnet-ldns-perl-0.75/debian/changelog 2022-02-06 12:45:32.000000000 +0000 +++ libnet-ldns-perl-0.75/debian/changelog 2022-08-14 16:52:55.000000000 +0000 @@ -1,26 +1,33 @@ -libnet-ldns-perl (0.75-6build4) jammy; urgency=medium +libnet-ldns-perl (0.75-7) unstable; urgency=medium - * No-change rebuild for the perl update. + * Team upload. - -- Matthias Klose Sun, 06 Feb 2022 13:45:32 +0100 + [ gregor herrmann ] + * debian/copyright: replace tabs with spaces / remove trailing + whitespace. + * debian/control: update Build-Depends for cross builds. + * debian/watch: use uscan version 4. + + [ Debian Janitor ] + * Use secure copyright file specification URI. + * Bump debhelper from old 10 to 12. + * Set debhelper-compat version in Build-Depends. + * Remove obsolete fields Contact, Name from debian/upstream/metadata + (already present in machine-readable debian/copyright). + * Update standards version to 4.1.5, no changes needed. + * Remove constraints unnecessary since stretch: + + Build-Depends: Drop versioned constraint on perl. + * Bump debhelper from old 12 to 13. + * Remove constraints unnecessary since buster + * Build-Depends: Drop versioned constraint on libldns-dev. + + [ gregor herrmann ] + * Declare compliance with Debian Policy 4.6.1. + * Enable all hardening flags. + * Annotate test-only build dependencies with . + * Update short and long description. -libnet-ldns-perl (0.75-6build3) hirsute; urgency=medium - - * No-change rebuild for the perl update. - - -- Matthias Klose Mon, 09 Nov 2020 12:44:35 +0100 - -libnet-ldns-perl (0.75-6build2) groovy; urgency=medium - - * No-change rebuild against libldns3. - - -- Logan Rosen Tue, 30 Jun 2020 19:37:40 -0400 - -libnet-ldns-perl (0.75-6build1) focal; urgency=medium - - * No-change rebuild for the perl update. - - -- Matthias Klose Fri, 18 Oct 2019 19:33:30 +0000 + -- gregor herrmann Sun, 14 Aug 2022 18:52:55 +0200 libnet-ldns-perl (0.75-6) unstable; urgency=medium diff -Nru libnet-ldns-perl-0.75/debian/compat libnet-ldns-perl-0.75/debian/compat --- libnet-ldns-perl-0.75/debian/compat 2019-04-24 14:51:26.000000000 +0000 +++ libnet-ldns-perl-0.75/debian/compat 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -10 diff -Nru libnet-ldns-perl-0.75/debian/control libnet-ldns-perl-0.75/debian/control --- libnet-ldns-perl-0.75/debian/control 2019-04-24 14:51:26.000000000 +0000 +++ libnet-ldns-perl-0.75/debian/control 2022-08-14 16:52:55.000000000 +0000 @@ -2,28 +2,30 @@ Maintainer: Debian Perl Group Uploaders: Ondřej Surý Section: perl -Rules-Requires-Root: no Testsuite: autopkgtest-pkg-perl Priority: optional -Build-Depends: debhelper (>= 10), +Build-Depends: debhelper-compat (= 13), libdevel-checklib-perl, - libldns-dev (>= 1.7.0), - libtest-fatal-perl, - perl (>= 5.17.4) -Standards-Version: 4.1.4 + libldns-dev, + libmodule-install-perl, + libtest-fatal-perl , + perl-xs-dev, + perl:native +Standards-Version: 4.6.1 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libnet-ldns-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libnet-ldns-perl.git Homepage: https://metacpan.org/release/Net-LDNS +Rules-Requires-Root: no Package: libnet-ldns-perl Architecture: any Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends} -Description: Perl wrapper for the ldns DNS library. +Description: Perl wrapper for the ldns DNS library The goal of ldns is to simplify DNS programming, it supports recent RFCs like the DNSSEC documents, and allows developers to easily create software conforming to current RFCs, and experimental software for current Internet Drafts. . - This package contains Perl wrapper for ldns library. + Net::LDNS is a Perl wrapper for ldns library. diff -Nru libnet-ldns-perl-0.75/debian/copyright libnet-ldns-perl-0.75/debian/copyright --- libnet-ldns-perl-0.75/debian/copyright 2019-04-24 14:51:26.000000000 +0000 +++ libnet-ldns-perl-0.75/debian/copyright 2022-08-14 16:52:55.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-LDNS Upstream-Contact: Calle Dybedahl Upstream-Name: Net-LDNS @@ -13,7 +13,7 @@ Files: include/ldns/sha2.h src/ldns/sha2.c Copyright: 2000-2001, Aaron D. Gifford - 2005-2008, NLnet Labs + 2005-2008, NLnet Labs License: 3-clause-BSD Files: debian/* diff -Nru libnet-ldns-perl-0.75/debian/rules libnet-ldns-perl-0.75/debian/rules --- libnet-ldns-perl-0.75/debian/rules 2019-04-24 14:51:26.000000000 +0000 +++ libnet-ldns-perl-0.75/debian/rules 2022-08-14 16:52:55.000000000 +0000 @@ -1,5 +1,7 @@ #!/usr/bin/make -f +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + %: dh $@ diff -Nru libnet-ldns-perl-0.75/debian/upstream/metadata libnet-ldns-perl-0.75/debian/upstream/metadata --- libnet-ldns-perl-0.75/debian/upstream/metadata 2019-04-24 14:51:26.000000000 +0000 +++ libnet-ldns-perl-0.75/debian/upstream/metadata 1970-01-01 00:00:00.000000000 +0000 @@ -1,4 +0,0 @@ ---- -Archive: CPAN -Contact: Calle Dybedahl -Name: Net-LDNS diff -Nru libnet-ldns-perl-0.75/debian/watch libnet-ldns-perl-0.75/debian/watch --- libnet-ldns-perl-0.75/debian/watch 2019-04-24 14:51:26.000000000 +0000 +++ libnet-ldns-perl-0.75/debian/watch 2022-08-14 16:52:55.000000000 +0000 @@ -1,2 +1,2 @@ -version=3 -https://metacpan.org/release/Net-LDNS .*/Net-LDNS-v?(\d[\d.-]*)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ +version=4 +https://metacpan.org/release/Net-LDNS .*/Net-LDNS-v?@ANY_VERSION@@ARCHIVE_EXT@$