diff -pruN 1.04-1.1/debian/changelog 1.04-2/debian/changelog
--- 1.04-1.1/debian/changelog	2021-01-07 13:16:37.000000000 +0000
+++ 1.04-2/debian/changelog	2025-08-16 08:30:25.000000000 +0000
@@ -1,3 +1,29 @@
+libfind-lib-perl (1.04-2) unstable; urgency=low
+
+  [ Salvatore Bonaccorso ]
+  * Change search.cpan.org based URIs to metacpan.org based URIs
+  * Update Vcs-* headers for switch to salsa.debian.org
+
+  [ Axel Beckert ]
+  * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg-
+    copyright"
+
+  [ gregor herrmann ]
+  * Strip trailing slash from metacpan URLs.
+  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
+  * Remove Jonathan Yu from Uploaders. Thanks for your work!
+  * debian/watch: use uscan version 4.
+
+  [ Debian Janitor ]
+  * Bump debhelper from deprecated 7 to 13.
+  * Set debhelper-compat version in Build-Depends.
+
+  [ Andreas Tille ]
+  * Standards-Version: 4.7.2 (routine-update)
+  * Add myself to Uploaders
+
+ -- Andreas Tille <tille@debian.org>  Sat, 16 Aug 2025 10:30:25 +0200
+
 libfind-lib-perl (1.04-1.1) unstable; urgency=medium
 
   * Non maintainer upload by the Reproducible Builds team.
diff -pruN 1.04-1.1/debian/compat 1.04-2/debian/compat
--- 1.04-1.1/debian/compat	2011-09-18 16:25:13.000000000 +0000
+++ 1.04-2/debian/compat	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-7
diff -pruN 1.04-1.1/debian/control 1.04-2/debian/control
--- 1.04-1.1/debian/control	2011-09-18 16:25:13.000000000 +0000
+++ 1.04-2/debian/control	2025-08-16 08:30:25.000000000 +0000
@@ -1,18 +1,21 @@
 Source: libfind-lib-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
+Uploaders: Andreas Tille <tille@debian.org>
 Section: perl
+Testsuite: autopkgtest-pkg-perl
 Priority: optional
-Build-Depends: debhelper (>= 7)
+Build-Depends: debhelper-compat (= 13)
 Build-Depends-Indep: perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
-Uploaders: Jonathan Yu <jawnsy@cpan.org>
-Standards-Version: 3.9.2
-Homepage: http://search.cpan.org/dist/Find-Lib/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libfind-lib-perl.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libfind-lib-perl.git
+Standards-Version: 4.7.2
+Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libfind-lib-perl
+Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libfind-lib-perl.git
+Homepage: https://metacpan.org/release/Find-Lib
 
 Package: libfind-lib-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}
+Depends: ${perl:Depends},
+         ${misc:Depends}
+Multi-Arch: foreign
 Description: Perl module to intelligently find libraries
  Find::Lib is a module aimed at finding and loading libraries in paths relative
  to the currently running script. It is particularly useful for test scripts,
diff -pruN 1.04-1.1/debian/copyright 1.04-2/debian/copyright
--- 1.04-1.1/debian/copyright	2011-09-18 16:25:13.000000000 +0000
+++ 1.04-2/debian/copyright	2025-08-16 08:30:25.000000000 +0000
@@ -1,7 +1,7 @@
-Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135
-Maintainer: Yann Kerherve <yann.kerherve@gmail.com>
-Source: http://search.cpan.org/dist/Find-Lib/
-Name: Find-Lib
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: Find-Lib
+Upstream-Contact: Yann Kerherve <yann.kerherve@gmail.com>
+Source: https://metacpan.org/release/Find-Lib
 
 Files: *
 Copyright: 2007-2009, Yann Kerherve <yann.kerherve@gmail.com>
diff -pruN 1.04-1.1/debian/watch 1.04-2/debian/watch
--- 1.04-1.1/debian/watch	2011-09-18 16:25:13.000000000 +0000
+++ 1.04-2/debian/watch	2025-08-16 08:30:25.000000000 +0000
@@ -1,2 +1,2 @@
-version=3
-http://search.cpan.org/dist/Find-Lib/   .*/Find-Lib-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
+version=4
+https://metacpan.org/release/Find-Lib   .*/Find-Lib-v?@ANY_VERSION@@ARCHIVE_EXT@$
