Your message dated Wed, 28 Feb 2024 11:09:06 +0000
with message-id <[email protected]>
and subject line Bug#1062255: fixed in libcmtspeechdata 
2.1.1+git20160721~8efc468-2.2
has caused the Debian Bug report #1062255,
regarding libcmtspeechdata: 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 [email protected]
immediately.)


-- 
1062255: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062255
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libcmtspeechdata
Version: 2.1.1+git20160721~8efc468-2.1
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: [email protected]
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
libcmtspeechdata 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 libcmtspeechdata
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 libcmtspeechdata-2.1.1+git20160721~8efc468/debian/changelog 
libcmtspeechdata-2.1.1+git20160721~8efc468/debian/changelog
--- libcmtspeechdata-2.1.1+git20160721~8efc468/debian/changelog 2021-01-02 
01:16:15.000000000 +0000
+++ libcmtspeechdata-2.1.1+git20160721~8efc468/debian/changelog 2024-01-31 
20:26:30.000000000 +0000
@@ -1,3 +1,10 @@
+libcmtspeechdata (2.1.1+git20160721~8efc468-2.2) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]>  Wed, 31 Jan 2024 20:26:30 +0000
+
 libcmtspeechdata (2.1.1+git20160721~8efc468-2.1) unstable; urgency=medium
 
   * Non maintainer upload by the Reproducible Builds team.
diff -Nru libcmtspeechdata-2.1.1+git20160721~8efc468/debian/control 
libcmtspeechdata-2.1.1+git20160721~8efc468/debian/control
--- libcmtspeechdata-2.1.1+git20160721~8efc468/debian/control   2016-09-26 
15:29:51.000000000 +0000
+++ libcmtspeechdata-2.1.1+git20160721~8efc468/debian/control   2024-01-31 
20:26:30.000000000 +0000
@@ -11,7 +11,10 @@
 Vcs-Git: https://anonscm.debian.org/git/pkg-n900/libcmtspeechdata.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-n900/libcmtspeechdata.git
 
-Package: libcmtspeechdata0
+Package: libcmtspeechdata0t64
+Provides: ${t64:Provides}
+Replaces: libcmtspeechdata0
+Breaks: libcmtspeechdata0 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends},
@@ -30,7 +33,7 @@
 Section: libdevel
 Architecture: any
 Depends: ${misc:Depends},
-         libcmtspeechdata0 (= ${binary:Version})
+         libcmtspeechdata0t64 (= ${binary:Version})
 Suggests: libcmtspeechdata-doc
 Description: modem speech data handling library (devel files)
  libcmtspeechdata is the userspace side for Nokia's CMT Speech Data SSI
diff -Nru 
libcmtspeechdata-2.1.1+git20160721~8efc468/debian/libcmtspeechdata0.install 
libcmtspeechdata-2.1.1+git20160721~8efc468/debian/libcmtspeechdata0.install
--- libcmtspeechdata-2.1.1+git20160721~8efc468/debian/libcmtspeechdata0.install 
2016-09-26 15:29:51.000000000 +0000
+++ libcmtspeechdata-2.1.1+git20160721~8efc468/debian/libcmtspeechdata0.install 
1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-usr/lib/*/*.so.*
-usr/lib/*/libcmtspeechdata-dummy/*.so.*
diff -Nru 
libcmtspeechdata-2.1.1+git20160721~8efc468/debian/libcmtspeechdata0.symbols 
libcmtspeechdata-2.1.1+git20160721~8efc468/debian/libcmtspeechdata0.symbols
--- libcmtspeechdata-2.1.1+git20160721~8efc468/debian/libcmtspeechdata0.symbols 
2016-09-26 15:29:51.000000000 +0000
+++ libcmtspeechdata-2.1.1+git20160721~8efc468/debian/libcmtspeechdata0.symbols 
1970-01-01 00:00:00.000000000 +0000
@@ -1,57 +0,0 @@
-libcmtspeechdata.so.0 libcmtspeechdata0 #MINVER#
- cmtspeech_backend_message@Base 2.1.1
- cmtspeech_backend_name@Base 2.1.1
- cmtspeech_buffer_codec_sample_rate@Base 2.1.1
- cmtspeech_buffer_sample_rate@Base 2.1.1
- cmtspeech_check_pending@Base 2.1.1
- cmtspeech_close@Base 2.1.1
- cmtspeech_descriptor@Base 2.1.1
- cmtspeech_dl_buffer_acquire@Base 2.1.1
- cmtspeech_dl_buffer_find_with_data@Base 2.1.1
- cmtspeech_dl_buffer_find_with_payload@Base 2.1.1
- cmtspeech_dl_buffer_release@Base 2.1.1
- cmtspeech_event_to_state_transition@Base 2.1.1
- cmtspeech_init@Base 2.1.1
- cmtspeech_is_active@Base 2.1.1
- cmtspeech_is_ssi_connection_enabled@Base 2.1.1
- cmtspeech_msg_decode_dl_data_header@Base 2.1.1
- cmtspeech_msg_decode_dl_data_header_v5@Base 2.1.1
- cmtspeech_msg_decode_speech_config_req@Base 2.1.1
- cmtspeech_msg_decode_speech_config_resp@Base 2.1.1
- cmtspeech_msg_decode_ssi_config_req@Base 2.1.1
- cmtspeech_msg_decode_ssi_config_resp@Base 2.1.1
- cmtspeech_msg_decode_test_ramp_ping@Base 2.1.1
- cmtspeech_msg_decode_timing_config_ntf@Base 2.1.1
- cmtspeech_msg_decode_ul_data_header@Base 2.1.1
- cmtspeech_msg_encode_dl_data_header@Base 2.1.1
- cmtspeech_msg_encode_dl_data_header_v5@Base 2.1.1
- cmtspeech_msg_encode_new_timing_config_req@Base 2.1.1
- cmtspeech_msg_encode_reset_conn_req@Base 2.1.1
- cmtspeech_msg_encode_reset_conn_resp@Base 2.1.1
- cmtspeech_msg_encode_speech_config_req@Base 2.1.1
- cmtspeech_msg_encode_speech_config_resp@Base 2.1.1
- cmtspeech_msg_encode_ssi_config_req@Base 2.1.1
- cmtspeech_msg_encode_ssi_config_resp@Base 2.1.1
- cmtspeech_msg_encode_test_ramp_ping@Base 2.1.1
- cmtspeech_msg_encode_timing_config_ntf@Base 2.1.1
- cmtspeech_msg_encode_ul_data_header@Base 2.1.1
- cmtspeech_msg_encode_uplink_config_ntf@Base 2.1.1
- cmtspeech_msg_get_domain@Base 2.1.1
- cmtspeech_msg_get_type@Base 2.1.1
- cmtspeech_msg_type_to_string@Base 2.1.1
- cmtspeech_open@Base 2.1.1
- cmtspeech_protocol_state@Base 2.1.1
- cmtspeech_protocol_version@Base 2.1.1
- cmtspeech_read_event@Base 2.1.1
- cmtspeech_send_ssi_config_request@Base 2.1.1
- cmtspeech_send_timing_request@Base 2.1.1
- cmtspeech_set_trace_handler@Base 2.1.1
- cmtspeech_set_wb_preference@Base 2.1.1
- cmtspeech_state_change_call_connect@Base 2.1.1
- cmtspeech_state_change_call_status@Base 2.1.1
- cmtspeech_state_change_error@Base 2.1.1
- cmtspeech_test_data_ramp_req@Base 2.1.1
- cmtspeech_trace_toggle@Base 2.1.1
- cmtspeech_ul_buffer_acquire@Base 2.1.1
- cmtspeech_ul_buffer_release@Base 2.1.1
- cmtspeech_version_str@Base 2.1.1
diff -Nru 
libcmtspeechdata-2.1.1+git20160721~8efc468/debian/libcmtspeechdata0t64.install 
libcmtspeechdata-2.1.1+git20160721~8efc468/debian/libcmtspeechdata0t64.install
--- 
libcmtspeechdata-2.1.1+git20160721~8efc468/debian/libcmtspeechdata0t64.install  
    1970-01-01 00:00:00.000000000 +0000
+++ 
libcmtspeechdata-2.1.1+git20160721~8efc468/debian/libcmtspeechdata0t64.install  
    2016-09-26 15:29:51.000000000 +0000
@@ -0,0 +1,2 @@
+usr/lib/*/*.so.*
+usr/lib/*/libcmtspeechdata-dummy/*.so.*
diff -Nru 
libcmtspeechdata-2.1.1+git20160721~8efc468/debian/libcmtspeechdata0t64.lintian-overrides
 
libcmtspeechdata-2.1.1+git20160721~8efc468/debian/libcmtspeechdata0t64.lintian-overrides
--- 
libcmtspeechdata-2.1.1+git20160721~8efc468/debian/libcmtspeechdata0t64.lintian-overrides
    1970-01-01 00:00:00.000000000 +0000
+++ 
libcmtspeechdata-2.1.1+git20160721~8efc468/debian/libcmtspeechdata0t64.lintian-overrides
    2024-01-31 20:26:30.000000000 +0000
@@ -0,0 +1 @@
+libcmtspeechdata0t64: package-name-doesnt-match-sonames libcmtspeechdata0
diff -Nru 
libcmtspeechdata-2.1.1+git20160721~8efc468/debian/libcmtspeechdata0t64.symbols 
libcmtspeechdata-2.1.1+git20160721~8efc468/debian/libcmtspeechdata0t64.symbols
--- 
libcmtspeechdata-2.1.1+git20160721~8efc468/debian/libcmtspeechdata0t64.symbols  
    1970-01-01 00:00:00.000000000 +0000
+++ 
libcmtspeechdata-2.1.1+git20160721~8efc468/debian/libcmtspeechdata0t64.symbols  
    2024-01-31 20:26:30.000000000 +0000
@@ -0,0 +1,57 @@
+libcmtspeechdata.so.0 libcmtspeechdata0t64 #MINVER#
+ cmtspeech_backend_message@Base 2.1.1
+ cmtspeech_backend_name@Base 2.1.1
+ cmtspeech_buffer_codec_sample_rate@Base 2.1.1
+ cmtspeech_buffer_sample_rate@Base 2.1.1
+ cmtspeech_check_pending@Base 2.1.1
+ cmtspeech_close@Base 2.1.1
+ cmtspeech_descriptor@Base 2.1.1
+ cmtspeech_dl_buffer_acquire@Base 2.1.1
+ cmtspeech_dl_buffer_find_with_data@Base 2.1.1
+ cmtspeech_dl_buffer_find_with_payload@Base 2.1.1
+ cmtspeech_dl_buffer_release@Base 2.1.1
+ cmtspeech_event_to_state_transition@Base 2.1.1
+ cmtspeech_init@Base 2.1.1
+ cmtspeech_is_active@Base 2.1.1
+ cmtspeech_is_ssi_connection_enabled@Base 2.1.1
+ cmtspeech_msg_decode_dl_data_header@Base 2.1.1
+ cmtspeech_msg_decode_dl_data_header_v5@Base 2.1.1
+ cmtspeech_msg_decode_speech_config_req@Base 2.1.1
+ cmtspeech_msg_decode_speech_config_resp@Base 2.1.1
+ cmtspeech_msg_decode_ssi_config_req@Base 2.1.1
+ cmtspeech_msg_decode_ssi_config_resp@Base 2.1.1
+ cmtspeech_msg_decode_test_ramp_ping@Base 2.1.1
+ cmtspeech_msg_decode_timing_config_ntf@Base 2.1.1
+ cmtspeech_msg_decode_ul_data_header@Base 2.1.1
+ cmtspeech_msg_encode_dl_data_header@Base 2.1.1
+ cmtspeech_msg_encode_dl_data_header_v5@Base 2.1.1
+ cmtspeech_msg_encode_new_timing_config_req@Base 2.1.1
+ cmtspeech_msg_encode_reset_conn_req@Base 2.1.1
+ cmtspeech_msg_encode_reset_conn_resp@Base 2.1.1
+ cmtspeech_msg_encode_speech_config_req@Base 2.1.1
+ cmtspeech_msg_encode_speech_config_resp@Base 2.1.1
+ cmtspeech_msg_encode_ssi_config_req@Base 2.1.1
+ cmtspeech_msg_encode_ssi_config_resp@Base 2.1.1
+ cmtspeech_msg_encode_test_ramp_ping@Base 2.1.1
+ cmtspeech_msg_encode_timing_config_ntf@Base 2.1.1
+ cmtspeech_msg_encode_ul_data_header@Base 2.1.1
+ cmtspeech_msg_encode_uplink_config_ntf@Base 2.1.1
+ cmtspeech_msg_get_domain@Base 2.1.1
+ cmtspeech_msg_get_type@Base 2.1.1
+ cmtspeech_msg_type_to_string@Base 2.1.1
+ cmtspeech_open@Base 2.1.1
+ cmtspeech_protocol_state@Base 2.1.1
+ cmtspeech_protocol_version@Base 2.1.1
+ cmtspeech_read_event@Base 2.1.1
+ cmtspeech_send_ssi_config_request@Base 2.1.1
+ cmtspeech_send_timing_request@Base 2.1.1
+ cmtspeech_set_trace_handler@Base 2.1.1
+ cmtspeech_set_wb_preference@Base 2.1.1
+ cmtspeech_state_change_call_connect@Base 2.1.1
+ cmtspeech_state_change_call_status@Base 2.1.1
+ cmtspeech_state_change_error@Base 2.1.1
+ cmtspeech_test_data_ramp_req@Base 2.1.1
+ cmtspeech_trace_toggle@Base 2.1.1
+ cmtspeech_ul_buffer_acquire@Base 2.1.1
+ cmtspeech_ul_buffer_release@Base 2.1.1
+ cmtspeech_version_str@Base 2.1.1

--- End Message ---
--- Begin Message ---
Source: libcmtspeechdata
Source-Version: 2.1.1+git20160721~8efc468-2.2
Done: Benjamin Drung <[email protected]>

We believe that the bug you reported is fixed in the latest version of
libcmtspeechdata, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Benjamin Drung <[email protected]> (supplier of updated libcmtspeechdata 
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 [email protected])


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

Format: 1.8
Date: Wed, 28 Feb 2024 10:31:17 +0000
Source: libcmtspeechdata
Architecture: source
Version: 2.1.1+git20160721~8efc468-2.2
Distribution: unstable
Urgency: medium
Maintainer: Sebastian Reichel <[email protected]>
Changed-By: Benjamin Drung <[email protected]>
Closes: 1062255
Changes:
 libcmtspeechdata (2.1.1+git20160721~8efc468-2.2) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062255
Checksums-Sha1:
 03ad91fb423e65e28252abaea08b35016c0c0255 2322 
libcmtspeechdata_2.1.1+git20160721~8efc468-2.2.dsc
 d7f02b205696f04467f923596472b740bc605ba6 5564 
libcmtspeechdata_2.1.1+git20160721~8efc468-2.2.debian.tar.xz
 200d02c5e49393fb3eaa757dfdd1f7cd0adcf3ec 8238 
libcmtspeechdata_2.1.1+git20160721~8efc468-2.2_source.buildinfo
Checksums-Sha256:
 23971a3d04b172b0c677ae6d0067539a114306ad0ec4b3c154ecf5a2fae0f019 2322 
libcmtspeechdata_2.1.1+git20160721~8efc468-2.2.dsc
 340cb898b0eaced0010ec85855657c31a009cd0769bc0d58285d689ecb416b86 5564 
libcmtspeechdata_2.1.1+git20160721~8efc468-2.2.debian.tar.xz
 a4d0176fd11c9fb436cb0e80dfbf8221da8f44f9aa8c0b78f1c332bfebe83cef 8238 
libcmtspeechdata_2.1.1+git20160721~8efc468-2.2_source.buildinfo
Files:
 d7ffdbd4482fd2a991da8737fe95b04c 2322 libs extra 
libcmtspeechdata_2.1.1+git20160721~8efc468-2.2.dsc
 6eba7fc2bcaf955300a7ef6be359a41b 5564 libs extra 
libcmtspeechdata_2.1.1+git20160721~8efc468-2.2.debian.tar.xz
 87bc6a75f0a4a1bdc96922e5ced7c635 8238 libs extra 
libcmtspeechdata_2.1.1+git20160721~8efc468-2.2_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXfC4cACgkQFZ61xO/I
d0wUVQ/7B+g6Q5sCkQZT9/obrG/02P7utSzhFPL6dq+2QeEH1do0RvEf/RhMVYyX
Zldkd3dtI6Kc+BYbmhYtr7w0FcdGpO63WvYtZqGS89k8YLIFe7lciwy4UpZG/tEa
CU6E0JY9pDSYbd/NGJjtKEJ4M/I3iOJ5my4Qimizy8g6UNee85a/2gi7XThxWEpy
xWasJnD7MGRkV6uyKlBqdiIzEzPV7zjZ0IOQmRl4scSPWINRZl0lcK34D279cpv6
OIEgvOYf/JQqYSGLstupeEqoUtWpYsvCGg5lYmRbV8JoX4k9UNyB1vtNjm4qDxFI
Ho674Zd8mCcefn3R73OaIGwblFv6b6UreWcJySZ5gUmdWCHgegI7LItfv/H2gFVo
GoPEx8kyagzFxEq1nT3GlQfW2RwXPt7/jCfpe/Oxp5o6OTRGVlOTcqlJD8KZSNQG
JVR474F7bZa3zFu50d0Rxx27xV2gKjjS2SOD7yPqkggiNF6Eil0IyVCe9o5mfCXb
L6Hr4Wd0s1iG5SpdSAtLmbhqcr98Ygh6605L0SLgqteIN9qd+26hvHYJejK56Mu9
Xy/aJijgp1uHp8/IA7Lnn/sJX7GQpbYSDaBVXHZodjgwX9agNQ1PFCmeDc6NAoKG
RWd8LQj75YzI06gnvRrjie7FX6yQ5I2qvJ9kqcwCy8+sDJ/02m4=
=QcII
-----END PGP SIGNATURE-----

Attachment: pgp85WT0WBOJ8.pgp
Description: PGP signature


--- End Message ---

Reply via email to