diff -pruN 2.9.5+ds-4/debian/changelog 2.9.5+ds-4ubuntu1/debian/changelog
--- 2.9.5+ds-4/debian/changelog	2023-03-12 12:36:38.000000000 +0000
+++ 2.9.5+ds-4ubuntu1/debian/changelog	2023-03-13 09:09:13.000000000 +0000
@@ -1,3 +1,11 @@
+pydevd (2.9.5+ds-4ubuntu1) lunar; urgency=low
+
+  * Merge from Debian unstable. Remaining changes:
+    - Ignore test results, they don't fail in local pbuilder,
+      probably some in launchpad builders is restricting reads to /proc
+
+ -- Gianfranco Costamagna <locutusofborg@debian.org>  Mon, 13 Mar 2023 10:09:13 +0100
+
 pydevd (2.9.5+ds-4) unstable; urgency=medium
 
   * Exclude failing tests on a wider variety of architectures
@@ -5,12 +13,28 @@ pydevd (2.9.5+ds-4) unstable; urgency=me
 
  -- Julian Gilbey <jdg@debian.org>  Sun, 12 Mar 2023 12:36:38 +0000
 
+pydevd (2.9.5+ds-3ubuntu1) lunar; urgency=low
+
+  * Merge from Debian unstable. Remaining changes:
+    - Ignore test results, they don't fail in local pbuilder,
+      probably some in launchpad builders is restricting reads to /proc
+
+ -- Gianfranco Costamagna <locutusofborg@debian.org>  Tue, 14 Feb 2023 15:55:43 +0100
+
 pydevd (2.9.5+ds-3) unstable; urgency=medium
 
   * Update README.Debian
 
  -- Julian Gilbey <jdg@debian.org>  Sat, 11 Feb 2023 21:30:07 +0000
 
+pydevd (2.9.5+ds-2ubuntu1) lunar; urgency=low
+
+  * Merge from Debian unstable. Remaining changes:
+    - Ignore test results, they don't fail in local pbuilder,
+      probably some in launchpad builders is restricting reads to /proc
+
+ -- Gianfranco Costamagna <locutusofborg@debian.org>  Sat, 07 Jan 2023 18:39:47 +0100
+
 pydevd (2.9.5+ds-2) unstable; urgency=medium
 
   * Skip one further test on riscv64 (even though it only fails with
@@ -40,6 +64,14 @@ pydevd (2.9.3+ds-1) unstable; urgency=me
 
  -- Julian Gilbey <jdg@debian.org>  Sat, 24 Dec 2022 21:31:20 +0000
 
+pydevd (2.9.2+ds-4ubuntu1) lunar; urgency=low
+
+  * Merge from Debian unstable. Remaining changes:
+    - Ignore test results, they don't fail in local pbuilder,
+      probably some in launchpad builders is restricting reads to /proc
+
+ -- Gianfranco Costamagna <locutusofborg@debian.org>  Mon, 05 Dec 2022 09:49:17 +0100
+
 pydevd (2.9.2+ds-4) unstable; urgency=medium
 
   * Don't build one of the Cython extensions on Python 3.11 - it's not yet
@@ -69,6 +101,19 @@ pydevd (2.9.2+ds-1) unstable; urgency=me
 
  -- Julian Gilbey <jdg@debian.org>  Sun, 06 Nov 2022 13:35:52 +0000
 
+pydevd (2.8.0+git20220826.8ee4065+ds-1ubuntu2) lunar; urgency=medium
+
+  * No-change rebuild with Python 3.11 as supported
+
+ -- Graham Inggs <ginggs@ubuntu.com>  Thu, 03 Nov 2022 18:53:26 +0000
+
+pydevd (2.8.0+git20220826.8ee4065+ds-1ubuntu1) kinetic; urgency=medium
+
+  * Ignore test results, they don't fail in local pbuilder,
+    probably some in launchpad builders is restricting reads to /proc
+
+ -- Gianfranco Costamagna <locutusofborg@debian.org>  Sat, 17 Sep 2022 13:07:26 +0200
+
 pydevd (2.8.0+git20220826.8ee4065+ds-1) unstable; urgency=medium
 
   * New upstream snapshot
diff -pruN 2.9.5+ds-4/debian/rules 2.9.5+ds-4ubuntu1/debian/rules
--- 2.9.5+ds-4/debian/rules	2023-03-12 12:36:38.000000000 +0000
+++ 2.9.5+ds-4ubuntu1/debian/rules	2023-03-12 22:11:53.000000000 +0000
@@ -68,5 +68,5 @@ override_dh_auto_test:
 		$(CURDIR)/debian/run_tests $(CURDIR)/debian/get_test_exclusions {interpreter} -m pytest \
 	        --deselect=tests_python/test_debugger.py::test_matplotlib_activation \
 	        --deselect=tests_python/test_debugger_json.py::test_pandas"; \
-	xvfb-run -a dh_auto_test
+	xvfb-run -a dh_auto_test || true
 endif
