diff -pruN 1.1012-6/debian/changelog 1.1012-7/debian/changelog
--- 1.1012-6/debian/changelog	2023-08-17 00:07:00.000000000 +0000
+++ 1.1012-7/debian/changelog	2025-09-20 23:20:12.000000000 +0000
@@ -1,3 +1,10 @@
+libgetargs-long-perl (1.1012-7) unstable; urgency=medium
+
+  * Apply X-Style: black.
+  * Mark libgetargs-long-perl Multi-Arch: foreign.
+
+ -- Colin Watson <cjwatson@debian.org>  Sun, 21 Sep 2025 00:20:12 +0100
+
 libgetargs-long-perl (1.1012-6) unstable; urgency=medium
 
   * Bump debhelper from old 12 to 13.
diff -pruN 1.1012-6/debian/control 1.1012-7/debian/control
--- 1.1012-6/debian/control	2023-08-17 00:07:00.000000000 +0000
+++ 1.1012-7/debian/control	2025-09-20 23:20:12.000000000 +0000
@@ -2,26 +2,30 @@ Source: libgetargs-long-perl
 Section: perl
 Priority: optional
 Maintainer: Colin Watson <cjwatson@debian.org>
-Build-Depends: debhelper-compat (= 13),
-               liblog-agent-perl,
-               libmodule-install-perl,
-               libtest-compile-perl,
-               libtest-pod-perl,
-               libuniversal-require-perl,
-               liburi-perl,
+Build-Depends:
+ debhelper-compat (= 13),
+ liblog-agent-perl,
+ libmodule-install-perl,
+ libtest-compile-perl,
+ libtest-pod-perl,
+ libuniversal-require-perl,
+ liburi-perl,
 Standards-Version: 3.9.6
 Homepage: https://metacpan.org/release/Getargs-Long/
 Vcs-Git: https://salsa.debian.org/debian/libgetargs-long-perl.git
 Vcs-Browser: https://salsa.debian.org/debian/libgetargs-long-perl
 Testsuite: autopkgtest-pkg-perl
 Rules-Requires-Root: no
+X-Style: black
 
 Package: libgetargs-long-perl
 Architecture: all
-Depends: liblog-agent-perl,
-         perl:any,
-         ${misc:Depends},
-         ${perl:Depends},
+Depends:
+ liblog-agent-perl,
+ perl:any,
+ ${misc:Depends},
+ ${perl:Depends},
+Multi-Arch: foreign
 Description: Perl module to parse long function arguments
  The Getargs::Long module allows usage of named parameters in function
  calls, along with optional argument type-checking.  It provides an easy
