Package: ring
Version: 20230206.0~ds1-4
Severity: normal
Tags: patch  pending

Dear maintainer,

I've uploaded an NMU for ring (versioned as 20230206.0~ds1-4.1).
The diff is attached to this message.

cu
Adrian
diff -Nru ring-20230206.0~ds1/debian/changelog ring-20230206.0~ds1/debian/changelog
--- ring-20230206.0~ds1/debian/changelog	2023-02-11 08:15:05.000000000 +0200
+++ ring-20230206.0~ds1/debian/changelog	2023-02-11 13:20:49.000000000 +0200
@@ -1,3 +1,10 @@
+ring (20230206.0~ds1-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Run autopkgtest commands under xvfb-run.
+
+ -- Adrian Bunk <b...@debian.org>  Sat, 11 Feb 2023 13:20:49 +0200
+
 ring (20230206.0~ds1-4) unstable; urgency=medium
 
   * debian/rules: Prepend '@' to the value given to 'touch --date',
diff -Nru ring-20230206.0~ds1/debian/tests/control ring-20230206.0~ds1/debian/tests/control
--- ring-20230206.0~ds1/debian/tests/control	2023-02-08 13:53:31.000000000 +0200
+++ ring-20230206.0~ds1/debian/tests/control	2023-02-11 13:20:49.000000000 +0200
@@ -1,7 +1,7 @@
 Tests: test-command-line
-Depends: @
+Depends: @, xvfb
 Restrictions: allow-stderr
 
 Tests: test-daemon-dbus
-Depends: @
+Depends: @, xvfb
 Restrictions: flaky
diff -Nru ring-20230206.0~ds1/debian/tests/test-command-line ring-20230206.0~ds1/debian/tests/test-command-line
--- ring-20230206.0~ds1/debian/tests/test-command-line	2023-02-07 08:48:09.000000000 +0200
+++ ring-20230206.0~ds1/debian/tests/test-command-line	2023-02-11 13:17:51.000000000 +0200
@@ -9,6 +9,6 @@
 
 set -x
 
-jami --help
+xvfb-run -a jami --help
 
 exit 0
diff -Nru ring-20230206.0~ds1/debian/tests/test-daemon-dbus ring-20230206.0~ds1/debian/tests/test-daemon-dbus
--- ring-20230206.0~ds1/debian/tests/test-daemon-dbus	2023-02-08 10:46:59.000000000 +0200
+++ ring-20230206.0~ds1/debian/tests/test-daemon-dbus	2023-02-11 13:20:13.000000000 +0200
@@ -19,7 +19,7 @@
 dringopreply() {
     part="$1"; shift
     op="$1"; shift
-    dbus-send --session --print-reply \
+    xvfb-run -a dbus-send --session --print-reply \
         --dest="cx.ring.Ring" /cx/ring/Ring/$part cx.ring.Ring.$part.$op $*
 }
 

Reply via email to