diff -pruN 4.0.2-2/debian/changelog 4.0.2-2ubuntu1/debian/changelog
--- 4.0.2-2/debian/changelog	2025-10-14 12:47:54.000000000 +0000
+++ 4.0.2-2ubuntu1/debian/changelog	2025-10-17 21:35:01.000000000 +0000
@@ -1,3 +1,10 @@
+rust-clearscreen (4.0.2-2ubuntu1) resolute; urgency=low
+
+  * Merge from Debian unstable. Remaining changes:
+    - Ignore test results, TERM is set to unknown in Ubuntu
+
+ -- Gianfranco Costamagna <locutusofborg@debian.org>  Fri, 17 Oct 2025 23:35:01 +0200
+
 rust-clearscreen (4.0.2-2) unstable; urgency=medium
 
   * Team upload.
@@ -13,6 +20,13 @@ rust-clearscreen (4.0.2-1) unstable; urg
 
  -- Jeremy Bícha <jbicha@ubuntu.com>  Mon, 29 Sep 2025 13:39:21 -0400
 
+rust-clearscreen (3.0.0-2ubuntu1) questing; urgency=low
+
+  * Merge from Debian unstable. Remaining changes:
+    - Ignore test results, TERM is set to unknown in Ubuntu
+
+ -- Gianfranco Costamagna <locutusofborg@debian.org>  Tue, 19 Aug 2025 22:04:38 +0200
+
 rust-clearscreen (3.0.0-2) unstable; urgency=medium
 
   * Team upload.
@@ -21,6 +35,13 @@ rust-clearscreen (3.0.0-2) unstable; urg
 
  -- Matthias Geiger <werdahias@debian.org>  Tue, 19 Aug 2025 11:23:10 +0200
 
+rust-clearscreen (3.0.0-1ubuntu1) plucky; urgency=low
+
+  * Merge from Debian unstable. Remaining changes:
+    - Ignore test results, TERM is set to unknown in Ubuntu
+
+ -- Gianfranco Costamagna <locutusofborg@debian.org>  Sun, 22 Dec 2024 18:54:54 +0100
+
 rust-clearscreen (3.0.0-1) unstable; urgency=medium
 
   * Team upload.
@@ -30,6 +51,13 @@ rust-clearscreen (3.0.0-1) unstable; urg
 
  -- Blair Noctis <ncts@debian.org>  Fri, 20 Dec 2024 16:10:43 +0000
 
+rust-clearscreen (2.0.1-4ubuntu1) plucky; urgency=low
+
+  * Merge from Debian unstable. Remaining changes:
+    - Ignore test results, TERM is set to unknown in Ubuntu
+
+ -- Gianfranco Costamagna <locutusofborg@debian.org>  Wed, 30 Oct 2024 16:52:46 +0100
+
 rust-clearscreen (2.0.1-4) unstable; urgency=medium
 
   * Team upload.
@@ -46,6 +74,12 @@ rust-clearscreen (2.0.1-3) unstable; urg
 
  -- Peter Michael Green <plugwash@debian.org>  Sun, 13 Oct 2024 14:45:12 +0000
 
+rust-clearscreen (2.0.1-2ubuntu1) oracular; urgency=medium
+
+  * Ignore test results, TERM is set to unknown in Ubuntu
+
+ -- Gianfranco Costamagna <locutusofborg@debian.org>  Sat, 01 Jun 2024 23:23:31 +0200
+
 rust-clearscreen (2.0.1-2) unstable; urgency=medium
 
   * Team upload.
diff -pruN 4.0.2-2/debian/rules 4.0.2-2ubuntu1/debian/rules
--- 4.0.2-2/debian/rules	2025-10-14 12:47:54.000000000 +0000
+++ 4.0.2-2ubuntu1/debian/rules	2025-10-14 22:06:47.000000000 +0000
@@ -3,4 +3,4 @@
 	dh $@ --buildsystem cargo
 
 override_dh_auto_test:
-	dh_auto_test -- test --all
+	-dh_auto_test -- test --all
