Debian Patches

Status for kworkflow/1:0.10-2

Patch Description Author Forwarded Bugs Origin Last update
0001-tests-lib-dialog_ui_test-Drop-unstable-test.patch tests: lib: dialog_ui_test: Drop unstable test Rodrigo Siqueira <siqueirajordao@riseup.net> no 2023-11-19
0002-tests-Drop-unstable-tests.patch tests: Drop unstable tests
For some reason, some of the tests are only failing in the Debian CI.
Follows each error:

Running test [lore_test]
=========================================================
test_retrieve_available_mailing_lists
test_is_introduction_patch
test_is_the_link_valid
test_process_name
test_extract_metadata_from_patch_title_with_all_metadata
test_extract_metadata_from_patch_title_single_patch
test_extract_metadata_from_patch_title_rfc
test_delete_series_from_local_storage
test_create_lore_bookmarked_file
test_add_patchset_to_bookmarked_database
test_remove_patchset_from_bookmark_by_url
test_remove_series_from_bookmark_by_index
test_get_bookmarked_series
ASSERT:(316) expected:< DATE1 | TITLE1 | AUTHOR1> but was:< | | AUTHOR1>
ASSERT:(318) expected:< DATE2 | TITLE2 | AUTHOR2> but was:< | | AUTHOR2>
ASSERT:(320) expected:< DATE3 | TITLE3 | AUTHOR3> but was:< | | AUTHOR3>
shunit2:ERROR test_get_bookmarked_series() returned non-zero return code.
test_get_bookmarked_series_by_index
test_get_patchset_bookmark_status
test_download_series
test_extract_message_id_from_url
test_save_new_lore_config
test_compose_lore_query_url_with_verification_invalid_cases
test_compose_lore_query_url_with_verification_valid_cases
test_pre_process_xml_result
test_process_patchsets
test_reset_current_lore_fetch_session
test_format_patchsets
Expected Result: 0
Actual Result: 1
Expected Result: 0
Actual Result: 1
test_get_page_starting_index
test_get_page_ending_index
Ran 26 tests.
FAILED (failures=6)

Running test [patchset_details_and_actions_test]
=========================================================
test_show_patchset_details_and_actions
Expected Result: Patchset details and actions \Zb\Z6Series:\ZnDC Patches November 19, 2022\n\Zb\Z6Author:\ZnJuca Pirama\n\Zb\Z6Version:\ZnV1\n\Zb\Z6Patches:\Zn255\n Download to specific directory Bookmark
Actual Result: Patchset details and actions \Zb\Z6Series:\ZnV1\n\Zb\Z6Author:\ZnJuca Pirama\n\Zb\Z6Version:\Znjucapirama@xpto.com\n Download to specific directory Bookmark
test_get_actions_to_take
test_handle_download_action
test_handle_bookmark_action
test_handle_remove_bookmark_action
Ran 5 tests.
FAILED (failures=1)

It looks like that those problems are associated with IFS, but I did not
figure out yet what's going on and it will probably take a long time.
For this reason, I'll drop these unstable test results for now.
Rodrigo Siqueira <siqueirajordao@riseup.net> no 2023-12-14
kw-db-create-default-database-on-demand.patch src: lib: kw_db: Create default database on demand
Create the default kw database when the database helpers are called with
the default database target and the database file is missing.

This allows commands such as kw build to record statistics even when the
current user has not run setup.sh.

Keep explicit non-default database targets unchanged. They still fail
with ENOENT and "Database does not exist" instead of being lazily
created.
Aquila Macedo <aquilamacedo@riseup.net> no upstream, https://github.com/kworkflow/kworkflow/pull/1263 2026-05-16
kwio-skip-empty-alert-commands.patch src: lib: kwio: Skip empty alert commands
Avoid evaluating an empty notification command when sound or visual
alerts are requested but the corresponding command is unset.

This prevents shell syntax errors such as (eval: syntax error near
unexpected token '&') in packaged or partially configured installations
while preserving the existing warning path for configured commands that
are unavailable.

(cherry picked from commit bc3266c8c90815a7425f658fad490c836bc4bf2e)
Aquila Macedo <aquilamacedo@riseup.net> no 2026-05-16
fix-send-patch-manpage-name.patch documentation: man: features: kw-send-patch: Fix send patch manpage NAME entry

Use kw-send-patch as the manpage name so lexgrog can parse the NAME
section correctly.

Keep the real command form, kw send-patch, in the synopsis and examples.
Aquila Macedo <aquilamacedo@riseup.net> no upstream, https://github.com/kworkflow/kworkflow/pull/1269 2026-05-29

All known versions for source package 'kworkflow'

Links