diff -pruN 0.4.6-2/debian/changelog 0.4.6-4/debian/changelog
--- 0.4.6-2/debian/changelog	2023-08-30 07:15:50.000000000 +0000
+++ 0.4.6-4/debian/changelog	2025-10-04 12:52:38.000000000 +0000
@@ -1,3 +1,16 @@
+libconcurrentunit-java (0.4.6-4) unstable; urgency=medium
+
+  * Removing the nocheck annotation for the B-D testng (Closes: #1116764)
+
+ -- Pierre Gruet <pgt@debian.org>  Sat, 04 Oct 2025 14:52:38 +0200
+
+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-4/debian/control
--- 0.4.6-2/debian/control	2023-08-21 09:27:30.000000000 +0000
+++ 0.4.6-4/debian/control	2025-10-04 12:40:52.000000000 +0000
@@ -7,8 +7,8 @@ Build-Depends: debhelper-compat (= 13),
                default-jdk-headless,
                maven-debian-helper
 Build-Depends-Indep: libhamcrest-java <!nocheck>,
-                     testng <!nocheck>
-Standards-Version: 4.6.2
+                     testng
+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
