Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
disable-failing-test-listen.patch | skip unreliable flaky test-listen This test is failing in automated build environment that strip user environments. After a few tries to export $HOME for the test and picking it up we now disable the test "test-listen". Note: in a local sbuild chroot (which passes a user) it runs just fine. Note: We still build the test to catch issues that would happen at that step. |
no | debian | 2021-09-30 | ||
do-not-run-nonexisting-doxygen-sh.patch | disable running non-existing ./doxygen.sh in meson.build For some reason upstream's meson.build ends up with run_target( ./doxygen.sh ), but doxygen.sh is not in the upstream source tarball and is not being generated either. This is catched by meson 0.59, but not, eg, 0.56, for some weird reason, so this line apparently went unnoticed. Comment it out for now. |
Michael Tokarev <mjt@tls.msk.ru> | no | 2021-10-01 | ||
meson-omit-meson-dist.patch | meson: omit meson-dist file Upstream tarball does not have build-aus/meson-dist script which is required by meson.build. It is only used to make the tarball itself (plus .tarball_version). Just comment out the whole line till upstream fixes their mess. diff --git a/meson.build b/meson.build index ef8b41ad..06c6f739 100644 |
Michael Tokarev <mjt@tls.msk.ru> | no |