diff -pruN 0.4.6-2/debian/changelog 0.4.6-3/debian/changelog
--- 0.4.6-2/debian/changelog	2023-08-30 07:15:50.000000000 +0000
+++ 0.4.6-3/debian/changelog	2025-08-19 10:15:41.000000000 +0000
@@ -1,3 +1,10 @@
+libconcurrentunit-java (0.4.6-3) unstable; urgency=medium
+
+  * Raising Standards version to 4.7.2 (no change)
+  * Marking the binary package as Multi-Arch: foreign
+
+ -- Pierre Gruet <pgt@debian.org>  Tue, 19 Aug 2025 12:15:41 +0200
+
 libconcurrentunit-java (0.4.6-2) unstable; urgency=medium
 
   * Source-only upload to unstable
diff -pruN 0.4.6-2/debian/control 0.4.6-3/debian/control
--- 0.4.6-2/debian/control	2023-08-21 09:27:30.000000000 +0000
+++ 0.4.6-3/debian/control	2025-08-19 10:15:24.000000000 +0000
@@ -8,7 +8,7 @@ Build-Depends: debhelper-compat (= 13),
                maven-debian-helper
 Build-Depends-Indep: libhamcrest-java <!nocheck>,
                      testng <!nocheck>
-Standards-Version: 4.6.2
+Standards-Version: 4.7.2
 Vcs-Browser: https://salsa.debian.org/java-team/libconcurrentunit-java
 Vcs-Git: https://salsa.debian.org/java-team/libconcurrentunit-java.git
 Homepage: https://github.com/jhalterman/concurrentunit
@@ -17,6 +17,7 @@ Rules-Requires-Root: no
 Package: libconcurrentunit-java
 Architecture: all
 Depends: ${misc:Depends}
+Multi-Arch: foreign
 Description: simple toolkit for testing multi-threaded Java code
  ConcurrentUnit was created to help developers test multi-threaded or
  asynchronous code. It allows one to perform assertions and wait for operations
