Your message dated Thu, 29 Feb 2024 19:08:29 +0000
with message-id <e1rflld-00cqqs...@fasolo.debian.org>
and subject line Bug#1062276: fixed in libdv 1.0.0-17.1
has caused the Debian Bug report #1062276,
regarding libdv: 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.)


-- 
1062276: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062276
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libdv
Version: 1.0.0-17
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: debian-...@lists.debian.org
Usertags: time-t

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
libdv 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 libdv
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'), (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 libdv-1.0.0/debian/changelog libdv-1.0.0/debian/changelog
--- libdv-1.0.0/debian/changelog        2023-12-15 10:21:03.000000000 +0000
+++ libdv-1.0.0/debian/changelog        2024-02-01 00:05:30.000000000 +0000
@@ -1,3 +1,10 @@
+libdv (1.0.0-17.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vor...@debian.org>  Thu, 01 Feb 2024 00:05:30 +0000
+
 libdv (1.0.0-17) unstable; urgency=medium
 
   * QA upload.
diff -Nru libdv-1.0.0/debian/control libdv-1.0.0/debian/control
--- libdv-1.0.0/debian/control  2023-12-10 00:36:31.000000000 +0000
+++ libdv-1.0.0/debian/control  2024-02-01 00:05:30.000000000 +0000
@@ -37,7 +37,10 @@
  (encodedv), transferring DV data (dvconnect) and insert audio into a DV
  stream (dubdv).
 
-Package: libdv4
+Package: libdv4t64
+Provides: ${t64:Provides}
+Replaces: libdv4
+Breaks: libdv4 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -61,7 +64,7 @@
 Architecture: any
 Multi-Arch: same
 Depends:
- libdv4 (= ${binary:Version}),
+ libdv4t64 (= ${binary:Version}),
  libpopt-dev,
  ${misc:Depends},
 Recommends:
diff -Nru libdv-1.0.0/debian/libdv4.README.Debian 
libdv-1.0.0/debian/libdv4.README.Debian
--- libdv-1.0.0/debian/libdv4.README.Debian     2023-07-22 11:52:02.000000000 
+0000
+++ libdv-1.0.0/debian/libdv4.README.Debian     1970-01-01 00:00:00.000000000 
+0000
@@ -1,19 +0,0 @@
-Notes on libdv for Debian
-=========================
-
-On the i386 architecture, the shared library version of libdv does not comprise
-of position-independent code only. While not desirable in general, this choice
-was done on purpose by the upstream developers for some performance critical
-routines that contain hand-optimized assembler code. As such, it meets an
-exceptio for position-dependent code in shared libraries granted in section
-10.2 of Debian policy (version 3.7.2). It was discussed in report #175077 in
-the Debian bug tracking system. The difficulties of converting the assembly
-part to position-independent code have been discussed on the debian-devel
-mailing list in <20030110165246.GC1494@neljae> and follow-ups. In the meantime,
-folks over at Gentoo (Mike Frysinger?) have managed to come up with a
-working patch that turns the i386 assembly into position-independent code
-(cf. http://bugs.gentoo.org/show_bug.cgi?id=121871). As this patch is quite
-intrusive, I've opted not to include it in the Debian package for now, and
-wait on the upstream developers' opinions instead.
-
- -- Daniel Kobras <kob...@debian.org>  Tue, 26 Sep 2006 14:21:55 +0200
diff -Nru libdv-1.0.0/debian/libdv4.docs libdv-1.0.0/debian/libdv4.docs
--- libdv-1.0.0/debian/libdv4.docs      2023-07-22 11:52:02.000000000 +0000
+++ libdv-1.0.0/debian/libdv4.docs      1970-01-01 00:00:00.000000000 +0000
@@ -1,6 +0,0 @@
-AUTHORS
-NEWS
-README
-README.dvconnect
-README.encoder
-TODO
diff -Nru libdv-1.0.0/debian/libdv4.install libdv-1.0.0/debian/libdv4.install
--- libdv-1.0.0/debian/libdv4.install   2023-07-22 11:52:02.000000000 +0000
+++ libdv-1.0.0/debian/libdv4.install   1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/*.so.*
diff -Nru libdv-1.0.0/debian/libdv4.symbols libdv-1.0.0/debian/libdv4.symbols
--- libdv-1.0.0/debian/libdv4.symbols   2023-07-22 11:52:02.000000000 +0000
+++ libdv-1.0.0/debian/libdv4.symbols   1970-01-01 00:00:00.000000000 +0000
@@ -1,167 +0,0 @@
-libdv.so.4 libdv4 #MINVER#
-* Build-Depends-Package: libdv4-dev
- __dv_decode_vlc@Base 1.0.0
- _dv_bitstream_byte_align@Base 1.0.0
- _dv_bitstream_done@Base 1.0.0
- _dv_bitstream_init@Base 1.0.0
- _dv_bitstream_new_buffer@Base 1.0.0
- _dv_bitstream_next_buffer@Base 1.0.0
- _dv_bitstream_set_fill_func@Base 1.0.0
- _dv_dct_248@Base 1.0.0
- _dv_dct_88@Base 1.0.0
- _dv_dct_init@Base 1.0.0
- _dv_idct_88@Base 1.0.0
- _dv_init_qno_start@Base 1.0.0
- _dv_init_vlc_encode_lookup@Base 1.0.0
- _dv_init_vlc_test_lookup@Base 1.0.0
- _dv_prepare_reorder_tables@Base 1.0.0
- _dv_quant@Base 1.0.0
- _dv_quant_248_inverse@Base 1.0.0
- _dv_quant_88_inverse@Base 1.0.0
- _dv_raw_insert_audio@Base 1.0.0
- _dv_vlc_num_bits_block@Base 1.0.0
- _dv_weight_248@Base 1.0.0
- _dv_weight_248_inverse@Base 1.0.0
- _dv_weight_88@Base 1.0.0
- _dv_weight_88_inverse@Base 1.0.0
- _dv_weight_init@Base 1.0.0
- _dv_write_meta_data@Base 1.0.0
- _dv_ycb_fill_macroblock@Base 1.0.0
- dv_YUY2_init@Base 1.0.0
- dv_YV12_init@Base 1.0.0
- dv_audio_correct_errors@Base 1.0.0
- dv_audio_deemphasis@Base 1.0.0
- dv_audio_mix4ch@Base 1.0.0
- dv_audio_new@Base 1.0.0
- dv_calculate_samples@Base 1.0.0
- dv_check_coeff_ranges@Base 1.0.0
- dv_cleanup@Base 1.0.0
- dv_construct_vlc_table@Base 1.0.0
- dv_dct_248_init@Base 1.0.0
- dv_decode_audio_block@Base 1.0.0
- dv_decode_full_audio@Base 1.0.0
- dv_decode_full_frame@Base 1.0.0
- dv_decode_video_segment@Base 1.0.0
- dv_decode_vlc@Base 1.0.0
- dv_decoder_free@Base 1.0.0
- dv_decoder_new@Base 1.0.0
- dv_dump_aaux_as@Base 1.0.0
- dv_dump_audio_header@Base 1.0.0
- dv_enc_get_audio_input_filters@Base 1.0.0
- dv_enc_get_input_filters@Base 1.0.0
- dv_enc_get_output_filters@Base 1.0.0
- dv_enc_register_audio_input_filter@Base 1.0.0
- dv_enc_register_input_filter@Base 1.0.0
- dv_enc_register_output_filter@Base 1.0.0
- dv_enc_rgb_to_ycb@Base 1.0.0
- dv_encode_full_audio@Base 1.0.0
- dv_encode_full_frame@Base 1.0.0
- dv_encode_metadata@Base 1.0.0
- dv_encode_timecode@Base 1.0.0
- dv_encode_videosegment@Base 1.0.0
- dv_encoder_free@Base 1.0.0
- dv_encoder_loop@Base 1.0.0
- dv_encoder_new@Base 1.0.0
- dv_format_letterbox@Base 1.0.0
- dv_format_normal@Base 1.0.0
- dv_format_wide@Base 1.0.0
- dv_frame_changed@Base 1.0.0
- dv_frame_has_audio_errors@Base 1.0.0
- dv_frame_is_color@Base 1.0.0
- dv_get_frequency@Base 1.0.0
- dv_get_num_channels@Base 1.0.0
- dv_get_num_samples@Base 1.0.0
- dv_get_raw_samples@Base 1.0.0
- dv_get_recording_datetime@Base 1.0.0
- dv_get_recording_datetime_tm@Base 1.0.0
- dv_get_ssyb_pack@Base 1.0.0
- dv_get_timestamp@Base 1.0.0
- dv_get_timestamp_int@Base 1.0.0
- dv_get_vaux_pack@Base 1.0.0
- dv_idct_248@Base 1.0.0
- dv_idct_248_prescale@Base 1.0.0
- dv_init@Base 1.0.0
- dv_is_4ch@Base 1.0.0
- dv_is_PAL@Base 1.0.0
- dv_is_new_recording@Base 1.0.0
- dv_is_normal_speed@Base 1.0.0
- dv_is_progressive@Base 1.0.0
- dv_mb411_YUY2@Base 1.0.0
- dv_mb411_YUY2_hh_mmx@Base 1.0.0
- dv_mb411_YUY2_mmx@Base 1.0.0
- dv_mb411_bgr0@Base 1.0.0
- dv_mb411_rgb@Base 1.0.0
- dv_mb411_right_YUY2@Base 1.0.0
- dv_mb411_right_YUY2_hh_mmx@Base 1.0.0
- dv_mb411_right_YUY2_mmx@Base 1.0.0
- dv_mb411_right_bgr0@Base 1.0.0
- dv_mb411_right_rgb@Base 1.0.0
- dv_mb420_YUY2@Base 1.0.0
- dv_mb420_YUY2_hh_mmx@Base 1.0.0
- dv_mb420_YUY2_mmx@Base 1.0.0
- dv_mb420_YV12@Base 1.0.0
- dv_mb420_YV12_mmx@Base 1.0.0
- dv_mb420_bgr0@Base 1.0.0
- dv_mb420_rgb@Base 1.0.0
- dv_opt_usage@Base 1.0.0
- dv_parse_ac_coeffs@Base 1.0.0
- dv_parse_ac_coeffs_pass0@Base 1.0.0
- dv_parse_audio_header@Base 1.0.0
- dv_parse_bit_end@Base 1.0.0
- dv_parse_bit_start@Base 1.0.0
- dv_parse_header@Base 1.0.0
- dv_parse_id@Base 1.0.0
- dv_parse_init@Base 1.0.0
- dv_parse_packs@Base 1.0.0
- dv_parse_video_segment@Base 1.0.0
- dv_place_frame@Base 1.0.0
- dv_place_init@Base 1.0.0
- dv_place_macroblock@Base 1.0.0
- dv_place_video_segment@Base 1.0.0
- dv_quant_248_mul_tab@Base 1.0.0
- dv_quant_88_mul_tab@Base 1.0.0
- dv_quant_init@Base 1.0.0
- dv_quant_offset@Base 1.0.0
- dv_quant_shifts@Base 1.0.0
- dv_reconfigure@Base 1.0.0
- dv_render_video_segment_bgr0@Base 1.0.0
- dv_render_video_segment_rgb@Base 1.0.0
- dv_render_video_segment_yuv@Base 1.0.0
- dv_reorder@Base 1.0.0
- dv_report_video_error@Base 1.0.0
- dv_rgb_init@Base 1.0.0
- dv_set_audio_correction@Base 1.0.0
- dv_set_error_log@Base 1.0.0
- dv_set_mixing_level@Base 1.0.0
- dv_set_quality@Base 1.0.0
- dv_show_statistics@Base 1.0.0
- dv_super_map_horizontal@Base 1.0.0
- dv_super_map_vertical@Base 1.0.0
- dv_system_50_fields@Base 1.0.0
- dv_test12bit_conv@Base 1.0.0
- dv_update_num_samples@Base 1.0.0
- dv_use_mmx@Base 1.0.0
- dv_video_new@Base 1.0.0
- dv_vlc_broken@Base 1.0.0
- dv_vlc_class1_shortcut@Base 1.0.0
- dv_vlc_class_index_mask@Base 1.0.0
- dv_vlc_class_index_rshift@Base 1.0.0
- dv_vlc_class_lookup5@Base 1.0.0
- dv_vlc_classes@Base 1.0.0
- dv_vlc_index_mask@Base 1.0.0
- dv_vlc_index_rshift@Base 1.0.0
- dv_vlc_lookup1@Base 1.0.0
- dv_vlc_lookup2@Base 1.0.0
- dv_vlc_lookup3@Base 1.0.0
- dv_vlc_lookup4@Base 1.0.0
- dv_vlc_lookup5@Base 1.0.0
- dv_vlc_lookups@Base 1.0.0
- dv_weight_inverse_248_matrix@Base 1.0.0
- out_fp@Base 1.0.0
- postSC248@Base 1.0.0
- postSC88@Base 1.0.0
- preSC@Base 1.0.0
- sign_mask@Base 1.0.0
- sign_rshift@Base 1.0.0
- vlc_encode_lookup@Base 1.0.0
- vlc_num_bits_lookup@Base 1.0.0
diff -Nru libdv-1.0.0/debian/libdv4t64.README.Debian 
libdv-1.0.0/debian/libdv4t64.README.Debian
--- libdv-1.0.0/debian/libdv4t64.README.Debian  1970-01-01 00:00:00.000000000 
+0000
+++ libdv-1.0.0/debian/libdv4t64.README.Debian  2023-07-22 11:52:02.000000000 
+0000
@@ -0,0 +1,19 @@
+Notes on libdv for Debian
+=========================
+
+On the i386 architecture, the shared library version of libdv does not comprise
+of position-independent code only. While not desirable in general, this choice
+was done on purpose by the upstream developers for some performance critical
+routines that contain hand-optimized assembler code. As such, it meets an
+exceptio for position-dependent code in shared libraries granted in section
+10.2 of Debian policy (version 3.7.2). It was discussed in report #175077 in
+the Debian bug tracking system. The difficulties of converting the assembly
+part to position-independent code have been discussed on the debian-devel
+mailing list in <20030110165246.GC1494@neljae> and follow-ups. In the meantime,
+folks over at Gentoo (Mike Frysinger?) have managed to come up with a
+working patch that turns the i386 assembly into position-independent code
+(cf. http://bugs.gentoo.org/show_bug.cgi?id=121871). As this patch is quite
+intrusive, I've opted not to include it in the Debian package for now, and
+wait on the upstream developers' opinions instead.
+
+ -- Daniel Kobras <kob...@debian.org>  Tue, 26 Sep 2006 14:21:55 +0200
diff -Nru libdv-1.0.0/debian/libdv4t64.docs libdv-1.0.0/debian/libdv4t64.docs
--- libdv-1.0.0/debian/libdv4t64.docs   1970-01-01 00:00:00.000000000 +0000
+++ libdv-1.0.0/debian/libdv4t64.docs   2023-07-22 11:52:02.000000000 +0000
@@ -0,0 +1,6 @@
+AUTHORS
+NEWS
+README
+README.dvconnect
+README.encoder
+TODO
diff -Nru libdv-1.0.0/debian/libdv4t64.install 
libdv-1.0.0/debian/libdv4t64.install
--- libdv-1.0.0/debian/libdv4t64.install        1970-01-01 00:00:00.000000000 
+0000
+++ libdv-1.0.0/debian/libdv4t64.install        2023-07-22 11:52:02.000000000 
+0000
@@ -0,0 +1 @@
+usr/lib/*/*.so.*
diff -Nru libdv-1.0.0/debian/libdv4t64.lintian-overrides 
libdv-1.0.0/debian/libdv4t64.lintian-overrides
--- libdv-1.0.0/debian/libdv4t64.lintian-overrides      1970-01-01 
00:00:00.000000000 +0000
+++ libdv-1.0.0/debian/libdv4t64.lintian-overrides      2024-02-01 
00:05:30.000000000 +0000
@@ -0,0 +1 @@
+libdv4t64: package-name-doesnt-match-sonames libdv4
diff -Nru libdv-1.0.0/debian/libdv4t64.symbols 
libdv-1.0.0/debian/libdv4t64.symbols
--- libdv-1.0.0/debian/libdv4t64.symbols        1970-01-01 00:00:00.000000000 
+0000
+++ libdv-1.0.0/debian/libdv4t64.symbols        2024-02-01 00:05:30.000000000 
+0000
@@ -0,0 +1,167 @@
+libdv.so.4 libdv4t64 #MINVER#
+* Build-Depends-Package: libdv4t64-dev
+ __dv_decode_vlc@Base 1.0.0
+ _dv_bitstream_byte_align@Base 1.0.0
+ _dv_bitstream_done@Base 1.0.0
+ _dv_bitstream_init@Base 1.0.0
+ _dv_bitstream_new_buffer@Base 1.0.0
+ _dv_bitstream_next_buffer@Base 1.0.0
+ _dv_bitstream_set_fill_func@Base 1.0.0
+ _dv_dct_248@Base 1.0.0
+ _dv_dct_88@Base 1.0.0
+ _dv_dct_init@Base 1.0.0
+ _dv_idct_88@Base 1.0.0
+ _dv_init_qno_start@Base 1.0.0
+ _dv_init_vlc_encode_lookup@Base 1.0.0
+ _dv_init_vlc_test_lookup@Base 1.0.0
+ _dv_prepare_reorder_tables@Base 1.0.0
+ _dv_quant@Base 1.0.0
+ _dv_quant_248_inverse@Base 1.0.0
+ _dv_quant_88_inverse@Base 1.0.0
+ _dv_raw_insert_audio@Base 1.0.0
+ _dv_vlc_num_bits_block@Base 1.0.0
+ _dv_weight_248@Base 1.0.0
+ _dv_weight_248_inverse@Base 1.0.0
+ _dv_weight_88@Base 1.0.0
+ _dv_weight_88_inverse@Base 1.0.0
+ _dv_weight_init@Base 1.0.0
+ _dv_write_meta_data@Base 1.0.0
+ _dv_ycb_fill_macroblock@Base 1.0.0
+ dv_YUY2_init@Base 1.0.0
+ dv_YV12_init@Base 1.0.0
+ dv_audio_correct_errors@Base 1.0.0
+ dv_audio_deemphasis@Base 1.0.0
+ dv_audio_mix4ch@Base 1.0.0
+ dv_audio_new@Base 1.0.0
+ dv_calculate_samples@Base 1.0.0
+ dv_check_coeff_ranges@Base 1.0.0
+ dv_cleanup@Base 1.0.0
+ dv_construct_vlc_table@Base 1.0.0
+ dv_dct_248_init@Base 1.0.0
+ dv_decode_audio_block@Base 1.0.0
+ dv_decode_full_audio@Base 1.0.0
+ dv_decode_full_frame@Base 1.0.0
+ dv_decode_video_segment@Base 1.0.0
+ dv_decode_vlc@Base 1.0.0
+ dv_decoder_free@Base 1.0.0
+ dv_decoder_new@Base 1.0.0
+ dv_dump_aaux_as@Base 1.0.0
+ dv_dump_audio_header@Base 1.0.0
+ dv_enc_get_audio_input_filters@Base 1.0.0
+ dv_enc_get_input_filters@Base 1.0.0
+ dv_enc_get_output_filters@Base 1.0.0
+ dv_enc_register_audio_input_filter@Base 1.0.0
+ dv_enc_register_input_filter@Base 1.0.0
+ dv_enc_register_output_filter@Base 1.0.0
+ dv_enc_rgb_to_ycb@Base 1.0.0
+ dv_encode_full_audio@Base 1.0.0
+ dv_encode_full_frame@Base 1.0.0
+ dv_encode_metadata@Base 1.0.0
+ dv_encode_timecode@Base 1.0.0
+ dv_encode_videosegment@Base 1.0.0
+ dv_encoder_free@Base 1.0.0
+ dv_encoder_loop@Base 1.0.0
+ dv_encoder_new@Base 1.0.0
+ dv_format_letterbox@Base 1.0.0
+ dv_format_normal@Base 1.0.0
+ dv_format_wide@Base 1.0.0
+ dv_frame_changed@Base 1.0.0
+ dv_frame_has_audio_errors@Base 1.0.0
+ dv_frame_is_color@Base 1.0.0
+ dv_get_frequency@Base 1.0.0
+ dv_get_num_channels@Base 1.0.0
+ dv_get_num_samples@Base 1.0.0
+ dv_get_raw_samples@Base 1.0.0
+ dv_get_recording_datetime@Base 1.0.0
+ dv_get_recording_datetime_tm@Base 1.0.0
+ dv_get_ssyb_pack@Base 1.0.0
+ dv_get_timestamp@Base 1.0.0
+ dv_get_timestamp_int@Base 1.0.0
+ dv_get_vaux_pack@Base 1.0.0
+ dv_idct_248@Base 1.0.0
+ dv_idct_248_prescale@Base 1.0.0
+ dv_init@Base 1.0.0
+ dv_is_4ch@Base 1.0.0
+ dv_is_PAL@Base 1.0.0
+ dv_is_new_recording@Base 1.0.0
+ dv_is_normal_speed@Base 1.0.0
+ dv_is_progressive@Base 1.0.0
+ dv_mb411_YUY2@Base 1.0.0
+ dv_mb411_YUY2_hh_mmx@Base 1.0.0
+ dv_mb411_YUY2_mmx@Base 1.0.0
+ dv_mb411_bgr0@Base 1.0.0
+ dv_mb411_rgb@Base 1.0.0
+ dv_mb411_right_YUY2@Base 1.0.0
+ dv_mb411_right_YUY2_hh_mmx@Base 1.0.0
+ dv_mb411_right_YUY2_mmx@Base 1.0.0
+ dv_mb411_right_bgr0@Base 1.0.0
+ dv_mb411_right_rgb@Base 1.0.0
+ dv_mb420_YUY2@Base 1.0.0
+ dv_mb420_YUY2_hh_mmx@Base 1.0.0
+ dv_mb420_YUY2_mmx@Base 1.0.0
+ dv_mb420_YV12@Base 1.0.0
+ dv_mb420_YV12_mmx@Base 1.0.0
+ dv_mb420_bgr0@Base 1.0.0
+ dv_mb420_rgb@Base 1.0.0
+ dv_opt_usage@Base 1.0.0
+ dv_parse_ac_coeffs@Base 1.0.0
+ dv_parse_ac_coeffs_pass0@Base 1.0.0
+ dv_parse_audio_header@Base 1.0.0
+ dv_parse_bit_end@Base 1.0.0
+ dv_parse_bit_start@Base 1.0.0
+ dv_parse_header@Base 1.0.0
+ dv_parse_id@Base 1.0.0
+ dv_parse_init@Base 1.0.0
+ dv_parse_packs@Base 1.0.0
+ dv_parse_video_segment@Base 1.0.0
+ dv_place_frame@Base 1.0.0
+ dv_place_init@Base 1.0.0
+ dv_place_macroblock@Base 1.0.0
+ dv_place_video_segment@Base 1.0.0
+ dv_quant_248_mul_tab@Base 1.0.0
+ dv_quant_88_mul_tab@Base 1.0.0
+ dv_quant_init@Base 1.0.0
+ dv_quant_offset@Base 1.0.0
+ dv_quant_shifts@Base 1.0.0
+ dv_reconfigure@Base 1.0.0
+ dv_render_video_segment_bgr0@Base 1.0.0
+ dv_render_video_segment_rgb@Base 1.0.0
+ dv_render_video_segment_yuv@Base 1.0.0
+ dv_reorder@Base 1.0.0
+ dv_report_video_error@Base 1.0.0
+ dv_rgb_init@Base 1.0.0
+ dv_set_audio_correction@Base 1.0.0
+ dv_set_error_log@Base 1.0.0
+ dv_set_mixing_level@Base 1.0.0
+ dv_set_quality@Base 1.0.0
+ dv_show_statistics@Base 1.0.0
+ dv_super_map_horizontal@Base 1.0.0
+ dv_super_map_vertical@Base 1.0.0
+ dv_system_50_fields@Base 1.0.0
+ dv_test12bit_conv@Base 1.0.0
+ dv_update_num_samples@Base 1.0.0
+ dv_use_mmx@Base 1.0.0
+ dv_video_new@Base 1.0.0
+ dv_vlc_broken@Base 1.0.0
+ dv_vlc_class1_shortcut@Base 1.0.0
+ dv_vlc_class_index_mask@Base 1.0.0
+ dv_vlc_class_index_rshift@Base 1.0.0
+ dv_vlc_class_lookup5@Base 1.0.0
+ dv_vlc_classes@Base 1.0.0
+ dv_vlc_index_mask@Base 1.0.0
+ dv_vlc_index_rshift@Base 1.0.0
+ dv_vlc_lookup1@Base 1.0.0
+ dv_vlc_lookup2@Base 1.0.0
+ dv_vlc_lookup3@Base 1.0.0
+ dv_vlc_lookup4@Base 1.0.0
+ dv_vlc_lookup5@Base 1.0.0
+ dv_vlc_lookups@Base 1.0.0
+ dv_weight_inverse_248_matrix@Base 1.0.0
+ out_fp@Base 1.0.0
+ postSC248@Base 1.0.0
+ postSC88@Base 1.0.0
+ preSC@Base 1.0.0
+ sign_mask@Base 1.0.0
+ sign_rshift@Base 1.0.0
+ vlc_encode_lookup@Base 1.0.0
+ vlc_num_bits_lookup@Base 1.0.0

--- End Message ---
--- Begin Message ---
Source: libdv
Source-Version: 1.0.0-17.1
Done: Benjamin Drung <bdr...@debian.org>

We believe that the bug you reported is fixed in the latest version of
libdv, 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 1062...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Benjamin Drung <bdr...@debian.org> (supplier of updated libdv 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 18:42:22 +0000
Source: libdv
Architecture: source
Version: 1.0.0-17.1
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packa...@qa.debian.org>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1062276
Changes:
 libdv (1.0.0-17.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062276
Checksums-Sha1:
 acfb5e763f38b8d78110257b9274b5ab97f49c01 2053 libdv_1.0.0-17.1.dsc
 60969021e2c3b700738b667ff825ba46a5624307 14696 libdv_1.0.0-17.1.debian.tar.xz
 1037ab38790af27c7949f933ff164e4ff65cbc14 8910 libdv_1.0.0-17.1_source.buildinfo
Checksums-Sha256:
 23189ef3cdca9f2a61bc7cbbcfd6b862f7c81692ce96156b23306c16fcd57d06 2053 
libdv_1.0.0-17.1.dsc
 3ed3b26f622f93aa21a818243e3f041d5bb57f48e3b57942754d7556d69f810b 14696 
libdv_1.0.0-17.1.debian.tar.xz
 c567b7aa592c01b2b5da6c6ddcfcdd8a38e76083bcd6320cf872dba440195928 8910 
libdv_1.0.0-17.1_source.buildinfo
Files:
 9e8373c4536dc0f11ac29cbf954e8509 2053 video optional libdv_1.0.0-17.1.dsc
 69de892252151adb74d469f10a359da7 14696 video optional 
libdv_1.0.0-17.1.debian.tar.xz
 aef1835de3022f3a6be6302d784422f1 8910 video optional 
libdv_1.0.0-17.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXg0CAACgkQFZ61xO/I
d0xN+hAAuvOpBpoDRyhj5c/QT1GqHXvQnO6Y4yc4IAHLEU2WKsLbZQsUGMRyznKl
vQBv2GiqYglFDaUDNNSYllXV0FkoTxfo9RbPTxjHtL+V+XE6smmohASLrTVcR6gW
a7ncHXZCxGgYhFqcr44LnSYNp+kXKVT/WzJXpY2jntY7OEWsF4I73qlIkOF+L6K4
jRn9V3ppita/k2aH+R2T5V0vvq+fAYAiFb8ADueqHrt9AiFxbwrc2kLDRbkkP++i
2/XJNBHbb17uhU5C2ei6JiF74fI/O9D16CFFx+RG8fnlP/QbIbu4Ax22ompbh+YE
P90d6eGOHfVwf663S2fLena3+hTS+odIOJCWx4giMdUFDMMxQqEjpkU+QiEwStQs
V9l0LAMSmYA3BJZkeh2uR8X1Ccx+ZsfpLFFxwDEmdiI0/1rmLtmpDaknFixyF+vy
XRA2ZWCU3RwKWN4WCYiDyu25kekTS/o++pZNKcYTXiVlnKO7T7G9XfIIFgYcvHGD
cEcBKXVoUKj3RklAAOHmU1S/hjGLBhplyx5M9oSFC8Qz3TsHIS+j21Dj4MVUovuN
2qQWNi8qirsQYgFTsBrYujDbwo8XGsJd+FZAeHmNj66OQGON/YK62d9V8+2/fUEm
URMN7c1JdArYJdjndVMyumk+nf+z9KBdQmagJK7O+oR5PSoLJ58=
=mtyK
-----END PGP SIGNATURE-----

Attachment: pgpfhNh9UzpY8.pgp
Description: PGP signature


--- End Message ---

Reply via email to