diff -pruN 0.04-1.1/debian/changelog 0.04-2/debian/changelog
--- 0.04-1.1/debian/changelog	2021-01-07 12:24:12.000000000 +0000
+++ 0.04-2/debian/changelog	2025-08-21 13:08:18.000000000 +0000
@@ -1,3 +1,32 @@
+libtest-html-w3c-perl (0.04-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 ]
+  * debian/control: remove Nicholas Bamber from Uploaders on request of
+    the MIA team. Closes: #924996
+  * Strip trailing slash from metacpan URLs.
+  * Change bugtracker URL(s) to HTTPS.
+  * debian/copyright: change Copyright-Format 1.0 URL to HTTPS.
+  * debian/watch: use uscan version 4.
+
+  [ Debian Janitor ]
+  * Set Testsuite header for perl package.
+  * Bump debhelper from old 12 to 13.
+
+  [ Andreas Tille ]
+  * Add myself as Uploader
+  * cme fix dpkg-control
+  * Add nocheck to Build-Depends
+
+ -- Andreas Tille <tille@debian.org>  Thu, 21 Aug 2025 15:08:18 +0200
+
 libtest-html-w3c-perl (0.04-1.1) unstable; urgency=medium
 
   * Non maintainer upload by the Reproducible Builds team.
diff -pruN 0.04-1.1/debian/compat 0.04-2/debian/compat
--- 0.04-1.1/debian/compat	2011-08-22 21:19:43.000000000 +0000
+++ 0.04-2/debian/compat	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-8
diff -pruN 0.04-1.1/debian/control 0.04-2/debian/control
--- 0.04-1.1/debian/control	2011-08-22 21:19:43.000000000 +0000
+++ 0.04-2/debian/control	2025-08-21 13:08:18.000000000 +0000
@@ -1,19 +1,25 @@
 Source: libtest-html-w3c-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 (>= 8)
-Build-Depends-Indep: perl, libtest-pod-perl, libtest-pod-coverage-perl,
- libwebservice-validator-html-w3c-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
-Uploaders: Nicholas Bamber <nicholas@periapt.co.uk>
-Standards-Version: 3.9.2
-Homepage: http://search.cpan.org/dist/Test-HTML-W3C/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-html-w3c-perl.git
-Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-html-w3c-perl.git
+Build-Depends: debhelper-compat (= 13)
+Build-Depends-Indep: perl,
+                     libtest-simple-perl <!nocheck>,
+                     libtest-pod-perl <!nocheck>,
+                     libtest-pod-coverage-perl <!nocheck>,
+                     libwebservice-validator-html-w3c-perl <!nocheck>
+Standards-Version: 4.7.2
+Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-html-w3c-perl
+Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libtest-html-w3c-perl.git
+Homepage: https://metacpan.org/release/Test-HTML-W3C
 
 Package: libtest-html-w3c-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libwebservice-validator-html-w3c-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libwebservice-validator-html-w3c-perl
 Suggests: w3c-markup-validator
 Description: wrapper around W3C HTML validation testing service
  The purpose of this module is to provide a wide range of testing utilities.
diff -pruN 0.04-1.1/debian/copyright 0.04-2/debian/copyright
--- 0.04-1.1/debian/copyright	2011-08-22 21:19:43.000000000 +0000
+++ 0.04-2/debian/copyright	2025-08-21 13:08:18.000000000 +0000
@@ -1,7 +1,7 @@
-Format: http://dep.debian.net/deps/dep5/
-Upstream-Contact: Victor <victor73@gmail.com>
-Source: http://search.cpan.org/dist/Test-HTML-W3C/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: Test-HTML-W3C
+Upstream-Contact: Victor <victor73@gmail.com>
+Source: https://metacpan.org/release/Test-HTML-W3C
 
 Files: *
 Copyright: 2006 - 2011, Victor <victor73@gmail.com>
diff -pruN 0.04-1.1/debian/patches/diag_html.patch 0.04-2/debian/patches/diag_html.patch
--- 0.04-1.1/debian/patches/diag_html.patch	2011-08-22 21:19:43.000000000 +0000
+++ 0.04-2/debian/patches/diag_html.patch	2025-08-21 13:08:18.000000000 +0000
@@ -1,7 +1,7 @@
 Author: Nicholas Bamber <nicholas@periapt.co.uk>
 Subject: Invalid response from service not handled correctly
 Last-Update: 2011-03-14
-Bug: http://rt.cpan.org/Ticket/Display.html?id=66599
+Bug: https://rt.cpan.org/Ticket/Display.html?id=66599
 --- a/lib/Test/HTML/W3C.pm
 +++ b/lib/Test/HTML/W3C.pm
 @@ -224,10 +224,15 @@
diff -pruN 0.04-1.1/debian/watch 0.04-2/debian/watch
--- 0.04-1.1/debian/watch	2011-08-22 21:19:43.000000000 +0000
+++ 0.04-2/debian/watch	2025-08-21 13:08:18.000000000 +0000
@@ -1,2 +1,2 @@
-version=3
-http://search.cpan.org/dist/Test-HTML-W3C/   .*/Test-HTML-W3C-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
+version=4
+https://metacpan.org/release/Test-HTML-W3C   .*/Test-HTML-W3C-v?@ANY_VERSION@@ARCHIVE_EXT@$
