Your message dated Thu, 29 Feb 2024 10:25:29 +0000
with message-id <e1rfdbv-00akd1...@fasolo.debian.org>
and subject line Bug#1063313: fixed in zvbi 0.2.42-1.2
has caused the Debian Bug report #1063313,
regarding zvbi: NMU diff for 64-bit time_t transition
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.)
--
1063313: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063313
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: zvbi
Version: 0.2.42-1.1
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: debian-...@lists.debian.org
Usertags: time-t
NOTICE: these changes must not be uploaded to unstable yet!
Dear maintainer,
As part of the 64-bit time_t transition required to support 32-bit
architectures in 2038 and beyond
(https://wiki.debian.org/ReleaseGoals/64bit-time), we have identified
zvbi as a source package shipping runtime libraries whose ABI
either is affected by the change in size of time_t, or could not be
analyzed via abi-compliance-checker (and therefore to be on the safe
side we assume is affected).
To ensure that inconsistent combinations of libraries with their
reverse-dependencies are never installed together, it is necessary to
have a library transition, which is most easily done by renaming the
runtime library package.
Since turning on 64-bit time_t is being handled centrally through a change
to the default dpkg-buildflags (https://bugs.debian.org/1037136), it is
important that libraries affected by this ABI change all be uploaded close
together in time. Therefore I have prepared a 0-day NMU for zvbi
which will initially be uploaded to experimental if possible, then to
unstable after packages have cleared binary NEW.
Please find the patch for this NMU attached.
If you have any concerns about this patch, please reach out ASAP. Although
this package will be uploaded to experimental immediately, there will be a
period of several days before we begin uploads to unstable; so if information
becomes available that your package should not be included in the transition,
there is time for us to amend the planned uploads.
-- System Information:
Debian Release: trixie/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable'), (1,
'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru zvbi-0.2.42/debian/changelog zvbi-0.2.42/debian/changelog
--- zvbi-0.2.42/debian/changelog 2024-01-09 21:12:45.000000000 +0000
+++ zvbi-0.2.42/debian/changelog 2024-02-06 04:37:16.000000000 +0000
@@ -1,3 +1,10 @@
+zvbi (0.2.42-1.2) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vor...@debian.org> Tue, 06 Feb 2024 04:37:16 +0000
+
zvbi (0.2.42-1.1) unstable; urgency=medium
* Non-maintainer upload.
diff -Nru zvbi-0.2.42/debian/control zvbi-0.2.42/debian/control
--- zvbi-0.2.42/debian/control 2024-01-09 21:12:45.000000000 +0000
+++ zvbi-0.2.42/debian/control 2024-02-06 04:37:16.000000000 +0000
@@ -13,13 +13,15 @@
Vcs-Browser: https://salsa.debian.org/debian/zvbi
Vcs-Git: https://salsa.debian.org/debian/zvbi.git
-Package: libzvbi0
+Package: libzvbi0t64
+Provides: ${t64:Provides}
+Breaks: libzvbi0 (<< ${source:Version})
Architecture: any
Section: libs
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Depends: ${shlibs:Depends}, libzvbi-common (= ${source:Version}),
${misc:Depends}
-Replaces: libzvbi-0.1 (<= 0.2.1-3)
+Replaces: libzvbi0, libzvbi-0.1 (<= 0.2.1-3)
Description: Vertical Blanking Interval decoder (VBI) - runtime files
The vertical blanking interval (VBI) is an interval in a television signal
that temporarily suspends transmission of the signal for the electron gun
@@ -62,7 +64,7 @@
Architecture: any
Section: libdevel
Multi-Arch: same
-Depends: libzvbi0 (= ${binary:Version}), libpng-dev, ${misc:Depends}
+Depends: libzvbi0t64 (= ${binary:Version}), libpng-dev, ${misc:Depends}
Description: Vertical Blanking Interval decoder (VBI) - development files
The vertical blanking interval (VBI) is an interval in a television signal
that temporarily suspends transmission of the signal for the electron gun
diff -Nru zvbi-0.2.42/debian/libzvbi0.install
zvbi-0.2.42/debian/libzvbi0.install
--- zvbi-0.2.42/debian/libzvbi0.install 2024-01-09 21:12:45.000000000 +0000
+++ zvbi-0.2.42/debian/libzvbi0.install 1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-usr/lib/*/libzvbi.so.0*
-usr/lib/*/libzvbi-chains.so.0*
diff -Nru zvbi-0.2.42/debian/libzvbi0.lintian-overrides
zvbi-0.2.42/debian/libzvbi0.lintian-overrides
--- zvbi-0.2.42/debian/libzvbi0.lintian-overrides 2024-01-09
21:12:45.000000000 +0000
+++ zvbi-0.2.42/debian/libzvbi0.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-# False positive - symbols file missing build-depends-package field
-libzvbi0: symbols-file-missing-build-depends-package-field libzvbi.so.0
[symbols]
diff -Nru zvbi-0.2.42/debian/libzvbi0.symbols
zvbi-0.2.42/debian/libzvbi0.symbols
--- zvbi-0.2.42/debian/libzvbi0.symbols 2024-01-09 21:12:45.000000000 +0000
+++ zvbi-0.2.42/debian/libzvbi0.symbols 1970-01-01 00:00:00.000000000 +0000
@@ -1,472 +0,0 @@
-libzvbi-chains.so.0 libzvbi0 #MINVER#
-* Build-Depends-Package: libzvbi-dev
- _vbi_asprintf@Base 0.2.35
- _vbi_global_log@Base 0.2.35
- _vbi_grow_vector_capacity@Base 0.2.35
- _vbi_keyword_lookup@Base 0.2.35
- _vbi_log_printf@Base 0.2.35
- _vbi_log_vprintf@Base 0.2.35
- _vbi_popcnt@Base 0.2.35
- _vbi_shrink_vector_capacity@Base 0.2.35
- _vbi_strlcpy@Base 0.2.35
- _vbi_strndup@Base 0.2.35
- _vbi_vasprintf@Base 0.2.35
- _zvbi_intl_domainname@Base 0.2.35
- device_close@Base 0.2.35
- device_ioctl@Base 0.2.35
- device_mmap@Base 0.2.35
- device_munmap@Base 0.2.35
- device_open@Base 0.2.35
- fprint_symbolic@Base 0.2.35
- fprint_unknown_ioctl@Base 0.2.35
- vbi_capture_delete@Base 0.2.35
- vbi_capture_fd@Base 0.2.35
- vbi_capture_flush@Base 0.2.35
- vbi_capture_force_read_mode@Base 0.2.35
- vbi_capture_get_fd_flags@Base 0.2.35
- vbi_capture_get_scanning@Base 0.2.35
- vbi_capture_io_select@Base 0.2.35
- vbi_capture_io_update_timeout@Base 0.2.35
- vbi_capture_parameters@Base 0.2.35
- vbi_capture_proxy_new@Base 0.2.35
- vbi_capture_pull@Base 0.2.35
- vbi_capture_pull_raw@Base 0.2.35
- vbi_capture_pull_sliced@Base 0.2.35
- vbi_capture_read@Base 0.2.35
- vbi_capture_read_raw@Base 0.2.35
- vbi_capture_read_sliced@Base 0.2.35
- vbi_capture_set_log_fp@Base 0.2.35
- vbi_capture_set_video_path@Base 0.2.35
- vbi_capture_update_services@Base 0.2.35
- vbi_log_on_stderr@Base 0.2.35
- vbi_proxy_client_channel_notify@Base 0.2.35
- vbi_proxy_client_channel_request@Base 0.2.35
- vbi_proxy_client_channel_suspend@Base 0.2.35
- vbi_proxy_client_create@Base 0.2.35
- vbi_proxy_client_destroy@Base 0.2.35
- vbi_proxy_client_device_ioctl@Base 0.2.35
- vbi_proxy_client_get_capture_if@Base 0.2.35
- vbi_proxy_client_get_channel_desc@Base 0.2.35
- vbi_proxy_client_get_driver_api@Base 0.2.35
- vbi_proxy_client_has_channel_control@Base 0.2.35
- vbi_proxy_client_set_callback@Base 0.2.35
- vbi_proxy_msg_accept_connection@Base 0.2.35
- vbi_proxy_msg_check_connect@Base 0.2.35
- vbi_proxy_msg_check_ioctl@Base 0.2.35
- vbi_proxy_msg_check_timeout@Base 0.2.35
- vbi_proxy_msg_close_io@Base 0.2.35
- vbi_proxy_msg_close_read@Base 0.2.35
- vbi_proxy_msg_connect_to_server@Base 0.2.35
- vbi_proxy_msg_debug_get_type_str@Base 0.2.35
- vbi_proxy_msg_fill_magics@Base 0.2.35
- vbi_proxy_msg_finish_connect@Base 0.2.35
- vbi_proxy_msg_get_socket_name@Base 0.2.35
- vbi_proxy_msg_handle_read@Base 0.2.35
- vbi_proxy_msg_handle_write@Base 0.2.35
- vbi_proxy_msg_is_idle@Base 0.2.35
- vbi_proxy_msg_listen_socket@Base 0.2.35
- vbi_proxy_msg_logger@Base 0.2.35
- vbi_proxy_msg_read_idle@Base 0.2.35
- vbi_proxy_msg_set_debug_level@Base 0.2.35
- vbi_proxy_msg_set_logging@Base 0.2.35
- vbi_proxy_msg_stop_listen@Base 0.2.35
- vbi_proxy_msg_write@Base 0.2.35
- vbi_proxy_msg_write_idle@Base 0.2.35
-libzvbi.so.0 libzvbi0 #MINVER#
- __vbi_event_handler_list_send@Base 0.2.35
- _vbi3_bit_slicer_destroy@Base 0.2.35
- _vbi3_bit_slicer_init@Base 0.2.35
- _vbi3_raw_decoder_destroy@Base 0.2.35
- _vbi3_raw_decoder_dump@Base 0.2.35
- _vbi3_raw_decoder_init@Base 0.2.35
- _vbi_asprintf@Base 0.2.35
- _vbi_bit_reverse@Base 0.2.35
- _vbi_cache_add_network@Base 0.2.35
- _vbi_cache_dump@Base 0.2.35
- _vbi_cache_foreach_page@Base 0.2.35
- _vbi_cache_get_network@Base 0.2.35
- _vbi_cache_get_page@Base 0.2.35
- _vbi_cache_put_page@Base 0.2.35
- _vbi_capture_sim_get_flags@Base 0.2.35
- _vbi_capture_sim_set_flags@Base 0.2.35
- _vbi_cc608_decoder_add_event_handler@Base 0.2.35
- _vbi_cc608_decoder_delete@Base 0.2.35
- _vbi_cc608_decoder_feed@Base 0.2.35
- _vbi_cc608_decoder_feed_frame@Base 0.2.35
- _vbi_cc608_decoder_get_page@Base 0.2.35
- _vbi_cc608_decoder_new@Base 0.2.35
- _vbi_cc608_decoder_remove_event_handler@Base 0.2.35
- _vbi_cc608_decoder_reset@Base 0.2.35
- _vbi_cc608_dump@Base 0.2.35
- _vbi_dvb_demultiplex_sliced@Base 0.2.35
- _vbi_dvb_demux_cor@Base 0.2.35
- _vbi_dvb_demux_delete@Base 0.2.35
- _vbi_dvb_demux_pes_new@Base 0.2.35
- _vbi_dvb_skip_data_unit@Base 0.2.35
- _vbi_dvb_ts_demux_new@Base 0.2.35
- _vbi_event_handler_list_add@Base 0.2.35
- _vbi_event_handler_list_destroy@Base 0.2.35
- _vbi_event_handler_list_init@Base 0.2.35
- _vbi_event_handler_list_remove@Base 0.2.35
- _vbi_event_handler_list_remove_by_callback@Base 0.2.35
- _vbi_event_handler_list_remove_by_event@Base 0.2.35
- _vbi_export_grow_buffer_space@Base 0.2.35
- _vbi_export_malloc_error@Base 0.2.35
- _vbi_global_log@Base 0.2.35
- _vbi_grow_vector_capacity@Base 0.2.35
- _vbi_hamm24_inv_par@Base 0.2.35
- _vbi_hamm8_fwd@Base 0.2.35
- _vbi_hamm8_inv@Base 0.2.35
- _vbi_iconv_close@Base 0.2.35
- _vbi_iconv_open@Base 0.2.35
- _vbi_iconv_ucs2@Base 0.2.35
- _vbi_idl_demux_destroy@Base 0.2.35
- _vbi_idl_demux_init@Base 0.2.35
- _vbi_keyword_lookup@Base 0.2.35
- _vbi_log_printf@Base 0.2.35
- _vbi_log_vprintf@Base 0.2.35
- _vbi_mktime@Base 0.2.35
- _vbi_pfc_block_dump@Base 0.2.35
- _vbi_pfc_demux_decode@Base 0.2.35
- _vbi_pfc_demux_destroy@Base 0.2.35
- _vbi_pfc_demux_init@Base 0.2.35
- _vbi_pil_dump@Base 0.2.35
- _vbi_pil_from_string@Base 0.2.35
- _vbi_popcnt@Base 0.2.35
- _vbi_program_id_dump@Base 0.2.35
- _vbi_raw_vbi_image@Base 0.2.35
- _vbi_raw_video_image@Base 0.2.35
- _vbi_sampling_par_check_services_log@Base 0.2.35
- _vbi_sampling_par_from_services_log@Base 0.2.35
- _vbi_sampling_par_valid_log@Base 0.2.35
- _vbi_service_table@Base 0.2.35
- _vbi_shrink_vector_capacity@Base 0.2.35
- _vbi_strlcpy@Base 0.2.35
- _vbi_strndup@Base 0.2.35
- _vbi_strndup_iconv@Base 0.2.35
- _vbi_timegm@Base 0.2.35
- _vbi_vasprintf@Base 0.2.35
- _vbi_videostd_set_from_scanning@Base 0.2.35
- _vbi_xds_demux_destroy@Base 0.2.35
- _vbi_xds_demux_init@Base 0.2.35
- _vbi_xds_packet_dump@Base 0.2.35
- _zvbi_intl_domainname@Base 0.2.35
- cache_network_ref@Base 0.2.35
- cache_network_unref@Base 0.2.35
- cache_page_copy@Base 0.2.35
- cache_page_dump@Base 0.2.35
- cache_page_ref@Base 0.2.35
- cache_page_size@Base 0.2.35
- cache_page_unref@Base 0.2.35
- device_close@Base 0.2.35
- device_ioctl@Base 0.2.35
- device_mmap@Base 0.2.35
- device_munmap@Base 0.2.35
- device_open@Base 0.2.35
- ets_program_class@Base 0.2.35
- ets_program_type@Base 0.2.35
- fprint_symbolic@Base 0.2.35
- fprint_unknown_ioctl@Base 0.2.35
- ure_buffer_create@Base 0.2.35
- ure_buffer_free@Base 0.2.35
- ure_compile@Base 0.2.35
- ure_dfa_free@Base 0.2.35
- ure_exec@Base 0.2.35
- ure_write_dfa@Base 0.2.35
- vbi3_bit_slicer_delete@Base 0.2.35
- vbi3_bit_slicer_new@Base 0.2.35
- vbi3_bit_slicer_set_log_fn@Base 0.2.35
- vbi3_bit_slicer_set_params@Base 0.2.35
- vbi3_bit_slicer_slice@Base 0.2.35
- vbi3_bit_slicer_slice_with_points@Base 0.2.35
- vbi3_raw_decoder_add_services@Base 0.2.35
- vbi3_raw_decoder_debug@Base 0.2.35
- vbi3_raw_decoder_decode@Base 0.2.35
- vbi3_raw_decoder_delete@Base 0.2.35
- vbi3_raw_decoder_get_sampling_par@Base 0.2.35
- vbi3_raw_decoder_new@Base 0.2.35
- vbi3_raw_decoder_remove_services@Base 0.2.35
- vbi3_raw_decoder_reset@Base 0.2.35
- vbi3_raw_decoder_sampling_point@Base 0.2.35
- vbi3_raw_decoder_services@Base 0.2.35
- vbi3_raw_decoder_set_log_fn@Base 0.2.35
- vbi3_raw_decoder_set_sampling_par@Base 0.2.35
- vbi_atvef_trigger@Base 0.2.35
- vbi_bit_slicer_init@Base 0.2.35
- vbi_cache_delete@Base 0.2.35
- vbi_cache_hi_subno@Base 0.2.35
- vbi_cache_new@Base 0.2.35
- vbi_cache_ref@Base 0.2.35
- vbi_cache_unref@Base 0.2.35
- vbi_caption_channel_switched@Base 0.2.35
- vbi_caption_color_level@Base 0.2.35
- vbi_caption_destroy@Base 0.2.35
- vbi_caption_desync@Base 0.2.35
- vbi_caption_init@Base 0.2.35
- vbi_caption_unicode@Base 0.2.35
- vbi_capture_bktr_new@Base 0.2.35
- vbi_capture_delete@Base 0.2.35
- vbi_capture_dvb_filter@Base 0.2.35
- vbi_capture_dvb_last_pts@Base 0.2.35
- vbi_capture_dvb_new2@Base 0.2.35
- vbi_capture_dvb_new@Base 0.2.35
- vbi_capture_fd@Base 0.2.35
- vbi_capture_flush@Base 0.2.35
- vbi_capture_force_read_mode@Base 0.2.35
- vbi_capture_get_fd_flags@Base 0.2.35
- vbi_capture_get_scanning@Base 0.2.35
- vbi_capture_io_select@Base 0.2.35
- vbi_capture_io_update_timeout@Base 0.2.35
- vbi_capture_parameters@Base 0.2.35
- vbi_capture_proxy_new@Base 0.2.35
- vbi_capture_pull@Base 0.2.35
- vbi_capture_pull_raw@Base 0.2.35
- vbi_capture_pull_sliced@Base 0.2.35
- vbi_capture_read@Base 0.2.35
- vbi_capture_read_raw@Base 0.2.35
- vbi_capture_read_sliced@Base 0.2.35
- vbi_capture_set_log_fp@Base 0.2.35
- vbi_capture_set_video_path@Base 0.2.35
- vbi_capture_sim_add_noise@Base 0.2.35
- vbi_capture_sim_decode_raw@Base 0.2.35
- vbi_capture_sim_load_caption@Base 0.2.35
- vbi_capture_sim_new@Base 0.2.35
- vbi_capture_update_services@Base 0.2.35
- vbi_capture_v4l2_new@Base 0.2.35
- vbi_capture_v4l2k_new@Base 0.2.35
- vbi_capture_v4l_new@Base 0.2.35
- vbi_capture_v4l_sidecar_new@Base 0.2.35
- vbi_channel_switched@Base 0.2.35
- vbi_chsw_reset@Base 0.2.35
- vbi_classify_page@Base 0.2.35
- vbi_cni_table@Base 0.2.35
- vbi_convert_page@Base 0.2.35
- vbi_country_names_en@Base 0.2.35
- vbi_decode@Base 0.2.35
- vbi_decode_caption@Base 0.2.35
- vbi_decode_dvb_pdc_descriptor@Base 0.2.35
- vbi_decode_teletext@Base 0.2.35
- vbi_decode_teletext_8301_cni@Base 0.2.35
- vbi_decode_teletext_8301_local_time@Base 0.2.35
- vbi_decode_teletext_8302_cni@Base 0.2.35
- vbi_decode_teletext_8302_pdc@Base 0.2.35
- vbi_decode_vps@Base 0.2.35
- vbi_decode_vps_cni@Base 0.2.35
- vbi_decode_vps_pdc@Base 0.2.35
- vbi_decode_wss_625@Base 0.2.35
- vbi_decode_wss_cpr1204@Base 0.2.35
- vbi_decoder_delete@Base 0.2.35
- vbi_decoder_new@Base 0.2.35
- vbi_deferred_trigger@Base 0.2.35
- vbi_draw_cc_page_region@Base 0.2.35
- vbi_draw_vt_page_region@Base 0.2.35
- vbi_dvb_demux_cor@Base 0.2.35
- vbi_dvb_demux_delete@Base 0.2.35
- vbi_dvb_demux_feed@Base 0.2.35
- vbi_dvb_demux_reset@Base 0.2.35
- vbi_dvb_demux_set_log_fn@Base 0.2.35
- vbi_dvb_multiplex_raw@Base 0.2.35
- vbi_dvb_multiplex_sliced@Base 0.2.35
- vbi_dvb_mux_cor@Base 0.2.35
- vbi_dvb_mux_delete@Base 0.2.35
- vbi_dvb_mux_feed@Base 0.2.35
- vbi_dvb_mux_get_data_identifier@Base 0.2.35
- vbi_dvb_mux_get_max_pes_packet_size@Base 0.2.35
- vbi_dvb_mux_get_min_pes_packet_size@Base 0.2.35
- vbi_dvb_mux_reset@Base 0.2.35
- vbi_dvb_mux_set_data_identifier@Base 0.2.35
- vbi_dvb_mux_set_pes_packet_size@Base 0.2.35
- vbi_dvb_pes_demux_new@Base 0.2.35
- vbi_dvb_pes_mux_new@Base 0.2.35
- vbi_dvb_ts_mux_new@Base 0.2.35
- vbi_eacem_trigger@Base 0.2.35
- vbi_encode_dvb_pdc_descriptor@Base 0.2.35
- vbi_encode_vps_cni@Base 0.2.35
- vbi_encode_vps_pdc@Base 0.2.35
- vbi_event_handler_add@Base 0.2.35
- vbi_event_handler_register@Base 0.2.35
- vbi_event_handler_remove@Base 0.2.35
- vbi_event_handler_unregister@Base 0.2.35
- vbi_export_alloc@Base 0.2.35
- vbi_export_class_html@Base 0.2.35
- vbi_export_class_png@Base 0.2.35
- vbi_export_class_ppm@Base 0.2.35
- vbi_export_class_text@Base 0.2.35
- vbi_export_class_tmpl@Base 0.2.35
- vbi_export_class_xpm@Base 0.2.35
- vbi_export_delete@Base 0.2.35
- vbi_export_error_printf@Base 0.2.35
- vbi_export_errstr@Base 0.2.35
- vbi_export_file@Base 0.2.35
- vbi_export_flush@Base 0.2.35
- vbi_export_info_enum@Base 0.2.35
- vbi_export_info_export@Base 0.2.35
- vbi_export_info_keyword@Base 0.2.35
- vbi_export_invalid_option@Base 0.2.35
- vbi_export_mem@Base 0.2.35
- vbi_export_new@Base 0.2.35
- vbi_export_option_get@Base 0.2.35
- vbi_export_option_info_enum@Base 0.2.35
- vbi_export_option_info_keyword@Base 0.2.35
- vbi_export_option_menu_get@Base 0.2.35
- vbi_export_option_menu_set@Base 0.2.35
- vbi_export_option_set@Base 0.2.35
- vbi_export_printf@Base 0.2.35
- vbi_export_putc@Base 0.2.35
- vbi_export_puts@Base 0.2.35
- vbi_export_puts_iconv@Base 0.2.35
- vbi_export_puts_iconv_ucs2@Base 0.2.35
- vbi_export_stdio@Base 0.2.35
- vbi_export_strdup@Base 0.2.35
- vbi_export_unknown_option@Base 0.2.35
- vbi_export_vprintf@Base 0.2.35
- vbi_export_write@Base 0.2.35
- vbi_export_write_error@Base 0.2.35
- vbi_fetch_cc_page@Base 0.2.35
- vbi_fetch_vt_page@Base 0.2.35
- vbi_font_descriptors@Base 0.2.35
- vbi_format_vt_page@Base 0.2.35
- vbi_fputs_iconv@Base 0.2.35
- vbi_fputs_iconv_ucs2@Base 0.2.35
- vbi_get_max_rendered_size@Base 0.2.35
- vbi_get_vt_cell_size@Base 0.2.35
- vbi_ham24p@Base 0.2.35
- vbi_idl_a_demux_new@Base 0.2.35
- vbi_idl_demux_delete@Base 0.2.35
- vbi_idl_demux_feed@Base 0.2.35
- vbi_idl_demux_feed_frame@Base 0.2.35
- vbi_idl_demux_reset@Base 0.2.35
- vbi_init@Base 0.2.35
- vbi_init_once@Base 0.2.35
- vbi_is_cached@Base 0.2.35
- vbi_locale_codeset@Base 0.2.35
- vbi_log_on_stderr@Base 0.2.35
- vbi_optimize_page@Base 0.2.35
- vbi_page_table_add_all_displayable_pages@Base 0.2.35
- vbi_page_table_add_all_pages@Base 0.2.35
- vbi_page_table_add_pages@Base 0.2.35
- vbi_page_table_add_subpages@Base 0.2.35
- vbi_page_table_contains_all_subpages@Base 0.2.35
- vbi_page_table_contains_subpage@Base 0.2.35
- vbi_page_table_delete@Base 0.2.35
- vbi_page_table_new@Base 0.2.35
- vbi_page_table_next_page@Base 0.2.35
- vbi_page_table_next_subpage@Base 0.2.35
- vbi_page_table_num_pages@Base 0.2.35
- vbi_page_table_remove_all_pages@Base 0.2.35
- vbi_page_table_remove_pages@Base 0.2.35
- vbi_page_table_remove_subpages@Base 0.2.35
- vbi_page_title@Base 0.2.35
- vbi_par@Base 0.2.35
- vbi_pfc_demux_delete@Base 0.2.35
- vbi_pfc_demux_feed@Base 0.2.35
- vbi_pfc_demux_feed_frame@Base 0.2.35
- vbi_pfc_demux_new@Base 0.2.35
- vbi_pfc_demux_reset@Base 0.2.35
- vbi_pil_is_valid_date@Base 0.2.35
- vbi_pil_lto_to_time@Base 0.2.35
- vbi_pil_lto_validity_window@Base 0.2.35
- vbi_pil_to_time@Base 0.2.35
- vbi_pil_validity_window@Base 0.2.35
- vbi_print_page_region@Base 0.2.35
- vbi_prog_type_string@Base 0.2.35
- vbi_proxy_client_channel_notify@Base 0.2.35
- vbi_proxy_client_channel_request@Base 0.2.35
- vbi_proxy_client_channel_suspend@Base 0.2.35
- vbi_proxy_client_create@Base 0.2.35
- vbi_proxy_client_destroy@Base 0.2.35
- vbi_proxy_client_device_ioctl@Base 0.2.35
- vbi_proxy_client_get_capture_if@Base 0.2.35
- vbi_proxy_client_get_channel_desc@Base 0.2.35
- vbi_proxy_client_get_driver_api@Base 0.2.35
- vbi_proxy_client_has_channel_control@Base 0.2.35
- vbi_proxy_client_set_callback@Base 0.2.35
- vbi_proxy_msg_accept_connection@Base 0.2.35
- vbi_proxy_msg_check_connect@Base 0.2.35
- vbi_proxy_msg_check_ioctl@Base 0.2.35
- vbi_proxy_msg_check_timeout@Base 0.2.35
- vbi_proxy_msg_close_io@Base 0.2.35
- vbi_proxy_msg_close_read@Base 0.2.35
- vbi_proxy_msg_connect_to_server@Base 0.2.35
- vbi_proxy_msg_debug_get_type_str@Base 0.2.35
- vbi_proxy_msg_fill_magics@Base 0.2.35
- vbi_proxy_msg_finish_connect@Base 0.2.35
- vbi_proxy_msg_get_socket_name@Base 0.2.35
- vbi_proxy_msg_handle_read@Base 0.2.35
- vbi_proxy_msg_handle_write@Base 0.2.35
- vbi_proxy_msg_is_idle@Base 0.2.35
- vbi_proxy_msg_listen_socket@Base 0.2.35
- vbi_proxy_msg_logger@Base 0.2.35
- vbi_proxy_msg_read_idle@Base 0.2.35
- vbi_proxy_msg_set_debug_level@Base 0.2.35
- vbi_proxy_msg_set_logging@Base 0.2.35
- vbi_proxy_msg_stop_listen@Base 0.2.35
- vbi_proxy_msg_write@Base 0.2.35
- vbi_proxy_msg_write_idle@Base 0.2.35
- vbi_pty_validity_window@Base 0.2.35
- vbi_rating_string@Base 0.2.35
- vbi_raw_add_noise@Base 0.2.35
- vbi_raw_decode@Base 0.2.35
- vbi_raw_decoder_add_services@Base 0.2.35
- vbi_raw_decoder_check_services@Base 0.2.35
- vbi_raw_decoder_destroy@Base 0.2.35
- vbi_raw_decoder_init@Base 0.2.35
- vbi_raw_decoder_parameters@Base 0.2.35
- vbi_raw_decoder_remove_services@Base 0.2.35
- vbi_raw_decoder_reset@Base 0.2.35
- vbi_raw_decoder_resize@Base 0.2.35
- vbi_raw_vbi_image@Base 0.2.35
- vbi_raw_video_image@Base 0.2.35
- vbi_register_export_module@Base 0.2.35
- vbi_reset_prog_info@Base 0.2.35
- vbi_resolve_home@Base 0.2.35
- vbi_resolve_link@Base 0.2.35
- vbi_sampling_par_check_services@Base 0.2.35
- vbi_sampling_par_from_services@Base 0.2.35
- vbi_search_delete@Base 0.2.35
- vbi_search_new@Base 0.2.35
- vbi_search_next@Base 0.2.35
- vbi_send_event@Base 0.2.35
- vbi_set_brightness@Base 0.2.35
- vbi_set_contrast@Base 0.2.35
- vbi_set_log_fn@Base 0.2.35
- vbi_sliced_filter_cor@Base 0.2.35
- vbi_sliced_filter_delete@Base 0.2.35
- vbi_sliced_filter_drop_services@Base 0.2.35
- vbi_sliced_filter_drop_ttx_pages@Base 0.2.35
- vbi_sliced_filter_drop_ttx_subpages@Base 0.2.35
- vbi_sliced_filter_errstr@Base 0.2.35
- vbi_sliced_filter_feed@Base 0.2.35
- vbi_sliced_filter_keep_services@Base 0.2.35
- vbi_sliced_filter_keep_ttx_pages@Base 0.2.35
- vbi_sliced_filter_keep_ttx_subpages@Base 0.2.35
- vbi_sliced_filter_keep_ttx_system_pages@Base 0.2.35
- vbi_sliced_filter_new@Base 0.2.35
- vbi_sliced_filter_reset@Base 0.2.35
- vbi_sliced_filter_set_log_fn@Base 0.2.35
- vbi_sliced_name@Base 0.2.35
- vbi_sliced_payload_bits@Base 0.2.35
- vbi_strlen_ucs2@Base 0.2.35
- vbi_strndup_iconv@Base 0.2.35
- vbi_strndup_iconv_caption@Base 0.2.35
- vbi_strndup_iconv_ucs2@Base 0.2.35
- vbi_teletext_channel_switched@Base 0.2.35
- vbi_teletext_composed_unicode@Base 0.2.35
- vbi_teletext_destroy@Base 0.2.35
- vbi_teletext_desync@Base 0.2.35
- vbi_teletext_init@Base 0.2.35
- vbi_teletext_set_default_region@Base 0.2.35
- vbi_teletext_set_level@Base 0.2.35
- vbi_teletext_unicode@Base 0.2.35
- vbi_transp_colormap@Base 0.2.35
- vbi_trigger_flush@Base 0.2.35
- vbi_ucs2be@Base 0.2.35
- vbi_unham24p@Base 0.2.35
- vbi_unpar@Base 0.2.35
- vbi_unref_page@Base 0.2.35
- vbi_version@Base 0.2.35
- vbi_xds_demux_delete@Base 0.2.35
- vbi_xds_demux_feed@Base 0.2.35
- vbi_xds_demux_feed_frame@Base 0.2.35
- vbi_xds_demux_new@Base 0.2.35
- vbi_xds_demux_reset@Base 0.2.35
diff -Nru zvbi-0.2.42/debian/libzvbi0t64.install
zvbi-0.2.42/debian/libzvbi0t64.install
--- zvbi-0.2.42/debian/libzvbi0t64.install 1970-01-01 00:00:00.000000000
+0000
+++ zvbi-0.2.42/debian/libzvbi0t64.install 2024-01-09 21:12:45.000000000
+0000
@@ -0,0 +1,2 @@
+usr/lib/*/libzvbi.so.0*
+usr/lib/*/libzvbi-chains.so.0*
diff -Nru zvbi-0.2.42/debian/libzvbi0t64.lintian-overrides
zvbi-0.2.42/debian/libzvbi0t64.lintian-overrides
--- zvbi-0.2.42/debian/libzvbi0t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ zvbi-0.2.42/debian/libzvbi0t64.lintian-overrides 2024-02-06
04:37:16.000000000 +0000
@@ -0,0 +1,3 @@
+# False positive - symbols file missing build-depends-package field
+libzvbi0t64: symbols-file-missing-build-depends-package-field libzvbi.so.0
[symbols]
+libzvbi0t64: package-name-doesnt-match-sonames libzvbi0
diff -Nru zvbi-0.2.42/debian/libzvbi0t64.symbols
zvbi-0.2.42/debian/libzvbi0t64.symbols
--- zvbi-0.2.42/debian/libzvbi0t64.symbols 1970-01-01 00:00:00.000000000
+0000
+++ zvbi-0.2.42/debian/libzvbi0t64.symbols 2024-02-06 04:37:16.000000000
+0000
@@ -0,0 +1,472 @@
+libzvbi-chains.so.0 libzvbi0t64 #MINVER#
+* Build-Depends-Package: libzvbi-dev
+ _vbi_asprintf@Base 0.2.35
+ _vbi_global_log@Base 0.2.35
+ _vbi_grow_vector_capacity@Base 0.2.35
+ _vbi_keyword_lookup@Base 0.2.35
+ _vbi_log_printf@Base 0.2.35
+ _vbi_log_vprintf@Base 0.2.35
+ _vbi_popcnt@Base 0.2.35
+ _vbi_shrink_vector_capacity@Base 0.2.35
+ _vbi_strlcpy@Base 0.2.35
+ _vbi_strndup@Base 0.2.35
+ _vbi_vasprintf@Base 0.2.35
+ _zvbi_intl_domainname@Base 0.2.35
+ device_close@Base 0.2.35
+ device_ioctl@Base 0.2.35
+ device_mmap@Base 0.2.35
+ device_munmap@Base 0.2.35
+ device_open@Base 0.2.35
+ fprint_symbolic@Base 0.2.35
+ fprint_unknown_ioctl@Base 0.2.35
+ vbi_capture_delete@Base 0.2.35
+ vbi_capture_fd@Base 0.2.35
+ vbi_capture_flush@Base 0.2.35
+ vbi_capture_force_read_mode@Base 0.2.35
+ vbi_capture_get_fd_flags@Base 0.2.35
+ vbi_capture_get_scanning@Base 0.2.35
+ vbi_capture_io_select@Base 0.2.35
+ vbi_capture_io_update_timeout@Base 0.2.35
+ vbi_capture_parameters@Base 0.2.35
+ vbi_capture_proxy_new@Base 0.2.35
+ vbi_capture_pull@Base 0.2.35
+ vbi_capture_pull_raw@Base 0.2.35
+ vbi_capture_pull_sliced@Base 0.2.35
+ vbi_capture_read@Base 0.2.35
+ vbi_capture_read_raw@Base 0.2.35
+ vbi_capture_read_sliced@Base 0.2.35
+ vbi_capture_set_log_fp@Base 0.2.35
+ vbi_capture_set_video_path@Base 0.2.35
+ vbi_capture_update_services@Base 0.2.35
+ vbi_log_on_stderr@Base 0.2.35
+ vbi_proxy_client_channel_notify@Base 0.2.35
+ vbi_proxy_client_channel_request@Base 0.2.35
+ vbi_proxy_client_channel_suspend@Base 0.2.35
+ vbi_proxy_client_create@Base 0.2.35
+ vbi_proxy_client_destroy@Base 0.2.35
+ vbi_proxy_client_device_ioctl@Base 0.2.35
+ vbi_proxy_client_get_capture_if@Base 0.2.35
+ vbi_proxy_client_get_channel_desc@Base 0.2.35
+ vbi_proxy_client_get_driver_api@Base 0.2.35
+ vbi_proxy_client_has_channel_control@Base 0.2.35
+ vbi_proxy_client_set_callback@Base 0.2.35
+ vbi_proxy_msg_accept_connection@Base 0.2.35
+ vbi_proxy_msg_check_connect@Base 0.2.35
+ vbi_proxy_msg_check_ioctl@Base 0.2.35
+ vbi_proxy_msg_check_timeout@Base 0.2.35
+ vbi_proxy_msg_close_io@Base 0.2.35
+ vbi_proxy_msg_close_read@Base 0.2.35
+ vbi_proxy_msg_connect_to_server@Base 0.2.35
+ vbi_proxy_msg_debug_get_type_str@Base 0.2.35
+ vbi_proxy_msg_fill_magics@Base 0.2.35
+ vbi_proxy_msg_finish_connect@Base 0.2.35
+ vbi_proxy_msg_get_socket_name@Base 0.2.35
+ vbi_proxy_msg_handle_read@Base 0.2.35
+ vbi_proxy_msg_handle_write@Base 0.2.35
+ vbi_proxy_msg_is_idle@Base 0.2.35
+ vbi_proxy_msg_listen_socket@Base 0.2.35
+ vbi_proxy_msg_logger@Base 0.2.35
+ vbi_proxy_msg_read_idle@Base 0.2.35
+ vbi_proxy_msg_set_debug_level@Base 0.2.35
+ vbi_proxy_msg_set_logging@Base 0.2.35
+ vbi_proxy_msg_stop_listen@Base 0.2.35
+ vbi_proxy_msg_write@Base 0.2.35
+ vbi_proxy_msg_write_idle@Base 0.2.35
+libzvbi.so.0 libzvbi0 #MINVER#
+ __vbi_event_handler_list_send@Base 0.2.35
+ _vbi3_bit_slicer_destroy@Base 0.2.35
+ _vbi3_bit_slicer_init@Base 0.2.35
+ _vbi3_raw_decoder_destroy@Base 0.2.35
+ _vbi3_raw_decoder_dump@Base 0.2.35
+ _vbi3_raw_decoder_init@Base 0.2.35
+ _vbi_asprintf@Base 0.2.35
+ _vbi_bit_reverse@Base 0.2.35
+ _vbi_cache_add_network@Base 0.2.35
+ _vbi_cache_dump@Base 0.2.35
+ _vbi_cache_foreach_page@Base 0.2.35
+ _vbi_cache_get_network@Base 0.2.35
+ _vbi_cache_get_page@Base 0.2.35
+ _vbi_cache_put_page@Base 0.2.35
+ _vbi_capture_sim_get_flags@Base 0.2.35
+ _vbi_capture_sim_set_flags@Base 0.2.35
+ _vbi_cc608_decoder_add_event_handler@Base 0.2.35
+ _vbi_cc608_decoder_delete@Base 0.2.35
+ _vbi_cc608_decoder_feed@Base 0.2.35
+ _vbi_cc608_decoder_feed_frame@Base 0.2.35
+ _vbi_cc608_decoder_get_page@Base 0.2.35
+ _vbi_cc608_decoder_new@Base 0.2.35
+ _vbi_cc608_decoder_remove_event_handler@Base 0.2.35
+ _vbi_cc608_decoder_reset@Base 0.2.35
+ _vbi_cc608_dump@Base 0.2.35
+ _vbi_dvb_demultiplex_sliced@Base 0.2.35
+ _vbi_dvb_demux_cor@Base 0.2.35
+ _vbi_dvb_demux_delete@Base 0.2.35
+ _vbi_dvb_demux_pes_new@Base 0.2.35
+ _vbi_dvb_skip_data_unit@Base 0.2.35
+ _vbi_dvb_ts_demux_new@Base 0.2.35
+ _vbi_event_handler_list_add@Base 0.2.35
+ _vbi_event_handler_list_destroy@Base 0.2.35
+ _vbi_event_handler_list_init@Base 0.2.35
+ _vbi_event_handler_list_remove@Base 0.2.35
+ _vbi_event_handler_list_remove_by_callback@Base 0.2.35
+ _vbi_event_handler_list_remove_by_event@Base 0.2.35
+ _vbi_export_grow_buffer_space@Base 0.2.35
+ _vbi_export_malloc_error@Base 0.2.35
+ _vbi_global_log@Base 0.2.35
+ _vbi_grow_vector_capacity@Base 0.2.35
+ _vbi_hamm24_inv_par@Base 0.2.35
+ _vbi_hamm8_fwd@Base 0.2.35
+ _vbi_hamm8_inv@Base 0.2.35
+ _vbi_iconv_close@Base 0.2.35
+ _vbi_iconv_open@Base 0.2.35
+ _vbi_iconv_ucs2@Base 0.2.35
+ _vbi_idl_demux_destroy@Base 0.2.35
+ _vbi_idl_demux_init@Base 0.2.35
+ _vbi_keyword_lookup@Base 0.2.35
+ _vbi_log_printf@Base 0.2.35
+ _vbi_log_vprintf@Base 0.2.35
+ _vbi_mktime@Base 0.2.35
+ _vbi_pfc_block_dump@Base 0.2.35
+ _vbi_pfc_demux_decode@Base 0.2.35
+ _vbi_pfc_demux_destroy@Base 0.2.35
+ _vbi_pfc_demux_init@Base 0.2.35
+ _vbi_pil_dump@Base 0.2.35
+ _vbi_pil_from_string@Base 0.2.35
+ _vbi_popcnt@Base 0.2.35
+ _vbi_program_id_dump@Base 0.2.35
+ _vbi_raw_vbi_image@Base 0.2.35
+ _vbi_raw_video_image@Base 0.2.35
+ _vbi_sampling_par_check_services_log@Base 0.2.35
+ _vbi_sampling_par_from_services_log@Base 0.2.35
+ _vbi_sampling_par_valid_log@Base 0.2.35
+ _vbi_service_table@Base 0.2.35
+ _vbi_shrink_vector_capacity@Base 0.2.35
+ _vbi_strlcpy@Base 0.2.35
+ _vbi_strndup@Base 0.2.35
+ _vbi_strndup_iconv@Base 0.2.35
+ _vbi_timegm@Base 0.2.35
+ _vbi_vasprintf@Base 0.2.35
+ _vbi_videostd_set_from_scanning@Base 0.2.35
+ _vbi_xds_demux_destroy@Base 0.2.35
+ _vbi_xds_demux_init@Base 0.2.35
+ _vbi_xds_packet_dump@Base 0.2.35
+ _zvbi_intl_domainname@Base 0.2.35
+ cache_network_ref@Base 0.2.35
+ cache_network_unref@Base 0.2.35
+ cache_page_copy@Base 0.2.35
+ cache_page_dump@Base 0.2.35
+ cache_page_ref@Base 0.2.35
+ cache_page_size@Base 0.2.35
+ cache_page_unref@Base 0.2.35
+ device_close@Base 0.2.35
+ device_ioctl@Base 0.2.35
+ device_mmap@Base 0.2.35
+ device_munmap@Base 0.2.35
+ device_open@Base 0.2.35
+ ets_program_class@Base 0.2.35
+ ets_program_type@Base 0.2.35
+ fprint_symbolic@Base 0.2.35
+ fprint_unknown_ioctl@Base 0.2.35
+ ure_buffer_create@Base 0.2.35
+ ure_buffer_free@Base 0.2.35
+ ure_compile@Base 0.2.35
+ ure_dfa_free@Base 0.2.35
+ ure_exec@Base 0.2.35
+ ure_write_dfa@Base 0.2.35
+ vbi3_bit_slicer_delete@Base 0.2.35
+ vbi3_bit_slicer_new@Base 0.2.35
+ vbi3_bit_slicer_set_log_fn@Base 0.2.35
+ vbi3_bit_slicer_set_params@Base 0.2.35
+ vbi3_bit_slicer_slice@Base 0.2.35
+ vbi3_bit_slicer_slice_with_points@Base 0.2.35
+ vbi3_raw_decoder_add_services@Base 0.2.35
+ vbi3_raw_decoder_debug@Base 0.2.35
+ vbi3_raw_decoder_decode@Base 0.2.35
+ vbi3_raw_decoder_delete@Base 0.2.35
+ vbi3_raw_decoder_get_sampling_par@Base 0.2.35
+ vbi3_raw_decoder_new@Base 0.2.35
+ vbi3_raw_decoder_remove_services@Base 0.2.35
+ vbi3_raw_decoder_reset@Base 0.2.35
+ vbi3_raw_decoder_sampling_point@Base 0.2.35
+ vbi3_raw_decoder_services@Base 0.2.35
+ vbi3_raw_decoder_set_log_fn@Base 0.2.35
+ vbi3_raw_decoder_set_sampling_par@Base 0.2.35
+ vbi_atvef_trigger@Base 0.2.35
+ vbi_bit_slicer_init@Base 0.2.35
+ vbi_cache_delete@Base 0.2.35
+ vbi_cache_hi_subno@Base 0.2.35
+ vbi_cache_new@Base 0.2.35
+ vbi_cache_ref@Base 0.2.35
+ vbi_cache_unref@Base 0.2.35
+ vbi_caption_channel_switched@Base 0.2.35
+ vbi_caption_color_level@Base 0.2.35
+ vbi_caption_destroy@Base 0.2.35
+ vbi_caption_desync@Base 0.2.35
+ vbi_caption_init@Base 0.2.35
+ vbi_caption_unicode@Base 0.2.35
+ vbi_capture_bktr_new@Base 0.2.35
+ vbi_capture_delete@Base 0.2.35
+ vbi_capture_dvb_filter@Base 0.2.35
+ vbi_capture_dvb_last_pts@Base 0.2.35
+ vbi_capture_dvb_new2@Base 0.2.35
+ vbi_capture_dvb_new@Base 0.2.35
+ vbi_capture_fd@Base 0.2.35
+ vbi_capture_flush@Base 0.2.35
+ vbi_capture_force_read_mode@Base 0.2.35
+ vbi_capture_get_fd_flags@Base 0.2.35
+ vbi_capture_get_scanning@Base 0.2.35
+ vbi_capture_io_select@Base 0.2.35
+ vbi_capture_io_update_timeout@Base 0.2.35
+ vbi_capture_parameters@Base 0.2.35
+ vbi_capture_proxy_new@Base 0.2.35
+ vbi_capture_pull@Base 0.2.35
+ vbi_capture_pull_raw@Base 0.2.35
+ vbi_capture_pull_sliced@Base 0.2.35
+ vbi_capture_read@Base 0.2.35
+ vbi_capture_read_raw@Base 0.2.35
+ vbi_capture_read_sliced@Base 0.2.35
+ vbi_capture_set_log_fp@Base 0.2.35
+ vbi_capture_set_video_path@Base 0.2.35
+ vbi_capture_sim_add_noise@Base 0.2.35
+ vbi_capture_sim_decode_raw@Base 0.2.35
+ vbi_capture_sim_load_caption@Base 0.2.35
+ vbi_capture_sim_new@Base 0.2.35
+ vbi_capture_update_services@Base 0.2.35
+ vbi_capture_v4l2_new@Base 0.2.35
+ vbi_capture_v4l2k_new@Base 0.2.35
+ vbi_capture_v4l_new@Base 0.2.35
+ vbi_capture_v4l_sidecar_new@Base 0.2.35
+ vbi_channel_switched@Base 0.2.35
+ vbi_chsw_reset@Base 0.2.35
+ vbi_classify_page@Base 0.2.35
+ vbi_cni_table@Base 0.2.35
+ vbi_convert_page@Base 0.2.35
+ vbi_country_names_en@Base 0.2.35
+ vbi_decode@Base 0.2.35
+ vbi_decode_caption@Base 0.2.35
+ vbi_decode_dvb_pdc_descriptor@Base 0.2.35
+ vbi_decode_teletext@Base 0.2.35
+ vbi_decode_teletext_8301_cni@Base 0.2.35
+ vbi_decode_teletext_8301_local_time@Base 0.2.35
+ vbi_decode_teletext_8302_cni@Base 0.2.35
+ vbi_decode_teletext_8302_pdc@Base 0.2.35
+ vbi_decode_vps@Base 0.2.35
+ vbi_decode_vps_cni@Base 0.2.35
+ vbi_decode_vps_pdc@Base 0.2.35
+ vbi_decode_wss_625@Base 0.2.35
+ vbi_decode_wss_cpr1204@Base 0.2.35
+ vbi_decoder_delete@Base 0.2.35
+ vbi_decoder_new@Base 0.2.35
+ vbi_deferred_trigger@Base 0.2.35
+ vbi_draw_cc_page_region@Base 0.2.35
+ vbi_draw_vt_page_region@Base 0.2.35
+ vbi_dvb_demux_cor@Base 0.2.35
+ vbi_dvb_demux_delete@Base 0.2.35
+ vbi_dvb_demux_feed@Base 0.2.35
+ vbi_dvb_demux_reset@Base 0.2.35
+ vbi_dvb_demux_set_log_fn@Base 0.2.35
+ vbi_dvb_multiplex_raw@Base 0.2.35
+ vbi_dvb_multiplex_sliced@Base 0.2.35
+ vbi_dvb_mux_cor@Base 0.2.35
+ vbi_dvb_mux_delete@Base 0.2.35
+ vbi_dvb_mux_feed@Base 0.2.35
+ vbi_dvb_mux_get_data_identifier@Base 0.2.35
+ vbi_dvb_mux_get_max_pes_packet_size@Base 0.2.35
+ vbi_dvb_mux_get_min_pes_packet_size@Base 0.2.35
+ vbi_dvb_mux_reset@Base 0.2.35
+ vbi_dvb_mux_set_data_identifier@Base 0.2.35
+ vbi_dvb_mux_set_pes_packet_size@Base 0.2.35
+ vbi_dvb_pes_demux_new@Base 0.2.35
+ vbi_dvb_pes_mux_new@Base 0.2.35
+ vbi_dvb_ts_mux_new@Base 0.2.35
+ vbi_eacem_trigger@Base 0.2.35
+ vbi_encode_dvb_pdc_descriptor@Base 0.2.35
+ vbi_encode_vps_cni@Base 0.2.35
+ vbi_encode_vps_pdc@Base 0.2.35
+ vbi_event_handler_add@Base 0.2.35
+ vbi_event_handler_register@Base 0.2.35
+ vbi_event_handler_remove@Base 0.2.35
+ vbi_event_handler_unregister@Base 0.2.35
+ vbi_export_alloc@Base 0.2.35
+ vbi_export_class_html@Base 0.2.35
+ vbi_export_class_png@Base 0.2.35
+ vbi_export_class_ppm@Base 0.2.35
+ vbi_export_class_text@Base 0.2.35
+ vbi_export_class_tmpl@Base 0.2.35
+ vbi_export_class_xpm@Base 0.2.35
+ vbi_export_delete@Base 0.2.35
+ vbi_export_error_printf@Base 0.2.35
+ vbi_export_errstr@Base 0.2.35
+ vbi_export_file@Base 0.2.35
+ vbi_export_flush@Base 0.2.35
+ vbi_export_info_enum@Base 0.2.35
+ vbi_export_info_export@Base 0.2.35
+ vbi_export_info_keyword@Base 0.2.35
+ vbi_export_invalid_option@Base 0.2.35
+ vbi_export_mem@Base 0.2.35
+ vbi_export_new@Base 0.2.35
+ vbi_export_option_get@Base 0.2.35
+ vbi_export_option_info_enum@Base 0.2.35
+ vbi_export_option_info_keyword@Base 0.2.35
+ vbi_export_option_menu_get@Base 0.2.35
+ vbi_export_option_menu_set@Base 0.2.35
+ vbi_export_option_set@Base 0.2.35
+ vbi_export_printf@Base 0.2.35
+ vbi_export_putc@Base 0.2.35
+ vbi_export_puts@Base 0.2.35
+ vbi_export_puts_iconv@Base 0.2.35
+ vbi_export_puts_iconv_ucs2@Base 0.2.35
+ vbi_export_stdio@Base 0.2.35
+ vbi_export_strdup@Base 0.2.35
+ vbi_export_unknown_option@Base 0.2.35
+ vbi_export_vprintf@Base 0.2.35
+ vbi_export_write@Base 0.2.35
+ vbi_export_write_error@Base 0.2.35
+ vbi_fetch_cc_page@Base 0.2.35
+ vbi_fetch_vt_page@Base 0.2.35
+ vbi_font_descriptors@Base 0.2.35
+ vbi_format_vt_page@Base 0.2.35
+ vbi_fputs_iconv@Base 0.2.35
+ vbi_fputs_iconv_ucs2@Base 0.2.35
+ vbi_get_max_rendered_size@Base 0.2.35
+ vbi_get_vt_cell_size@Base 0.2.35
+ vbi_ham24p@Base 0.2.35
+ vbi_idl_a_demux_new@Base 0.2.35
+ vbi_idl_demux_delete@Base 0.2.35
+ vbi_idl_demux_feed@Base 0.2.35
+ vbi_idl_demux_feed_frame@Base 0.2.35
+ vbi_idl_demux_reset@Base 0.2.35
+ vbi_init@Base 0.2.35
+ vbi_init_once@Base 0.2.35
+ vbi_is_cached@Base 0.2.35
+ vbi_locale_codeset@Base 0.2.35
+ vbi_log_on_stderr@Base 0.2.35
+ vbi_optimize_page@Base 0.2.35
+ vbi_page_table_add_all_displayable_pages@Base 0.2.35
+ vbi_page_table_add_all_pages@Base 0.2.35
+ vbi_page_table_add_pages@Base 0.2.35
+ vbi_page_table_add_subpages@Base 0.2.35
+ vbi_page_table_contains_all_subpages@Base 0.2.35
+ vbi_page_table_contains_subpage@Base 0.2.35
+ vbi_page_table_delete@Base 0.2.35
+ vbi_page_table_new@Base 0.2.35
+ vbi_page_table_next_page@Base 0.2.35
+ vbi_page_table_next_subpage@Base 0.2.35
+ vbi_page_table_num_pages@Base 0.2.35
+ vbi_page_table_remove_all_pages@Base 0.2.35
+ vbi_page_table_remove_pages@Base 0.2.35
+ vbi_page_table_remove_subpages@Base 0.2.35
+ vbi_page_title@Base 0.2.35
+ vbi_par@Base 0.2.35
+ vbi_pfc_demux_delete@Base 0.2.35
+ vbi_pfc_demux_feed@Base 0.2.35
+ vbi_pfc_demux_feed_frame@Base 0.2.35
+ vbi_pfc_demux_new@Base 0.2.35
+ vbi_pfc_demux_reset@Base 0.2.35
+ vbi_pil_is_valid_date@Base 0.2.35
+ vbi_pil_lto_to_time@Base 0.2.35
+ vbi_pil_lto_validity_window@Base 0.2.35
+ vbi_pil_to_time@Base 0.2.35
+ vbi_pil_validity_window@Base 0.2.35
+ vbi_print_page_region@Base 0.2.35
+ vbi_prog_type_string@Base 0.2.35
+ vbi_proxy_client_channel_notify@Base 0.2.35
+ vbi_proxy_client_channel_request@Base 0.2.35
+ vbi_proxy_client_channel_suspend@Base 0.2.35
+ vbi_proxy_client_create@Base 0.2.35
+ vbi_proxy_client_destroy@Base 0.2.35
+ vbi_proxy_client_device_ioctl@Base 0.2.35
+ vbi_proxy_client_get_capture_if@Base 0.2.35
+ vbi_proxy_client_get_channel_desc@Base 0.2.35
+ vbi_proxy_client_get_driver_api@Base 0.2.35
+ vbi_proxy_client_has_channel_control@Base 0.2.35
+ vbi_proxy_client_set_callback@Base 0.2.35
+ vbi_proxy_msg_accept_connection@Base 0.2.35
+ vbi_proxy_msg_check_connect@Base 0.2.35
+ vbi_proxy_msg_check_ioctl@Base 0.2.35
+ vbi_proxy_msg_check_timeout@Base 0.2.35
+ vbi_proxy_msg_close_io@Base 0.2.35
+ vbi_proxy_msg_close_read@Base 0.2.35
+ vbi_proxy_msg_connect_to_server@Base 0.2.35
+ vbi_proxy_msg_debug_get_type_str@Base 0.2.35
+ vbi_proxy_msg_fill_magics@Base 0.2.35
+ vbi_proxy_msg_finish_connect@Base 0.2.35
+ vbi_proxy_msg_get_socket_name@Base 0.2.35
+ vbi_proxy_msg_handle_read@Base 0.2.35
+ vbi_proxy_msg_handle_write@Base 0.2.35
+ vbi_proxy_msg_is_idle@Base 0.2.35
+ vbi_proxy_msg_listen_socket@Base 0.2.35
+ vbi_proxy_msg_logger@Base 0.2.35
+ vbi_proxy_msg_read_idle@Base 0.2.35
+ vbi_proxy_msg_set_debug_level@Base 0.2.35
+ vbi_proxy_msg_set_logging@Base 0.2.35
+ vbi_proxy_msg_stop_listen@Base 0.2.35
+ vbi_proxy_msg_write@Base 0.2.35
+ vbi_proxy_msg_write_idle@Base 0.2.35
+ vbi_pty_validity_window@Base 0.2.35
+ vbi_rating_string@Base 0.2.35
+ vbi_raw_add_noise@Base 0.2.35
+ vbi_raw_decode@Base 0.2.35
+ vbi_raw_decoder_add_services@Base 0.2.35
+ vbi_raw_decoder_check_services@Base 0.2.35
+ vbi_raw_decoder_destroy@Base 0.2.35
+ vbi_raw_decoder_init@Base 0.2.35
+ vbi_raw_decoder_parameters@Base 0.2.35
+ vbi_raw_decoder_remove_services@Base 0.2.35
+ vbi_raw_decoder_reset@Base 0.2.35
+ vbi_raw_decoder_resize@Base 0.2.35
+ vbi_raw_vbi_image@Base 0.2.35
+ vbi_raw_video_image@Base 0.2.35
+ vbi_register_export_module@Base 0.2.35
+ vbi_reset_prog_info@Base 0.2.35
+ vbi_resolve_home@Base 0.2.35
+ vbi_resolve_link@Base 0.2.35
+ vbi_sampling_par_check_services@Base 0.2.35
+ vbi_sampling_par_from_services@Base 0.2.35
+ vbi_search_delete@Base 0.2.35
+ vbi_search_new@Base 0.2.35
+ vbi_search_next@Base 0.2.35
+ vbi_send_event@Base 0.2.35
+ vbi_set_brightness@Base 0.2.35
+ vbi_set_contrast@Base 0.2.35
+ vbi_set_log_fn@Base 0.2.35
+ vbi_sliced_filter_cor@Base 0.2.35
+ vbi_sliced_filter_delete@Base 0.2.35
+ vbi_sliced_filter_drop_services@Base 0.2.35
+ vbi_sliced_filter_drop_ttx_pages@Base 0.2.35
+ vbi_sliced_filter_drop_ttx_subpages@Base 0.2.35
+ vbi_sliced_filter_errstr@Base 0.2.35
+ vbi_sliced_filter_feed@Base 0.2.35
+ vbi_sliced_filter_keep_services@Base 0.2.35
+ vbi_sliced_filter_keep_ttx_pages@Base 0.2.35
+ vbi_sliced_filter_keep_ttx_subpages@Base 0.2.35
+ vbi_sliced_filter_keep_ttx_system_pages@Base 0.2.35
+ vbi_sliced_filter_new@Base 0.2.35
+ vbi_sliced_filter_reset@Base 0.2.35
+ vbi_sliced_filter_set_log_fn@Base 0.2.35
+ vbi_sliced_name@Base 0.2.35
+ vbi_sliced_payload_bits@Base 0.2.35
+ vbi_strlen_ucs2@Base 0.2.35
+ vbi_strndup_iconv@Base 0.2.35
+ vbi_strndup_iconv_caption@Base 0.2.35
+ vbi_strndup_iconv_ucs2@Base 0.2.35
+ vbi_teletext_channel_switched@Base 0.2.35
+ vbi_teletext_composed_unicode@Base 0.2.35
+ vbi_teletext_destroy@Base 0.2.35
+ vbi_teletext_desync@Base 0.2.35
+ vbi_teletext_init@Base 0.2.35
+ vbi_teletext_set_default_region@Base 0.2.35
+ vbi_teletext_set_level@Base 0.2.35
+ vbi_teletext_unicode@Base 0.2.35
+ vbi_transp_colormap@Base 0.2.35
+ vbi_trigger_flush@Base 0.2.35
+ vbi_ucs2be@Base 0.2.35
+ vbi_unham24p@Base 0.2.35
+ vbi_unpar@Base 0.2.35
+ vbi_unref_page@Base 0.2.35
+ vbi_version@Base 0.2.35
+ vbi_xds_demux_delete@Base 0.2.35
+ vbi_xds_demux_feed@Base 0.2.35
+ vbi_xds_demux_feed_frame@Base 0.2.35
+ vbi_xds_demux_new@Base 0.2.35
+ vbi_xds_demux_reset@Base 0.2.35
--- End Message ---
--- Begin Message ---
Source: zvbi
Source-Version: 0.2.42-1.2
Done: Steve Langasek <vor...@debian.org>
We believe that the bug you reported is fixed in the latest version of
zvbi, 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 1063...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Steve Langasek <vor...@debian.org> (supplier of updated zvbi 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: Thu, 29 Feb 2024 08:49:16 +0000
Source: zvbi
Architecture: source
Version: 0.2.42-1.2
Distribution: unstable
Urgency: medium
Maintainer: Ileana Dumitrescu <ileanadumitresc...@gmail.com>
Changed-By: Steve Langasek <vor...@debian.org>
Closes: 1063313
Changes:
zvbi (0.2.42-1.2) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1063313
Checksums-Sha1:
380c15dbd4315e4166e401536225a934d03bf29e 2428 zvbi_0.2.42-1.2.dsc
2d1a731aded22b3b6a3663d7cfd267d530f2e191 19084 zvbi_0.2.42-1.2.debian.tar.xz
9c3868704b4aa93b2d01ff6c64f63c6f90f5ac47 8129 zvbi_0.2.42-1.2_source.buildinfo
Checksums-Sha256:
0f2a1f16265bb28f6dc07e23fa537e71dea314b7dfc9b8ca77b8c3a32124997b 2428
zvbi_0.2.42-1.2.dsc
6a3fab4f9f2882adda47cec9930ef6a68ba719fb74f944445fa503fba3d1191e 19084
zvbi_0.2.42-1.2.debian.tar.xz
010adb68ad35d55a64dd534a2ec05a9f247b9917711566fedfb1e0814d1ffd71 8129
zvbi_0.2.42-1.2_source.buildinfo
Files:
4a39371654dc0572e9997e6dac3dec2a 2428 devel optional zvbi_0.2.42-1.2.dsc
49600111c1c6b6c906c8bd17b9eddc30 19084 devel optional
zvbi_0.2.42-1.2.debian.tar.xz
3f51db1a3607d6c03d15519d1e3883d3 8129 devel optional
zvbi_0.2.42-1.2_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXgRTcSHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9rWsP/juCoa7phzbPfbdU91hbkjNXSWJUt6Dh
OcqIUb5ACB5gdzH8fWwHStbrPoqpysqiSAnz04f5JKE+Hm2EmKP4r92I1eDWDhY8
9rTgukSttTOcqyiXnkXyO2TsMC5Xcf4F/J7JfFRPxCz6bQZ2GuAeKHszqj/P1sv5
OxRZ5pVdOI+LVpcAHoCO/xWv0PbHE2AdzxEWPKTEFw6UNclu3/YkD3ViXcIfUncH
bNJ8V/nyCF4G5U3nP0uD62v54LkRV5+Tew7YqN0DrVt08Fc4aDpeWctr+OKL0ScE
6UTzuGmRzM5CwDH90pZzGumzVAeeNua3nmUEPRBl/6tgqOnWJtijcJnmJSlPkHvI
ObBlZuQsRw34eEUd88J6XsXSZQf9eCALPFi3KXnuBZFLhTJ85NKZ3sJLs8GfSCWu
8uJ+tPfpjjJS77GBaESbNpxR0omRSK69WdQosu/vnf5vXyF+u2xfjb4/4/7VDkFm
6NRWKrGZJ2FL4aS9jpHjV1Y30OsPoeedZUzePujC/XYqLH16jLaCogqMjAOsuufq
g2D3+lg4nxm7+EA/A/3mVHGGe4RXxHiB+U/HeEFC7ijJqhb4NSuwXR+rxO11+7CU
8WIad6+lERZcIae4638NDSUAEWxpGQfctT/HijWCMaJtd14SsHVgSJeqR6mwiG9h
plGOTBvM9GC4
=udHM
-----END PGP SIGNATURE-----
pgpXoooiW30PZ.pgp
Description: PGP signature
--- End Message ---