Dear maintainer, Please find attached a final version of this patch for the time_t transition. This patch is being uploaded to unstable.
Note that this adds a versioned build-dependency on dpkg-dev, to guard against accidental backports with a wrong ABI. Thanks! -- System Information: Debian Release: trixie/sid APT prefers unstable APT policy: (500, 'unstable'), (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 aribb24-1.0.3/debian/changelog aribb24-1.0.3/debian/changelog --- aribb24-1.0.3/debian/changelog 2018-05-12 09:30:11.000000000 +0000 +++ aribb24-1.0.3/debian/changelog 2024-02-28 01:22:54.000000000 +0000 @@ -1,3 +1,10 @@ +aribb24 (1.0.3-2.1) unstable; urgency=medium + + * Non-maintainer upload. + * Rename libraries for 64-bit time_t transition. Closes: #1061897 + + -- Steve Langasek <vor...@debian.org> Wed, 28 Feb 2024 01:22:54 +0000 + aribb24 (1.0.3-2) unstable; urgency=medium [ Ondřej Nový ] diff -Nru aribb24-1.0.3/debian/control aribb24-1.0.3/debian/control --- aribb24-1.0.3/debian/control 2018-05-12 09:29:47.000000000 +0000 +++ aribb24-1.0.3/debian/control 2024-02-28 01:22:54.000000000 +0000 @@ -4,7 +4,7 @@ Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org> Uploaders: Sebastian Ramacher <sramac...@debian.org> -Build-Depends: +Build-Depends: dpkg-dev (>= 1.22.5), debhelper (>= 11), libpng-dev, pkg-config @@ -19,14 +19,17 @@ Multi-Arch: same Depends: ${misc:Depends}, - libaribb24-0 (= ${binary:Version}) + libaribb24-0t64 (= ${binary:Version}) Description: library for ARIB STD-B24 decoding (development files) ARIB STD-B24 is a character set encoding used for subtitles when broadcasting MPEG-2 TS streams. This library provides a decoder of this character set. . This package contains the development files. -Package: libaribb24-0 +Package: libaribb24-0t64 +Provides: ${t64:Provides} +Replaces: libaribb24-0 +Breaks: libaribb24-0 (<< ${source:Version}) Architecture: any Multi-Arch: same Depends: diff -Nru aribb24-1.0.3/debian/libaribb24-0.install aribb24-1.0.3/debian/libaribb24-0.install --- aribb24-1.0.3/debian/libaribb24-0.install 2017-11-08 20:14:05.000000000 +0000 +++ aribb24-1.0.3/debian/libaribb24-0.install 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -usr/lib/*/libaribb24.so.* diff -Nru aribb24-1.0.3/debian/libaribb24-0.symbols aribb24-1.0.3/debian/libaribb24-0.symbols --- aribb24-1.0.3/debian/libaribb24-0.symbols 2017-11-08 20:21:03.000000000 +0000 +++ aribb24-1.0.3/debian/libaribb24-0.symbols 1970-01-01 00:00:00.000000000 +0000 @@ -1,17 +0,0 @@ -libaribb24.so.0 libaribb24-0 #MINVER# -* Build-Depends-Package: libaribb24-dev - arib_decode_buffer@Base 1.0.3 - arib_decoder_get_regions@Base 1.0.3 - arib_decoder_get_time@Base 1.0.3 - arib_finalize_decoder@Base 1.0.3 - arib_get_decoder@Base 1.0.3 - arib_get_parser@Base 1.0.3 - arib_initialize_decoder@Base 1.0.3 - arib_initialize_decoder_a_profile@Base 1.0.3 - arib_initialize_decoder_c_profile@Base 1.0.3 - arib_instance_destroy@Base 1.0.3 - arib_instance_new@Base 1.0.3 - arib_parse_pes@Base 1.0.3 - arib_parser_get_data@Base 1.0.3 - arib_register_messages_callback@Base 1.0.3 - arib_set_base_path@Base 1.0.3 diff -Nru aribb24-1.0.3/debian/libaribb24-0t64.install aribb24-1.0.3/debian/libaribb24-0t64.install --- aribb24-1.0.3/debian/libaribb24-0t64.install 1970-01-01 00:00:00.000000000 +0000 +++ aribb24-1.0.3/debian/libaribb24-0t64.install 2017-11-08 20:14:05.000000000 +0000 @@ -0,0 +1 @@ +usr/lib/*/libaribb24.so.* diff -Nru aribb24-1.0.3/debian/libaribb24-0t64.lintian-overrides aribb24-1.0.3/debian/libaribb24-0t64.lintian-overrides --- aribb24-1.0.3/debian/libaribb24-0t64.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ aribb24-1.0.3/debian/libaribb24-0t64.lintian-overrides 2024-02-28 01:22:48.000000000 +0000 @@ -0,0 +1 @@ +libaribb24-0t64: package-name-doesnt-match-sonames libaribb24-0 diff -Nru aribb24-1.0.3/debian/libaribb24-0t64.symbols aribb24-1.0.3/debian/libaribb24-0t64.symbols --- aribb24-1.0.3/debian/libaribb24-0t64.symbols 1970-01-01 00:00:00.000000000 +0000 +++ aribb24-1.0.3/debian/libaribb24-0t64.symbols 2024-02-28 01:22:48.000000000 +0000 @@ -0,0 +1,17 @@ +libaribb24.so.0 libaribb24-0t64 #MINVER# +* Build-Depends-Package: libaribb24-dev + arib_decode_buffer@Base 1.0.3 + arib_decoder_get_regions@Base 1.0.3 + arib_decoder_get_time@Base 1.0.3 + arib_finalize_decoder@Base 1.0.3 + arib_get_decoder@Base 1.0.3 + arib_get_parser@Base 1.0.3 + arib_initialize_decoder@Base 1.0.3 + arib_initialize_decoder_a_profile@Base 1.0.3 + arib_initialize_decoder_c_profile@Base 1.0.3 + arib_instance_destroy@Base 1.0.3 + arib_instance_new@Base 1.0.3 + arib_parse_pes@Base 1.0.3 + arib_parser_get_data@Base 1.0.3 + arib_register_messages_callback@Base 1.0.3 + arib_set_base_path@Base 1.0.3