diff -pruN 0.0.3-1.1/debian/changelog 0.0.3-2/debian/changelog
--- 0.0.3-1.1/debian/changelog	2024-11-01 12:38:30.000000000 +0000
+++ 0.0.3-2/debian/changelog	2025-10-01 16:34:51.000000000 +0000
@@ -1,3 +1,18 @@
+libgeo-converter-wkt2kml-perl (0.0.3-2) unstable; urgency=medium
+
+  * Team upload.
+  * Declare compliance with Debian Policy 4.7.2.
+  * Remove «Rules-Requires-Root: no», which is the current default.
+  * Move libmodule-build-perl from Build-Depends-Indep to Build-Depends.
+    Also remove <!nocheck>.
+    Changes-By: lintian-brush.
+    Thanks to Santiago Vila for the bug report. (Closes: #1116769)
+  * Remove «Priority: optional», which is the current default.
+  * Remove libtest-base-perl from Depends.
+  * Improve short description.
+
+ -- gregor herrmann <gregoa@debian.org>  Wed, 01 Oct 2025 18:34:51 +0200
+
 libgeo-converter-wkt2kml-perl (0.0.3-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -pruN 0.0.3-1.1/debian/control 0.0.3-2/debian/control
--- 0.0.3-1.1/debian/control	2024-11-01 12:38:11.000000000 +0000
+++ 0.0.3-2/debian/control	2025-10-01 16:34:51.000000000 +0000
@@ -1,32 +1,33 @@
 Source: libgeo-converter-wkt2kml-perl
+Standards-Version: 4.7.2
 Maintainer: Debian Perl Group <pkg-perl-maintainers@lists.alioth.debian.org>
-Uploaders: Francesco Paolo Lovergine <frankie@debian.org>
+Uploaders:
+ Francesco Paolo Lovergine <frankie@debian.org>,
 Section: perl
 Testsuite: autopkgtest-pkg-perl
-Priority: optional
-Build-Depends: debhelper-compat (= 13),
-               perl
-Build-Depends-Indep: libtest-base-perl <!nocheck>,
-                     libversion-perl <!nocheck>,
-                     libxml-parser-perl <!nocheck>,
-                     libxml-simple-perl <!nocheck>,
-                     libmodule-build-perl <!nocheck>
-Standards-Version: 4.7.0
+Build-Depends:
+ debhelper-compat (= 13),
+ perl,
+ libmodule-build-perl,
+Build-Depends-Indep:
+ libtest-base-perl <!nocheck>,
+ libversion-perl <!nocheck>,
+ libxml-parser-perl <!nocheck>,
+ libxml-simple-perl <!nocheck>,
 Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libgeo-converter-wkt2kml-perl
 Vcs-Git: https://salsa.debian.org/perl-team/modules/packages/libgeo-converter-wkt2kml-perl.git
 Homepage: https://metacpan.org/release/Geo-Converter-WKT2KML
-Rules-Requires-Root: no
 
 Package: libgeo-converter-wkt2kml-perl
 Architecture: all
-Depends: ${misc:Depends},
-         ${perl:Depends},
-         libtest-base-perl,
-         libversion-perl,
-         libxml-parser-perl,
-         libxml-simple-perl
-Description: a package to convert between WKT and KML standards
+Depends:
+ ${misc:Depends},
+ ${perl:Depends},
+ libversion-perl,
+ libxml-parser-perl,
+ libxml-simple-perl,
+Description: module to convert between WKT and KML standards
  Geo::Converter::WKT2KML provides two functions, wkt2kml and kml2wkt.
- These are convert geometry formats WKT (Well-Known Text) and KML 
+ These are convert geometry formats WKT (Well-Known Text) and KML
  each other. While the WKT spec is completely implemented, the KML
  spec is not completely interpreted.
