Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
1001_fully-adjust-DEFAULT_ROOT-if-set-via-configure-option.patch | Propagate DEFAULT_ROOT into unit tests and man pages. | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | yes | |||
0003_Drop-remaining-translation-bits.patch | [PATCH] Drop remaining translation bits The code requiring this was removed already. config.status: error: po/Makefile.in.in was not created by intltoolize. |
Luca Weiss <luca@z3ntu.xyz> | no | 2021-04-04 | ||
1004_skip-test-ensure-ownership-quick-if-correct.patch | Skip test_ensure_ownership_quick_if_correct() for now, it fails since Python 3.10 | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | yes | |||
1005_silence-gi-repository-import-warnings.patch | Silence gi.require_version warnings during unit tests. | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | no | |||
1006_click-tempdir-own-by-user-daemon-if-tests-run-as-root.patch | Use daemon:daemon permissions on create temp directories if tests are run as root.Abstract: When tests are run as root, the code will setuid/setgid to uid 1 / gid 1 and fail to access self.temp_dir (which gets created with 0700 dir permissions). |
Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | no | |||
1009_fix-unit-tests-as-root.patch | Return daemon:daemon if tests are run as root. | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | no | |||
1010_fix-ensure-ownership.patch | Re-check this patch. The tests fail if run as root. | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | no | |||
1011_fix-home-dir-in-integration-test.patch | Drop cjwatson-debugging-code. | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | no | |||
1013_pyflakes-fixes.patch | Fix some pyflake complaints. | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | no | |||
1014_improve-check-for-overlayfs-kernel-module.patch | Be happy, if 'overlay' kernel module is already loaded.Abstract: Don't bluntly fail if 'modprobe overlay' fails to execute. If the overlay kernel module is already loaded, we should be happy and proceed. . This is important for running integration tests in autopkgtest lxc environments or chroots (where no kernel modules are present). |
Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | no | |||
0001_Re-enable-some-tests-that-were-skipped-due-to-CI-iss.patch | [PATCH] Re-enable some tests that were skipped due to CI issues. The issues seem to no longer occur, so re-enable running these few skipped tests. |
Rodney Dawes <dobey.pwns@gmail.com> | no | 2021-03-19 | ||
0002_Require-dbus.service-for-click-user-hooks.service.patch | [PATCH] Require dbus.service for click-user-hooks.service As some hooks (like content-hub) require dbus to work, make sure it is started first. Also declare to be part of graphical-session target rather than default, as clicks are for graphical apps. |
Rodney Dawes <dobey.pwns@gmail.com> | no | 2021-05-04 | ||
1016_drop-chroot-integration-tests-deprecated-upstream.patch | Chroot code is deprecated. Replaced by clickable nowadays. | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | no | |||
1017_drop_chroot-tests-deprecated-upstream.patch | Chroot code is deprecated. Replaced by clickable nowadays. | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | no | |||
1018_0755-tempdir-permissions.patch | Make tmpdir used for test-internal click package creation accessible by all. | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | no | |||
1019a_reenable-user-tests.patch | Re-enable skipped user tests. They seem to work. | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | no | |||
1019b_reenable-install-tests.patch | Re-enable skipped install tests. However, they fail in Python 3.10. | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | no | |||
1020_run-sphinx-build-with-LANG-C.patch | Enforce LANG=C before running sphinx-build.Abstract: In Click's conf.py (Sphinx configuration) there is some nasty date string extraction/conversion hack that fails if LANG is set to anything else than C or en_US.UTF-8 (or alike). |
Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | no | |||
2001_tox-ini-only-use-versions-available-in-Debian.patch | Only list Python3 version currently available in Debian testing/unstable (targetting bookworm). | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | no | |||
0004_fix-pyversion-check.patch | [PATCH] install.py: Fix silly version check bug This is a bad way to check for python version as python versions are not ints but they are semver, so in case where python released 3.10 it would mean this is lower then 3.2. This fixed that. |
Marius Gripsgard <marius@ubports.com> | no | 2022-06-01 | ||
0005_click-tests-Use-SHA256-digest-for-test-signing-click.patch | [PATCH] click/tests: Use SHA256 digest for test signing clicks If not we can end up using SHA1 this will result in verify rejecting it due to weak digest. |
Marius Gripsgard <marius@ubports.com> | no | 2022-06-07 | ||
0006_Fix-crash-on-ppc64el.patch | [PATCH] preload/clickpreload.c: Fix the prototypes of libc_open{,64}() | Adrian Bunk <bunk@debian.org> | no | 2022-06-17 |