[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1062627: marked as done (libsmf: NMU diff for 64-bit time_t transition)



Your message dated Wed, 28 Feb 2024 19:45:47 +0000
with message-id <E1rfPsB-007Yr5-4b@fasolo.debian.org>
and subject line Bug#1062627: fixed in libsmf 1.3-4.1
has caused the Debian Bug report #1062627,
regarding libsmf: 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 owner@bugs.debian.org
immediately.)


-- 
1062627: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062627
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: libsmf
Version: 1.3-4
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: debian-arm@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
libsmf 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 libsmf
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 libsmf-1.3/debian/changelog libsmf-1.3/debian/changelog
--- libsmf-1.3/debian/changelog	2020-08-17 20:43:21.000000000 +0000
+++ libsmf-1.3/debian/changelog	2024-02-02 07:39:45.000000000 +0000
@@ -1,3 +1,10 @@
+libsmf (1.3-4.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vorlon@debian.org>  Fri, 02 Feb 2024 07:39:45 +0000
+
 libsmf (1.3-4) unstable; urgency=medium
 
   * QA upload.
diff -Nru libsmf-1.3/debian/control libsmf-1.3/debian/control
--- libsmf-1.3/debian/control	2020-08-17 20:43:21.000000000 +0000
+++ libsmf-1.3/debian/control	2024-02-02 07:39:44.000000000 +0000
@@ -13,7 +13,7 @@
 Package: smf-utils
 Section: sound
 Architecture: any
-Depends: libsmf0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
+Depends: libsmf0t64 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}
 Conflicts: denemo (<< 0.8.14-1)
 Description: Utilities to support the smf library
  LibSMF is a BSD-licensed C library for handling SMF ("*.mid") files.
@@ -24,7 +24,7 @@
 Package: libsmf-dev
 Section: libdevel
 Architecture: any
-Depends: libsmf0 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, libc-dev, libglib2.0-dev
+Depends: libsmf0t64 (= ${binary:Version}), ${shlibs:Depends}, ${misc:Depends}, libc-dev, libglib2.0-dev
 Conflicts: denemo (<< 0.8.14-1)
 Description: Development files for the smf library
  LibSMF is a BSD-licensed C library for handling SMF ("*.mid") files.
@@ -32,7 +32,10 @@
  This package contains the development libraries, header files needed
  by programs that want to compile with LibSMF
 
-Package: libsmf0
+Package: libsmf0t64
+Provides: ${t64:Provides}
+Replaces: libsmf0
+Breaks: libsmf0 (<< ${source:Version})
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: LibSMF is a BSD-licensed C library for handling SMF ("*.mid") files
diff -Nru libsmf-1.3/debian/libsmf0.install libsmf-1.3/debian/libsmf0.install
--- libsmf-1.3/debian/libsmf0.install	2020-08-17 20:43:21.000000000 +0000
+++ libsmf-1.3/debian/libsmf0.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru libsmf-1.3/debian/libsmf0.symbols libsmf-1.3/debian/libsmf0.symbols
--- libsmf-1.3/debian/libsmf0.symbols	2020-08-17 20:39:07.000000000 +0000
+++ libsmf-1.3/debian/libsmf0.symbols	1970-01-01 00:00:00.000000000 +0000
@@ -1,63 +0,0 @@
-libsmf.so.0 libsmf0 #MINVER#
- is_status_byte@Base 1.3
- maybe_add_to_tempo_map@Base 1.3
- remove_last_tempo_with_pulses@Base 1.3
- smf_add_track@Base 1.3
- smf_create_tempo_map_and_compute_seconds@Base 1.3
- smf_decode@Base 1.3
- smf_delete@Base 1.3
- smf_event_decode@Base 1.3
- smf_event_delete@Base 1.3
- smf_event_extract_text@Base 1.3
- smf_event_is_eot@Base 1.3
- smf_event_is_last@Base 1.3
- smf_event_is_metadata@Base 1.3
- smf_event_is_sysex@Base 1.3
- smf_event_is_system_common@Base 1.3
- smf_event_is_system_realtime@Base 1.3
- smf_event_is_tempo_change_or_time_signature@Base 1.3
- smf_event_is_textual@Base 1.3
- smf_event_is_valid@Base 1.3
- smf_event_length_is_valid@Base 1.3
- smf_event_new@Base 1.3
- smf_event_new_from_bytes@Base 1.3
- smf_event_new_from_pointer@Base 1.3
- smf_event_new_textual@Base 1.3
- smf_event_remove_from_track@Base 1.3
- smf_find_track_with_next_event@Base 1.3
- smf_fini_tempo@Base 1.3
- smf_get_last_tempo@Base 1.3
- smf_get_length_pulses@Base 1.3
- smf_get_length_seconds@Base 1.3
- smf_get_next_event@Base 1.3
- smf_get_tempo_by_number@Base 1.3
- smf_get_tempo_by_pulses@Base 1.3
- smf_get_tempo_by_seconds@Base 1.3
- smf_get_track_by_number@Base 1.3
- smf_get_version@Base 1.3
- smf_init_tempo@Base 1.3
- smf_load@Base 1.3
- smf_load_from_memory@Base 1.3
- smf_new@Base 1.3
- smf_peek_next_event@Base 1.3
- smf_rewind@Base 1.3
- smf_save@Base 1.3
- smf_seek_to_event@Base 1.3
- smf_seek_to_pulses@Base 1.3
- smf_seek_to_seconds@Base 1.3
- smf_set_format@Base 1.3
- smf_set_ppqn@Base 1.3
- smf_skip_next_event@Base 1.3
- smf_track_add_eot_delta_pulses@Base 1.3
- smf_track_add_eot_pulses@Base 1.3
- smf_track_add_eot_seconds@Base 1.3
- smf_track_add_event@Base 1.3
- smf_track_add_event_delta_pulses@Base 1.3
- smf_track_add_event_pulses@Base 1.3
- smf_track_add_event_seconds@Base 1.3
- smf_track_delete@Base 1.3
- smf_track_get_event_by_number@Base 1.3
- smf_track_get_last_event@Base 1.3
- smf_track_get_next_event@Base 1.3
- smf_track_new@Base 1.3
- smf_track_remove_from_smf@Base 1.3
diff -Nru libsmf-1.3/debian/libsmf0t64.install libsmf-1.3/debian/libsmf0t64.install
--- libsmf-1.3/debian/libsmf0t64.install	1970-01-01 00:00:00.000000000 +0000
+++ libsmf-1.3/debian/libsmf0t64.install	2020-08-17 20:43:21.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff -Nru libsmf-1.3/debian/libsmf0t64.lintian-overrides libsmf-1.3/debian/libsmf0t64.lintian-overrides
--- libsmf-1.3/debian/libsmf0t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ libsmf-1.3/debian/libsmf0t64.lintian-overrides	2024-02-02 07:39:44.000000000 +0000
@@ -0,0 +1 @@
+libsmf0t64: package-name-doesnt-match-sonames libsmf0
diff -Nru libsmf-1.3/debian/libsmf0t64.symbols libsmf-1.3/debian/libsmf0t64.symbols
--- libsmf-1.3/debian/libsmf0t64.symbols	1970-01-01 00:00:00.000000000 +0000
+++ libsmf-1.3/debian/libsmf0t64.symbols	2024-02-02 07:39:44.000000000 +0000
@@ -0,0 +1,63 @@
+libsmf.so.0 libsmf0t64 #MINVER#
+ is_status_byte@Base 1.3
+ maybe_add_to_tempo_map@Base 1.3
+ remove_last_tempo_with_pulses@Base 1.3
+ smf_add_track@Base 1.3
+ smf_create_tempo_map_and_compute_seconds@Base 1.3
+ smf_decode@Base 1.3
+ smf_delete@Base 1.3
+ smf_event_decode@Base 1.3
+ smf_event_delete@Base 1.3
+ smf_event_extract_text@Base 1.3
+ smf_event_is_eot@Base 1.3
+ smf_event_is_last@Base 1.3
+ smf_event_is_metadata@Base 1.3
+ smf_event_is_sysex@Base 1.3
+ smf_event_is_system_common@Base 1.3
+ smf_event_is_system_realtime@Base 1.3
+ smf_event_is_tempo_change_or_time_signature@Base 1.3
+ smf_event_is_textual@Base 1.3
+ smf_event_is_valid@Base 1.3
+ smf_event_length_is_valid@Base 1.3
+ smf_event_new@Base 1.3
+ smf_event_new_from_bytes@Base 1.3
+ smf_event_new_from_pointer@Base 1.3
+ smf_event_new_textual@Base 1.3
+ smf_event_remove_from_track@Base 1.3
+ smf_find_track_with_next_event@Base 1.3
+ smf_fini_tempo@Base 1.3
+ smf_get_last_tempo@Base 1.3
+ smf_get_length_pulses@Base 1.3
+ smf_get_length_seconds@Base 1.3
+ smf_get_next_event@Base 1.3
+ smf_get_tempo_by_number@Base 1.3
+ smf_get_tempo_by_pulses@Base 1.3
+ smf_get_tempo_by_seconds@Base 1.3
+ smf_get_track_by_number@Base 1.3
+ smf_get_version@Base 1.3
+ smf_init_tempo@Base 1.3
+ smf_load@Base 1.3
+ smf_load_from_memory@Base 1.3
+ smf_new@Base 1.3
+ smf_peek_next_event@Base 1.3
+ smf_rewind@Base 1.3
+ smf_save@Base 1.3
+ smf_seek_to_event@Base 1.3
+ smf_seek_to_pulses@Base 1.3
+ smf_seek_to_seconds@Base 1.3
+ smf_set_format@Base 1.3
+ smf_set_ppqn@Base 1.3
+ smf_skip_next_event@Base 1.3
+ smf_track_add_eot_delta_pulses@Base 1.3
+ smf_track_add_eot_pulses@Base 1.3
+ smf_track_add_eot_seconds@Base 1.3
+ smf_track_add_event@Base 1.3
+ smf_track_add_event_delta_pulses@Base 1.3
+ smf_track_add_event_pulses@Base 1.3
+ smf_track_add_event_seconds@Base 1.3
+ smf_track_delete@Base 1.3
+ smf_track_get_event_by_number@Base 1.3
+ smf_track_get_last_event@Base 1.3
+ smf_track_get_next_event@Base 1.3
+ smf_track_new@Base 1.3
+ smf_track_remove_from_smf@Base 1.3

--- End Message ---
--- Begin Message ---
Source: libsmf
Source-Version: 1.3-4.1
Done: Benjamin Drung <bdrung@debian.org>

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

Debian distribution maintenance software
pp.
Benjamin Drung <bdrung@debian.org> (supplier of updated libsmf 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 ftpmaster@ftp-master.debian.org)


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

Format: 1.8
Date: Wed, 28 Feb 2024 18:16:38 +0000
Source: libsmf
Architecture: source
Version: 1.3-4.1
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Benjamin Drung <bdrung@debian.org>
Closes: 1062627
Changes:
 libsmf (1.3-4.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062627
Checksums-Sha1:
 5b3eb6bcee064ba2332c1f59b0e599b6fa716cc6 2027 libsmf_1.3-4.1.dsc
 83920ae47dd3f3ce36d268c0d3f745ea83c1d02e 4476 libsmf_1.3-4.1.debian.tar.xz
 a93c90d1114f1543a5d8d947acb30494f50af58f 7306 libsmf_1.3-4.1_source.buildinfo
Checksums-Sha256:
 0326347f1de087702cbd9541308e136f54f41eba75e63d7a5472adba84196a6d 2027 libsmf_1.3-4.1.dsc
 6d73051db0372c5f12bae5f39ac00ec22b178b7a7c466660eb91d96c00c9c70f 4476 libsmf_1.3-4.1.debian.tar.xz
 0b96176bab31389012858e4a158a071ce3620cae23065fd33c89a04c49edf5ee 7306 libsmf_1.3-4.1_source.buildinfo
Files:
 fa710dfb3a9193d864e0a1197592cb3f 2027 libs optional libsmf_1.3-4.1.dsc
 e4b772fe0ca17dc0fecc4c18fde39c95 4476 libs optional libsmf_1.3-4.1.debian.tar.xz
 9d5c7affa50e004fe139086191f7e0f0 7306 libs optional libsmf_1.3-4.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXfeJQACgkQFZ61xO/I
d0zhwg/8DEiGCkAhpy7YnaETGW+HWNqwxXpHeYJ+LkkeS9sWU5DcfgH8kOI2EM1R
3VlOt5TcX6DVKwCtF9aNtidK96S+908kdE450kHLrk2tt2DaD5zARxLULKguPF1T
2+QxGL3LNRFK5q+Sg8ALpKSHS4wnYcw77jwadVwFHQx2G7W462f/5XswtY7eiCFo
P7dGpoRezIyA6WRkPS5sq/Em80Z3xneAQ3OBdsaRZEnTaeEXQacEI/7mBB6ikPqJ
V+7mzjzJtQfY15TTb7h3EOjuyS0tex+GnWI3VxpV1aH6vkhan7nXxGKyktYUKgyD
gHd+oxgj1uNhLRKxEjWr8UfnKy+lB41ServS4e3YQPemXI0YTinRd4+smsbIWUFO
4sfY//rHj6ute8JIuD7SJSqsgJT9hXHGYDsvbp7ofSDv8erZOmj8X1LOCnW/81g7
rpid/kltnhhEN/xGN1L3y8dg561ioqFYjxSqUSdoHzl/KV6EdaarWf1ZDJhqNC5m
eaj2WHoqQw62ZsvI4tUrPImDRkY+iTmZyHeMrNJqArDdHTb7vOBJKxDPEz92jt0e
T/N5kbNZleP1AG/V0J0PPo+MPd3bXKgcTDDz7LnGenFegBGSYB4U7/39lsj2Digs
fSk7yj4FborR9uMwIGppT+S0C3NvawPZGpZFgTR1OGwu5midauc=
=WIcM
-----END PGP SIGNATURE-----

Attachment: pgpOIR7pq9u0b.pgp
Description: PGP signature


--- End Message ---

Reply to: