diff -Nru libfile-copy-link-perl-0.140/debian/changelog libfile-copy-link-perl-0.140/debian/changelog --- libfile-copy-link-perl-0.140/debian/changelog 2022-10-13 18:36:59.000000000 +0000 +++ libfile-copy-link-perl-0.140/debian/changelog 2024-03-05 11:41:55.000000000 +0000 @@ -1,3 +1,13 @@ +libfile-copy-link-perl (0.140-5) unstable; urgency=medium + + * Team upload. + * Backup and restore Makefile.PL. (Closes: #1046819) + * Declare compliance with Debian Policy 4.6.2. + * Set Rules-Requires-Root: no. + * Annotate test-only build dependencies with . + + -- gregor herrmann Tue, 05 Mar 2024 12:41:55 +0100 + libfile-copy-link-perl (0.140-4) unstable; urgency=medium [ Debian Janitor ] diff -Nru libfile-copy-link-perl-0.140/debian/control libfile-copy-link-perl-0.140/debian/control --- libfile-copy-link-perl-0.140/debian/control 2022-10-13 18:36:59.000000000 +0000 +++ libfile-copy-link-perl-0.140/debian/control 2024-03-05 11:41:55.000000000 +0000 @@ -6,19 +6,20 @@ Priority: optional Build-Depends: debhelper-compat (= 13), libmodule-build-perl -Build-Depends-Indep: libtest-pod-coverage-perl, - libtest-pod-perl, +Build-Depends-Indep: libtest-pod-coverage-perl , + libtest-pod-perl , perl -Standards-Version: 3.9.6 +Standards-Version: 4.6.2 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libfile-copy-link-perl Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libfile-copy-link-perl.git Homepage: https://metacpan.org/release/File-Copy-Link +Rules-Requires-Root: no Package: libfile-copy-link-perl Architecture: all +Multi-Arch: foreign Depends: ${misc:Depends}, ${perl:Depends} -Multi-Arch: foreign Description: Perl extension for replacing a link by a copy of the linked file The distribution File-Copy-Link includes the modules File::Spec::Link and File::Copy::Link and the script diff -Nru libfile-copy-link-perl-0.140/debian/rules libfile-copy-link-perl-0.140/debian/rules --- libfile-copy-link-perl-0.140/debian/rules 2022-10-13 18:36:59.000000000 +0000 +++ libfile-copy-link-perl-0.140/debian/rules 2024-03-05 11:41:55.000000000 +0000 @@ -6,6 +6,12 @@ %: dh $@ +override_dh_auto_configure: + # Build.PL regenerates the (unused) Maekfile.PL + [ ! -f $(CURDIR)/Makefile.PL ] || cp $(CURDIR)/Makefile.PL $(CURDIR)/Makefile.PL.sav + dh_auto_configure + [ ! -f $(CURDIR)/Makefile.PL.sav ] || mv $(CURDIR)/Makefile.PL.sav $(CURDIR)/Makefile.PL + override_dh_installexamples: dh_installexamples sed -i '1s|^#!perl|#!/usr/bin/perl|' $(TMP)/usr/share/doc/$(PACKAGE)/examples/*