diff -pruN 0.01-1.1/debian/changelog 0.01-2/debian/changelog
--- 0.01-1.1/debian/changelog	2021-01-07 16:17:16.000000000 +0000
+++ 0.01-2/debian/changelog	2025-08-07 12:47:28.000000000 +0000
@@ -1,3 +1,27 @@
+libbind-config-parser-perl (0.01-2) unstable; urgency=low
+
+  * Team Upload
+
+  [ 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 Carlos Vicente from Uploaders. Thanks for your work!
+  * debian/watch: use uscan version 4.
+
+  [ Debian Janitor ]
+  * Bump debhelper from deprecated 8 to 12.
+  * Set debhelper-compat version in Build-Depends.
+
+ -- Alexandre Detiste <tchet@debian.org>  Thu, 07 Aug 2025 14:47:28 +0200
+
 libbind-config-parser-perl (0.01-1.1) unstable; urgency=medium
 
   * Non maintainer upload by the Reproducible Builds team.
diff -pruN 0.01-1.1/debian/compat 0.01-2/debian/compat
--- 0.01-1.1/debian/compat	2012-02-15 20:48:14.000000000 +0000
+++ 0.01-2/debian/compat	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-8
diff -pruN 0.01-1.1/debian/control 0.01-2/debian/control
--- 0.01-1.1/debian/control	2012-02-15 20:48:14.000000000 +0000
+++ 0.01-2/debian/control	2025-08-07 12:47:26.000000000 +0000
@@ -1,21 +1,22 @@
 Source: libbind-config-parser-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
-Uploaders: Carlos Vicente <cvicente@cpan.org>
 Section: perl
+Testsuite: autopkgtest-pkg-perl
 Priority: optional
-Build-Depends: debhelper (>= 8)
+Build-Depends: debhelper-compat (= 13)
 Build-Depends-Indep: libparse-recdescent-perl,
                      perl
-Standards-Version: 3.9.2
-Vcs-Browser: http://git.debian.org/git/pkg-perl/packages/libbind-config-parser-perl.git
-Vcs-Git: git://git.debian.org/git/pkg-perl/packages/libbind-config-parser-perl.git
-Homepage: http://search.cpan.org/dist/BIND-Config-Parser/
+Standards-Version: 4.7.2
+Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libbind-config-parser-perl
+Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libbind-config-parser-perl.git
+Homepage: https://metacpan.org/release/BIND-Config-Parser
 
 Package: libbind-config-parser-perl
 Architecture: all
 Depends: ${misc:Depends},
          ${perl:Depends},
          libparse-recdescent-perl
+Multi-Arch: foreign
 Description: parser for BIND Config files
  BIND::Config::Parser provides a lightweight parser to the configuration file
  syntax of BIND v8 and v9 using a Parse::RecDescent grammar.
@@ -24,4 +25,3 @@ Description: parser for BIND Config file
  of the directives, it doesn't need to be kept updated as new directives are
  added, it simply knows how to carve up a BIND configuration file into logical
  chunks.
-
diff -pruN 0.01-1.1/debian/copyright 0.01-2/debian/copyright
--- 0.01-1.1/debian/copyright	2012-02-15 20:48:14.000000000 +0000
+++ 0.01-2/debian/copyright	2025-08-07 12:46:46.000000000 +0000
@@ -1,7 +1,7 @@
-Format: http://dep.debian.net/deps/dep5/
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: BIND-Config-Parser
 Upstream-Contact: Matt Dainty <matt@bodgit-n-scarper.com>
-Source: http://search.cpan.org/dist/BIND-Config-Parser/
+Source: https://metacpan.org/release/BIND-Config-Parser
 
 Files: *
 Copyright: 2005, Matt Dainty <matt@bodgit-n-scarper.com>
@@ -26,5 +26,3 @@ License: GPL-1+
  .
  On Debian systems, the complete text of version 1 of the GNU General
  Public License can be found in `/usr/share/common-licenses/GPL-1'.
-
-
diff -pruN 0.01-1.1/debian/watch 0.01-2/debian/watch
--- 0.01-1.1/debian/watch	2012-02-15 20:48:14.000000000 +0000
+++ 0.01-2/debian/watch	2025-08-07 12:46:46.000000000 +0000
@@ -1,2 +1,2 @@
-version=3
-http://search.cpan.org/dist/BIND-Config-Parser/   .*/BIND-Config-Parser-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
+version=4
+https://metacpan.org/release/BIND-Config-Parser   .*/BIND-Config-Parser-v?@ANY_VERSION@@ARCHIVE_EXT@$
