Your message dated Mon, 13 May 2024 19:49:33 +0000
with message-id <e1s6bfx-005ygd...@fasolo.debian.org>
and subject line Bug#1069393: fixed in luma.core 2.4.2-1
has caused the Debian Bug report #1069393,
regarding luma.core: FTBFS on arm64: dh_auto_test: error: pybuild --test 
--test-pytest -i python{version} -p 3.11 returned exit code 13
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
1069393: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1069393
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: luma.core
Version: 2.4.1-2
Severity: serious
Justification: FTBFS
Tags: trixie sid ftbfs
User: lu...@debian.org
Usertags: ftbfs-20240420 ftbfs-trixie ftbfs-t64-arm64

Hi,

During a rebuild of all packages in sid, your package failed to build
on arm64.


Relevant part (hopefully):
>  debian/rules build
> dh build --with python3 --with sphinxdoc --buildsystem=pybuild
>    dh_update_autotools_config -O--buildsystem=pybuild
>    dh_autoreconf -O--buildsystem=pybuild
>    dh_auto_configure -O--buildsystem=pybuild
> I: pybuild base:311: python3.11 setup.py config 
> running config
>    dh_auto_build -O--buildsystem=pybuild
> I: pybuild base:311: /usr/bin/python3 setup.py build 
> running build
> running build_py
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_luma.core/build/luma
> creating /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_luma.core/build/luma/core
> copying luma/core/mixin.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_luma.core/build/luma/core
> copying luma/core/ansi_color.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_luma.core/build/luma/core
> copying luma/core/lib.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_luma.core/build/luma/core
> copying luma/core/virtual.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_luma.core/build/luma/core
> copying luma/core/util.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_luma.core/build/luma/core
> copying luma/core/threadpool.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_luma.core/build/luma/core
> copying luma/core/sprite_system.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_luma.core/build/luma/core
> copying luma/core/render.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_luma.core/build/luma/core
> copying luma/core/framebuffer.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_luma.core/build/luma/core
> copying luma/core/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_luma.core/build/luma/core
> copying luma/core/error.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_luma.core/build/luma/core
> copying luma/core/bitmap_font.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_luma.core/build/luma/core
> copying luma/core/cmdline.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_luma.core/build/luma/core
> copying luma/core/image_composition.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_luma.core/build/luma/core
> copying luma/core/const.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_luma.core/build/luma/core
> copying luma/core/device.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_luma.core/build/luma/core
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_luma.core/build/luma/core/legacy
> copying luma/core/legacy/font.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_luma.core/build/luma/core/legacy
> copying luma/core/legacy/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_luma.core/build/luma/core/legacy
> creating 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_luma.core/build/luma/core/interface
> copying luma/core/interface/serial.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_luma.core/build/luma/core/interface
> copying luma/core/interface/parallel.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_luma.core/build/luma/core/interface
> copying luma/core/interface/__init__.py -> 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_luma.core/build/luma/core/interface
>    dh_auto_test -O--buildsystem=pybuild
> I: pybuild base:311: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_luma.core/build; python3.11 -m pytest 
> tests
> ============================= test session starts 
> ==============================
> platform linux -- Python 3.11.9, pytest-8.1.1, pluggy-1.4.0 -- 
> /usr/bin/python3.11
> cachedir: .pytest_cache
> rootdir: /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_luma.core/build
> configfile: pytest.ini
> collecting ... collected 210 items
> 
> tests/test_ansi_color.py::test_parse_str_no_escape PASSED
> tests/test_ansi_color.py::test_parse_str_valid_ansi_colors PASSED
> tests/test_ansi_color.py::test_parse_str_valid_ansi_colors_extended_codeset 
> PASSED
> tests/test_ansi_color.py::test_parse_str_multiple_ansi_colors PASSED
> tests/test_ansi_color.py::test_parse_str_unknown_ansi_colors_ignored PASSED
> tests/test_ansi_color.py::test_strip_ansi_codes PASSED
> tests/test_bitbang.py::test_data PASSED
> tests/test_bitbang.py::test_cleanup PASSED
> tests/test_bitbang.py::test_cleanup_custom_pins PASSED
> tests/test_bitbang.py::test_unsupported_gpio_platform SKIPPED (RPi.G...)
> tests/test_bitmap_font.py::test_load_from_pillow_font SKIPPED
> tests/test_bitmap_font.py::test_load_from_pillow_exceptions SKIPPED
> tests/test_bitmap_font.py::test_mapping SKIPPED
> tests/test_bitmap_font.py::test_load_sprite_table SKIPPED
> tests/test_bitmap_font.py::test_load_sprite_table_exceptions_1 FAILED
> tests/test_bitmap_font.py::test_load_sprite_table_exceptions_2 SKIPPED
> tests/test_bitmap_font.py::test_dumps_loads_saves_load SKIPPED
> tests/test_bitmap_font.py::test_loads_exception PASSED
> tests/test_bitmap_font.py::test_combine PASSED
> tests/test_bitmap_font.py::test_embedded_font PASSED
> tests/test_bitmap_font.py::test_embedded_font_exceptions PASSED
> tests/test_bitmap_font.py::test_metrics PASSED
> tests/test_bitmap_font.py::test_glyph_index PASSED
> tests/test_canvas.py::test_canvas_background PASSED
> tests/test_canvas.py::test_canvas_wrong_size PASSED
> tests/test_character.py::test_init SKIPPED
> tests/test_character.py::test_setter_getter SKIPPED
> tests/test_cmdline.py::test_get_interface_types PASSED
> tests/test_cmdline.py::test_ensure_cmdline_opt_contains_all_interfaces PASSED
> tests/test_cmdline.py::test_get_display_types PASSED
> tests/test_cmdline.py::test_get_choices_unknown_module PASSED
> tests/test_cmdline.py::test_get_library_version PASSED
> tests/test_cmdline.py::test_get_library_for_display_type PASSED
> tests/test_cmdline.py::test_load_config_file_parse PASSED
> tests/test_cmdline.py::test_create_parser PASSED
> tests/test_cmdline.py::test_make_interface_noop PASSED
> tests/test_cmdline.py::test_make_interface_i2c PASSED
> tests/test_cmdline.py::test_make_interface_spi SKIPPED (RPi.GPIO is ...)
> tests/test_cmdline.py::test_make_interface_gpio_cs_spi SKIPPED (RPi....)
> tests/test_cmdline.py::test_make_interface_spi_alt_gpio SKIPPED (spi...)
> tests/test_cmdline.py::test_make_interface_bitbang SKIPPED (RPi.GPIO...)
> tests/test_cmdline.py::test_make_interface_pcf8574 PASSED
> tests/test_cmdline.py::test_make_interface_bitbang_6800 SKIPPED (RPi...)
> tests/test_cmdline.py::test_make_interface_bitbang_6800_alt_gpio PASSED
> tests/test_cmdline.py::test_create_device PASSED
> tests/test_cmdline.py::test_create_device_oled SKIPPED (RPi.GPIO is ...)
> tests/test_cmdline.py::test_create_device_lcd PASSED
> tests/test_cmdline.py::test_create_device_led_matrix PASSED
> tests/test_cmdline.py::test_create_device_emulator PASSED
> tests/test_cmdline.py::test_create_device_core PASSED
> tests/test_cmdline.py::test_make_interface_ftdi_spi PASSED
> tests/test_cmdline.py::test_make_interface_ftdi_i2c PASSED
> tests/test_dummy_device.py::test_capture_noops PASSED
> tests/test_dummy_device.py::test_portrait PASSED
> tests/test_dummy_device.py::test_dither PASSED
> tests/test_framebuffer.py::test_full_frame PASSED
> tests/test_framebuffer.py::test_diff_to_previous PASSED
> tests/test_framebuffer.py::test_diff_to_previous_debug PASSED
> tests/test_framerate_regulator.py::test_init_default PASSED
> tests/test_framerate_regulator.py::test_init_unlimited PASSED
> tests/test_framerate_regulator.py::test_init_30fps PASSED
> tests/test_framerate_regulator.py::test_sleep PASSED
> tests/test_framerate_regulator.py::test_effective_FPS PASSED
> tests/test_framerate_regulator.py::test_average_transit_time PASSED
> tests/test_ftdi_i2c.py::test_init PASSED
> tests/test_ftdi_i2c.py::test_command PASSED
> tests/test_ftdi_i2c.py::test_data PASSED
> tests/test_ftdi_i2c.py::test_cleanup PASSED
> tests/test_ftdi_i2c.py::test_init_device_address_error PASSED
> tests/test_ftdi_spi.py::test_init PASSED
> tests/test_ftdi_spi.py::test_command PASSED
> tests/test_ftdi_spi.py::test_data PASSED
> tests/test_ftdi_spi.py::test_cleanup PASSED
> tests/test_gpio_cs_spi.py::test_init PASSED
> tests/test_gpio_cs_spi.py::test_init_invalid_bus_speed PASSED
> tests/test_gpio_cs_spi.py::test_command PASSED
> tests/test_gpio_cs_spi.py::test_data PASSED
> tests/test_gpio_cs_spi.py::test_cleanup PASSED
> tests/test_gpio_cs_spi.py::test_init_device_not_found SKIPPED (spide...)
> tests/test_gpio_cs_spi.py::test_unsupported_gpio_platform SKIPPED (R...)
> tests/test_history.py::test_restore_throws_error_when_empty PASSED
> tests/test_history.py::test_save_and_restore_reverts_image PASSED
> tests/test_history.py::test_drop_and_restore PASSED
> tests/test_i2c.py::test_init_device_not_found PASSED
> tests/test_i2c.py::test_init_device_permission_error PASSED
> tests/test_i2c.py::test_init_device_address_error PASSED
> tests/test_i2c.py::test_init_no_bus PASSED
> tests/test_i2c.py::test_init_bus_provided PASSED
> tests/test_i2c.py::test_command PASSED
> tests/test_i2c.py::test_i2c_command_device_not_found_error PASSED
> tests/test_i2c.py::test_i2c_data PASSED
> tests/test_i2c.py::test_i2c_data_chunked PASSED
> tests/test_i2c.py::test_cleanup PASSED
> tests/test_image_composition.py::test_composable_image_none PASSED
> tests/test_image_composition.py::test_composable_image_image PASSED
> tests/test_image_composition.py::test_composable_image_ctor PASSED
> tests/test_image_composition.py::test_composable_image_crop_same PASSED
> tests/test_image_composition.py::test_composable_image_crop_size_smaller_than_image_size
>  PASSED
> tests/test_image_composition.py::test_composable_image_crop_size_greater_than_image_size
>  PASSED
> tests/test_image_composition.py::test_composable_image_crop_offset PASSED
> tests/test_image_composition.py::test_image_composition_ctor PASSED
> tests/test_image_composition.py::test_image_add_image_none PASSED
> tests/test_image_composition.py::test_image_remove_image_none PASSED
> tests/test_image_composition.py::test_image_count PASSED
> tests/test_image_composition.py::test_refresh_no_images PASSED
> tests/test_image_composition.py::test_refresh PASSED
> tests/test_legacy.py::test_textsize PASSED
> tests/test_legacy.py::test_text_space PASSED
> tests/test_legacy.py::test_text_char PASSED
> tests/test_legacy.py::test_show_message PASSED
> tests/test_legacy_fonts.py::test_font[ATARI_FONT] PASSED
> tests/test_legacy_fonts.py::test_font[CP437_FONT] PASSED
> tests/test_legacy_fonts.py::test_font[SINCLAIR_FONT] PASSED
> tests/test_legacy_fonts.py::test_font[SPECCY_FONT] PASSED
> tests/test_legacy_fonts.py::test_font[LCD_FONT] PASSED
> tests/test_legacy_fonts.py::test_font[UKR_FONT] PASSED
> tests/test_legacy_fonts.py::test_font[TINY_FONT] PASSED
> tests/test_legacy_fonts.py::test_font[SEG7_FONT] PASSED
> tests/test_lib.py::test_rpio_gpio PASSED
> tests/test_lib.py::test_spidev PASSED
> tests/test_lib.py::test_multi PASSED
> tests/test_linux_framebuffer_device.py::test_display_id_as_dev_fb_number 
> SKIPPED
> tests/test_linux_framebuffer_device.py::test_display_id_from_environ PASSED
> tests/test_linux_framebuffer_device.py::test_unknown_display_id PASSED
> tests/test_linux_framebuffer_device.py::test_read_screen_resolution PASSED
> tests/test_linux_framebuffer_device.py::test_read_bits_per_pixel PASSED
> tests/test_linux_framebuffer_device.py::test_display[16-False] SKIPPED
> tests/test_linux_framebuffer_device.py::test_display[24-False] SKIPPED
> tests/test_linux_framebuffer_device.py::test_display[24-True] SKIPPED
> tests/test_linux_framebuffer_device.py::test_display[32-False] SKIPPED
> tests/test_linux_framebuffer_device.py::test_display[32-True] SKIPPED
> tests/test_linux_framebuffer_device.py::test_unsupported_bit_depth PASSED
> tests/test_linux_framebuffer_device.py::test_cleanup PASSED
> tests/test_mixin.py::test_display_not_implemented PASSED
> tests/test_observable.py::test_length PASSED
> tests/test_observable.py::test_iteration PASSED
> tests/test_observable.py::test_getattribute PASSED
> tests/test_observable.py::test_getitem PASSED
> tests/test_observable.py::test_setitem PASSED
> tests/test_observable.py::test_setslice PASSED
> tests/test_observable.py::test_delitem PASSED
> tests/test_observable.py::test_getslice PASSED
> tests/test_observable.py::test_repr PASSED
> tests/test_parallel.py::test_data PASSED
> tests/test_parallel.py::test_wrong_number_of_pins PASSED
> tests/test_parallel.py::test_cleanup PASSED
> tests/test_parallel.py::test_unsupported_gpio_platform SKIPPED (RPi....)
> tests/test_parallel_device.py::test_4bit PASSED
> tests/test_parallel_device.py::test_8bit PASSED
> tests/test_pcf8574.py::test_command PASSED
> tests/test_pcf8574.py::test_i2c_command_device_not_found_error PASSED
> tests/test_pcf8574.py::test_i2c_data PASSED
> tests/test_pcf8574.py::test_cleanup PASSED
> tests/test_persist.py::test_persist PASSED
> tests/test_proportional.py::test_narrow_char PASSED
> tests/test_proportional.py::test_wide_char PASSED
> tests/test_proportional.py::test_space_char PASSED
> tests/test_proportional.py::test_doublequote_char PASSED
> tests/test_proportional.py::test_trim_not_nonzero PASSED
> tests/test_proportional.py::test_unicode_not_supported PASSED
> tests/test_sevensegment.py::test_init PASSED
> tests/test_sevensegment.py::test_overflow PASSED
> tests/test_sevensegment.py::test_setter_getter PASSED
> tests/test_spi.py::test_init PASSED
> tests/test_spi.py::test_init_invalid_bus_speed PASSED
> tests/test_spi.py::test_command PASSED
> tests/test_spi.py::test_data PASSED
> tests/test_spi.py::test_cleanup PASSED
> tests/test_spi.py::test_init_device_not_found SKIPPED (spidev is not...)
> tests/test_spi.py::test_unsupported_gpio_platform SKIPPED (RPi.GPIO ...)
> tests/test_spi.py::test_cs_high_ignored PASSED
> tests/test_spritesheet.py::test_init PASSED
> tests/test_spritesheet.py::test_len PASSED
> tests/test_spritesheet.py::test_caching PASSED
> tests/test_spritesheet.py::test_get PASSED
> tests/test_spritesheet.py::test_get_string PASSED
> tests/test_spritesheet.py::test_get_outofrange PASSED
> tests/test_spritesheet.py::test_animate_unknown_seq PASSED
> tests/test_spritesheet.py::test_animate_finite_seq PASSED
> tests/test_spritesheet.py::test_animate_slow_seq PASSED
> tests/test_spritesheet.py::test_animate_infinite_seq PASSED
> tests/test_spritesheet.py::test_animate_subroutine PASSED
> tests/test_terminal.py::test_default_text PASSED
> tests/test_terminal.py::test_wrapped_text PASSED
> tests/test_terminal.py::test_tab_alignment PASSED
> tests/test_terminal.py::test_control_chars PASSED
> tests/test_terminal.py::test_scrolling PASSED
> tests/test_terminal.py::test_alt_colors PASSED
> tests/test_terminal.py::test_ansi_colors PASSED
> tests/test_terminal.py::test_ansi_colors_wrapped PASSED
> tests/test_terminal.py::test_ansi_colors_scroll PASSED
> tests/test_terminal.py::test_accented_charset SKIPPED
> tests/test_tolerant.py::test_default PASSED
> tests/test_tolerant.py::test_custom_missing PASSED
> tests/test_tolerant.py::test_with_proportional PASSED
> tests/test_util.py::test_mutablestring PASSED
> tests/test_util.py::test_mutablestring_unicode PASSED
> tests/test_util.py::test_from_16_to_8_to_16 PASSED
> tests/test_util.py::test_bytes_to_nibbles PASSED
> tests/test_viewport.py::test_range_overlap_over12 PASSED
> tests/test_viewport.py::test_range_overlap_over123 PASSED
> tests/test_viewport.py::test_range_overlap_over23 PASSED
> tests/test_viewport.py::test_range_overlap_over234 PASSED
> tests/test_viewport.py::test_range_overlap_over34 PASSED
> tests/test_viewport.py::test_range_overlap_over4 PASSED
> tests/test_viewport.py::test_range_overlap_over_none PASSED
> tests/test_viewport.py::test_snapshot_last_updated PASSED
> tests/test_viewport.py::test_viewport_set_position PASSED
> tests/test_viewport.py::test_viewport_hotspot PASSED
> tests/test_viewport.py::test_viewport_dithering PASSED
> 
> =================================== FAILURES 
> ===================================
> _____________________ test_load_sprite_table_exceptions_1 
> ______________________
> 
>     def test_load_sprite_table_exceptions_1():
>         """
>         Test that exceptions are thrown as appropriate if bitmap_font is 
> asked to
>         load from a sprite table from a filename that does not exist, is not a
>         PIL.Image file, or is damaged.
>         """
>         with pytest.raises(FileNotFoundError) as ex:
>             filename = 'badfile'
>             bitmap_font.load_sprite_table(filename, range(16, 256), 5, (5, 
> 8), (5, 8), FONTDATA['mappings'][1])
> >       assert ex.value.filename == filename
> E       AssertionError: assert '/build/luma....build/badfile' == 'badfile'
> E         
> E         - badfile
> E         + /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_luma.core/build/badfile
> 
> tests/test_bitmap_font.py:242: AssertionError
> =========================== short test summary info 
> ============================
> SKIPPED [1] tests/test_bitbang.py:75: RPi.GPIO is not supported on this 
> platform: Linux
> SKIPPED [1] tests/test_bitmap_font.py:152: Skipped
> SKIPPED [1] tests/test_bitmap_font.py:169: Skipped
> SKIPPED [1] tests/test_bitmap_font.py:198: Skipped
> SKIPPED [1] tests/test_bitmap_font.py:219: Skipped
> SKIPPED [1] tests/test_bitmap_font.py:246: Skipped
> SKIPPED [1] tests/test_bitmap_font.py:262: Skipped
> SKIPPED [1] tests/test_character.py:16: Skipped
> SKIPPED [1] tests/test_character.py:25: Skipped
> SKIPPED [1] tests/test_cmdline.py:192: RPi.GPIO is not supported on this 
> platform: Linux
> SKIPPED [1] tests/test_cmdline.py:212: RPi.GPIO is not supported on this 
> platform: Linux
> SKIPPED [1] tests/test_cmdline.py:233: spidev is not supported on this 
> platform: Linux
> SKIPPED [1] tests/test_cmdline.py:248: RPi.GPIO is not supported on this 
> platform: Linux
> SKIPPED [1] tests/test_cmdline.py:283: RPi.GPIO is not supported on this 
> platform: Linux
> SKIPPED [1] tests/test_cmdline.py:342: RPi.GPIO is not supported on this 
> platform: Linux
> SKIPPED [2] tests/helpers.py:66: spidev is not supported on this platform: 
> Linux
> SKIPPED [1] tests/test_gpio_cs_spi.py:104: RPi.GPIO is not supported on this 
> platform: Linux
> SKIPPED [1] tests/test_linux_framebuffer_device.py:35: Skipped
> SKIPPED [5] tests/test_linux_framebuffer_device.py:83: Skipped
> SKIPPED [1] tests/test_parallel.py:83: RPi.GPIO is not supported on this 
> platform: Linux
> SKIPPED [1] tests/test_spi.py:103: RPi.GPIO is not supported on this 
> platform: Linux
> SKIPPED [1] tests/test_terminal.py:138: Skipped
> ================== 1 failed, 182 passed, 27 skipped in 6.28s 
> ===================
> E: pybuild pybuild:389: test: plugin distutils failed with: exit code=1: cd 
> /<<PKGBUILDDIR>>/.pybuild/cpython3_3.11_luma.core/build; python3.11 -m pytest 
> tests
> dh_auto_test: error: pybuild --test --test-pytest -i python{version} -p 3.11 
> returned exit code 13


The full build log is available from:
http://qa-logs.debian.net/2024/04/20/luma.core_2.4.1-2_unstable-arm64.log

All bugs filed during this archive rebuild are listed at:
https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20240420;users=lu...@debian.org
or:
https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20240420&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results

A list of current common problems and possible solutions is available at
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

If you reassign this bug to another package, please mark it as 'affects'-ing
this package. See https://www.debian.org/Bugs/server-control#affects

If you fail to reproduce this, please provide a build log and diff it with mine
so that we can identify if something relevant changed in the meantime.

--- End Message ---
--- Begin Message ---
Source: luma.core
Source-Version: 2.4.2-1
Done: Anton Gladky <gl...@debian.org>

We believe that the bug you reported is fixed in the latest version of
luma.core, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 1069...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Anton Gladky <gl...@debian.org> (supplier of updated luma.core package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sun, 12 May 2024 22:46:18 +0200
Source: luma.core
Architecture: source
Version: 2.4.2-1
Distribution: unstable
Urgency: medium
Maintainer: Debian Electronics Team 
<pkg-electronics-de...@alioth-lists.debian.net>
Changed-By: Anton Gladky <gl...@debian.org>
Closes: 1069393
Changes:
 luma.core (2.4.2-1) unstable; urgency=medium
 .
   * [a613a30] New upstream version 2.4.2. (Closes: #1069393)
   * [a79ca78] Update patch
   * [147c9c2] Trim trailing whitespace.
Checksums-Sha1:
 ce250928d5df6f72d4e6b89124b651afd5ad3ed4 2241 luma.core_2.4.2-1.dsc
 e27fbc8b63a46fcbcad50ddaaf32edf8c03e0b4f 162932 luma.core_2.4.2.orig.tar.xz
 e1576b8ba429b338e584e4a054479925917ce3c9 5960 luma.core_2.4.2-1.debian.tar.xz
 ceaa83d5ada80f02a22f59ebb2444964320d49ca 9924 
luma.core_2.4.2-1_source.buildinfo
Checksums-Sha256:
 26fdd6a988904df5bdde6a8261c3033b83a6b833f3de8736dd6cdf3ca2f93793 2241 
luma.core_2.4.2-1.dsc
 8e385cf0ae9498090041c830a55a74a894adda5a6d45b8cac9533fa80891ef3c 162932 
luma.core_2.4.2.orig.tar.xz
 ef97b0eb5a69f4ff4cbb9fcd3bbcb5fb2feea4db43b7d8ec00a587b892135190 5960 
luma.core_2.4.2-1.debian.tar.xz
 d12f6744d7907f0c7ae22ef682289f688af5d2aed2cb766736fb4be54c25eedd 9924 
luma.core_2.4.2-1_source.buildinfo
Files:
 5e73037b2535728305ee88f2170b183f 2241 libs optional luma.core_2.4.2-1.dsc
 e7c5ffa502d529141bde8ae98abdce5e 162932 libs optional 
luma.core_2.4.2.orig.tar.xz
 ed4cec40fe5950c35d9540e3fcc7bc23 5960 libs optional 
luma.core_2.4.2-1.debian.tar.xz
 b2027531e5a380cdb0be3f50e76ecf93 9924 libs optional 
luma.core_2.4.2-1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEu71F6oGKuG/2fnKF0+Fzg8+n/wYFAmZCa5UACgkQ0+Fzg8+n
/wZNtxAAkI5m21bNLOdyOlh8Aq88XlMFGQOUrUZ9+7bcVSWzzUhbNymzTkWbZlQe
EY+eY0Kzzkyiq2jjtwe1oFGncbpvbp+df3Mv2iR0i3ar6cREAZJS5T48Y1xKu23H
pFbxBmx0Fu9B10fm97plgchqCK5SDMCc/1hFOojab569mDvGCjUI2O/1AFp8GOsm
vreDerLjPiXVroGODJbqSKiqhPOktMuJLiY7LD48wRescnQam8yAOxBebfdo4Asv
DD8yZcqJW6RBTVUa8fXwJLYqQ0Ck0lMOwvFH0QLdDurBVvKQs7FasyImFA/GXar6
vG3kpkkubIipWZ71IqqVeHjEbcw7wdpzlZspL0J9FC4JZoe7PXN/9VnJI37MK8Ur
yEhKjwZviyIkIh70dnsO9W8WWp+jDXkm/p/dyYkgsUHP9EY/lQ52OvKdb5lnDWkJ
0IaQ1xwPkql30stMYUENyueQqRr4dZ5GRMmW8GxbOfgS/r9pG36QGMi2ksmDk3c5
ZZuGZ6z/67udxzCRbZ54MGIi2ZsvlHhga9129lCt+pGkgg0w+8bPqD604EHZulK0
NDSB9smc/j36FQExRrdwvUDY7w0eEorfBAKNNYZGBGDTaRQmOs6pU/8+inUajY7i
h2r4A3ypYGwJsj+yvZhKXhGXeEAXGNjY40Thw8x3+Bph0fKR1SU=
=EJZf
-----END PGP SIGNATURE-----

Attachment: pgp6skkbz1dAy.pgp
Description: PGP signature


--- End Message ---

Reply via email to