Debian Patches

Status for ktechlab/0.50.0-2

Patch Description Author Forwarded Bugs Origin Last update
upstream_process-chain-keep-temporary-files-live-longer.patch [PATCH] process chain: keep temporary files live longer
A QTemporaryFile on the stack is created just to get a temporary file
name; by default QTemporaryFile autodeletes the temporary file on
removal, so a step after an indirect one fails because the result of the
previous step does not exist anymore.

While setting setAutoRemove(false) would solve the problem, it has the
side effect of leaving the temporary file around. As a better solution,
create the QTemporaryFile on the heap, parenting it to the processor
the temporary file will be around during the whole chain processing,
being removed at the end.
Pino Toscano <pino@kde.org> no 2020-10-29
upstream_Fix-selecting-files-as-properties.patch [PATCH] Fix selecting files as properties
When the file selector is cancelled the returned path is empty, so fix
the check.

Fixes commit d1fb957dd215e57e0232ff6061b2a5c37b0f32aa
Pino Toscano <pino@kde.org> no 2020-10-30
upstream_cmake-build-test_ktechlab-only-if-testing-is-enabled.patch [PATCH] cmake: build test_ktechlab only if testing is enabled
The test_ktechlab static library basically builds almost all the
ktechlab sources, resulting in a "double build" in case testing is
enabled. Considering that is used only by test binaries built only
when testing is enabled, then limit its build accordingly.
Pino Toscano <pino@kde.org> no 2020-11-02

All known versions for source package 'ktechlab'

Links