diff -pruN 1.112071-1.1/debian/changelog 1.112071-2/debian/changelog
--- 1.112071-1.1/debian/changelog	2021-01-09 10:57:37.000000000 +0000
+++ 1.112071-2/debian/changelog	2025-08-21 19:50:01.000000000 +0000
@@ -1,3 +1,34 @@
+libtest-indistdir-perl (1.112071-2) unstable; urgency=medium
+
+  [ 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 Fabrizio Regalli from Uploaders. Thanks for your work!
+  * debian/copyright: replace tabs with spaces / remove trailing
+    whitespace.
+  * debian/watch: use uscan version 4.
+
+  [ Laurent Baillet ]
+  * fix lintian spelling-error-in-description warning
+
+  [ Debian Janitor ]
+  * Apply multi-arch hints. + libtest-indistdir-perl: Add Multi-Arch: foreign.
+
+  [ Andreas Tille ]
+  * Add myself to Uploaders
+  * Standards-Version: 4.7.2 (routine-update)
+  * debhelper-compat 13 (routine-update)
+
+ -- Andreas Tille <tille@debian.org>  Thu, 21 Aug 2025 21:50:01 +0200
+
 libtest-indistdir-perl (1.112071-1.1) unstable; urgency=medium
 
   * Non maintainer upload by the Reproducible Builds team.
diff -pruN 1.112071-1.1/debian/compat 1.112071-2/debian/compat
--- 1.112071-1.1/debian/compat	2011-09-17 13:25:54.000000000 +0000
+++ 1.112071-2/debian/compat	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-8
diff -pruN 1.112071-1.1/debian/control 1.112071-2/debian/control
--- 1.112071-1.1/debian/control	2011-09-17 13:25:54.000000000 +0000
+++ 1.112071-2/debian/control	2025-08-21 19:50:01.000000000 +0000
@@ -1,23 +1,26 @@
 Source: libtest-indistdir-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
-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
-Uploaders: Fabrizio Regalli <fabreg@fabreg.it>
-Build-Depends: debhelper (>= 8)
+Build-Depends: debhelper-compat (= 13)
 Build-Depends-Indep: perl
-Standards-Version: 3.9.2
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-indistdir-perl.git
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-indistdir-perl.git
-Homepage: http://search.cpan.org/dist/Test-InDistDir/
+Standards-Version: 4.7.2
+Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-indistdir-perl
+Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtest-indistdir-perl.git
+Homepage: https://metacpan.org/release/Test-InDistDir
 
 Package: libtest-indistdir-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}
+Depends: ${misc:Depends},
+         ${perl:Depends}
+Multi-Arch: foreign
 Description: test environment setup for development with IDE
  Test::InDistDir helps run test scripts in IDEs like Komodo.
  .
  It automatically moves up one directory when it cannot see the
  test script in "t/$scriptname" and includes 'lib' in @INC when
- when there's no blib present. That way the test ends up with
- almost the same environment it'd get from EUMM/prove/etc., 
- even when it's actually run inside the t/ directory.
+ there's no blib present. That way the test ends up with almost
+ the same environment it'd get from EUMM/prove/etc., even when
+ it's actually run inside the t/ directory.
diff -pruN 1.112071-1.1/debian/copyright 1.112071-2/debian/copyright
--- 1.112071-1.1/debian/copyright	2011-09-17 13:25:54.000000000 +0000
+++ 1.112071-2/debian/copyright	2025-08-21 19:50:01.000000000 +0000
@@ -1,7 +1,7 @@
-Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=174
-Upstream-Contact: Christian Walde <walde.christian@googlemail.com>
-Source: http://search.cpan.org/dist/Test-InDistDir/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Test-InDistDir
+Upstream-Contact: Christian Walde <walde.christian@googlemail.com>
+Source: https://metacpan.org/release/Test-InDistDir
 
 Files: *
 Copyright: 2011, Christian Walde <walde.christian@googlemail.com>
@@ -30,7 +30,7 @@ License: GPL-1+
 License: WTFPL
  DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
  Version 2, December 2004
- . 
+ .
  Copyright (C) 2004 Sam Hocevar <sam@hocevar.net>
  .
  Everyone is permitted to copy and distribute verbatim or modified
diff -pruN 1.112071-1.1/debian/upstream/metadata 1.112071-2/debian/upstream/metadata
--- 1.112071-1.1/debian/upstream/metadata	1970-01-01 00:00:00.000000000 +0000
+++ 1.112071-2/debian/upstream/metadata	2025-08-21 19:50:01.000000000 +0000
@@ -0,0 +1,4 @@
+---
+Bug-Database: http://rt.cpan.org/Public/Dist/Display.html?Name=Test-InDistDir
+Repository: https://github.com/wchristian/Test-InDistDir.git
+Repository-Browse: https://github.com/wchristian/Test-InDistDir
diff -pruN 1.112071-1.1/debian/watch 1.112071-2/debian/watch
--- 1.112071-1.1/debian/watch	2011-09-17 13:25:54.000000000 +0000
+++ 1.112071-2/debian/watch	2025-08-21 19:50:01.000000000 +0000
@@ -1,2 +1,2 @@
-version=3
-http://search.cpan.org/dist/Test-InDistDir/   .*/Test-InDistDir-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
+version=4
+https://metacpan.org/release/Test-InDistDir   .*/Test-InDistDir-v?@ANY_VERSION@@ARCHIVE_EXT@$
