Package: freerdp3
Version: 3.24.1+dfsg-1

The autopkgtest are failing with the current version on i386 in Ubuntu
https://autopkgtest.ubuntu.com/packages/f/freerdp3/resolute/i386

The issue is that the transitional arch: all packages are not installable on a multi-arch setup (they should probably use Multi-Arch: foreign?). The proposed patch fixes it by restricting the tests Depends from @ to freerdp-x11 which is the only binary needed for the tests, and which is installable in a multiarch setup

diff -Nru freerdp3-3.24.1+dfsg/debian/changelog 
freerdp3-3.24.1+dfsg/debian/changelog
--- freerdp3-3.24.1+dfsg/debian/changelog       2026-03-18 11:14:14.000000000 
+0100
+++ freerdp3-3.24.1+dfsg/debian/changelog       2026-03-25 09:10:05.000000000 
+0100
@@ -1,3 +1,11 @@
+freerdp3 (3.24.1+dfsg-2) unstable; urgency=medium
+
+  * debian/tests/control: Depends on freerdp-x11 instead of @, the tests
+    don't need all the binaries, also the transitional packages fail to
+    install on a multiarch setup
+
+ -- Sebastien Bacher <[email protected]>  Wed, 25 Mar 2026 09:10:05 +0100
+
 freerdp3 (3.24.1+dfsg-1) unstable; urgency=medium
 
   * new upstream bugfix release
diff -Nru freerdp3-3.24.1+dfsg/debian/tests/control 
freerdp3-3.24.1+dfsg/debian/tests/control
--- freerdp3-3.24.1+dfsg/debian/tests/control   2026-02-09 22:37:14.000000000 
+0100
+++ freerdp3-3.24.1+dfsg/debian/tests/control   2026-03-25 09:10:05.000000000 
+0100
@@ -1,3 +1,3 @@
 Tests: connect
-Depends: @, xauth, xrdp, xvfb
+Depends: freerdp-x11, xauth, xrdp, xvfb
 Restrictions: allow-stderr, needs-sudo

Reply via email to