Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
portal-test-gtk3-Don-t-provide-a-run-target-if-we-cannot-.patch | portal-test/gtk3: Don't provide a run target if we cannot run it If we define a run_target, Meson assumes that it's functionally necessary and will refuse to configure without an exe_wrapper if cross-compiling. This particular run_target is just for convenience, so skip it if we're cross-compiling and don't have an exe_wrapper available. |
Simon McVittie <smcv@debian.org> | yes | 2023-11-29 | ||
pyportaltest-Only-create-one-session-bus-per-DBusTestCase.patch | pyportaltest: Only create one session bus per DBusTestCase subclass DBusTestCase.start_session_bus() is a class method, and can only be called once per class, because DBusTestCase.tearDownClass() will only clean up one session bus. In older versions of dbusmock, calling it more than once will result in dbus-daemon processes being leaked; since 0.30.0, calling it more than once will result in an assertion failure. |
Simon McVittie <smcv@debian.org> | yes | debian upstream | 2023-12-26 |