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

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



Your message dated Wed, 28 Feb 2024 11:55:26 +0000
with message-id <E1rfIX0-005pxg-Ud@fasolo.debian.org>
and subject line Bug#1062274: fixed in libdssialsacompat 1.0.8a-2.1
has caused the Debian Bug report #1062274,
regarding libdssialsacompat: 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.)


-- 
1062274: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062274
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: libdssialsacompat
Version: 1.0.8a-2
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: debian-arm@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
libdssialsacompat 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 libdssialsacompat
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 libdssialsacompat-1.0.8a/debian/changelog libdssialsacompat-1.0.8a/debian/changelog
--- libdssialsacompat-1.0.8a/debian/changelog	2023-09-24 15:08:16.000000000 +0000
+++ libdssialsacompat-1.0.8a/debian/changelog	2024-01-31 22:20:49.000000000 +0000
@@ -1,3 +1,10 @@
+libdssialsacompat (1.0.8a-2.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vorlon@debian.org>  Wed, 31 Jan 2024 22:20:49 +0000
+
 libdssialsacompat (1.0.8a-2) unstable; urgency=medium
 
   * Team upload.
diff -Nru libdssialsacompat-1.0.8a/debian/control libdssialsacompat-1.0.8a/debian/control
--- libdssialsacompat-1.0.8a/debian/control	2023-09-24 15:07:04.000000000 +0000
+++ libdssialsacompat-1.0.8a/debian/control	2024-01-31 22:20:49.000000000 +0000
@@ -12,7 +12,10 @@
 Vcs-Git: https://salsa.debian.org/multimedia-team/libdssialsacompat.git
 Vcs-Browser: https://salsa.debian.org/multimedia-team/libdssialsacompat
 
-Package: libdssialsacompat0
+Package: libdssialsacompat0t64
+Provides: ${t64:Provides}
+Replaces: libdssialsacompat0
+Breaks: libdssialsacompat0 (<< ${source:Version})
 Architecture: any
 Depends:
  ${misc:Depends},
@@ -41,7 +44,7 @@
 Section: libdevel
 Architecture: any
 Depends:
- libdssialsacompat0 (= ${binary:Version}),
+ libdssialsacompat0t64 (= ${binary:Version}),
  ${misc:Depends}
 Description: DSSI ALSA compatibility library (development files)
  libdssialsacompat is simply an extraction from and repackaging of
diff -Nru libdssialsacompat-1.0.8a/debian/libdssialsacompat0.install libdssialsacompat-1.0.8a/debian/libdssialsacompat0.install
--- libdssialsacompat-1.0.8a/debian/libdssialsacompat0.install	2023-09-24 15:07:04.000000000 +0000
+++ libdssialsacompat-1.0.8a/debian/libdssialsacompat0.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*.so.*
diff -Nru libdssialsacompat-1.0.8a/debian/libdssialsacompat0.symbols libdssialsacompat-1.0.8a/debian/libdssialsacompat0.symbols
--- libdssialsacompat-1.0.8a/debian/libdssialsacompat0.symbols	2023-09-24 15:07:04.000000000 +0000
+++ libdssialsacompat-1.0.8a/debian/libdssialsacompat0.symbols	1970-01-01 00:00:00.000000000 +0000
@@ -1,7 +0,0 @@
-libdssialsacompat.so.0 libdssialsacompat0 #MINVER#
- snd_midi_event_encode@Base 1.0.8a
- snd_midi_event_encode_byte@Base 1.0.8a
- snd_midi_event_free@Base 1.0.8a
- snd_midi_event_new@Base 1.0.8a
- snd_midi_event_reset_encode@Base 1.0.8a
- snd_seq_event_types@Base 1.0.8a
diff -Nru libdssialsacompat-1.0.8a/debian/libdssialsacompat0t64.install libdssialsacompat-1.0.8a/debian/libdssialsacompat0t64.install
--- libdssialsacompat-1.0.8a/debian/libdssialsacompat0t64.install	1970-01-01 00:00:00.000000000 +0000
+++ libdssialsacompat-1.0.8a/debian/libdssialsacompat0t64.install	2023-09-24 15:07:04.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*.so.*
diff -Nru libdssialsacompat-1.0.8a/debian/libdssialsacompat0t64.lintian-overrides libdssialsacompat-1.0.8a/debian/libdssialsacompat0t64.lintian-overrides
--- libdssialsacompat-1.0.8a/debian/libdssialsacompat0t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ libdssialsacompat-1.0.8a/debian/libdssialsacompat0t64.lintian-overrides	2024-01-31 22:20:49.000000000 +0000
@@ -0,0 +1 @@
+libdssialsacompat0t64: package-name-doesnt-match-sonames libdssialsacompat0
diff -Nru libdssialsacompat-1.0.8a/debian/libdssialsacompat0t64.symbols libdssialsacompat-1.0.8a/debian/libdssialsacompat0t64.symbols
--- libdssialsacompat-1.0.8a/debian/libdssialsacompat0t64.symbols	1970-01-01 00:00:00.000000000 +0000
+++ libdssialsacompat-1.0.8a/debian/libdssialsacompat0t64.symbols	2024-01-31 22:20:49.000000000 +0000
@@ -0,0 +1,7 @@
+libdssialsacompat.so.0 libdssialsacompat0t64 #MINVER#
+ snd_midi_event_encode@Base 1.0.8a
+ snd_midi_event_encode_byte@Base 1.0.8a
+ snd_midi_event_free@Base 1.0.8a
+ snd_midi_event_new@Base 1.0.8a
+ snd_midi_event_reset_encode@Base 1.0.8a
+ snd_seq_event_types@Base 1.0.8a

--- End Message ---
--- Begin Message ---
Source: libdssialsacompat
Source-Version: 1.0.8a-2.1
Done: Benjamin Drung <bdrung@debian.org>

We believe that the bug you reported is fixed in the latest version of
libdssialsacompat, 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 1062274@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 libdssialsacompat 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 11:33:45 +0000
Source: libdssialsacompat
Architecture: source
Version: 1.0.8a-2.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Multimedia Maintainers <debian-multimedia@lists.debian.org>
Changed-By: Benjamin Drung <bdrung@debian.org>
Closes: 1062274
Changes:
 libdssialsacompat (1.0.8a-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062274
Checksums-Sha1:
 39b8a233850f521c521236f23036b9020fe1c30c 2152 libdssialsacompat_1.0.8a-2.1.dsc
 6564556ffa553054b63ab284fb456db408bbbdec 2844 libdssialsacompat_1.0.8a-2.1.debian.tar.xz
 785316a99991f875a7e5a69675a83afbb521fc63 6239 libdssialsacompat_1.0.8a-2.1_source.buildinfo
Checksums-Sha256:
 f89739ca78006a591d1f36af9edb4ce51a7ca27b39369362f01bbb41b0ef968a 2152 libdssialsacompat_1.0.8a-2.1.dsc
 6d7d35c48bd97f37e9adb1ebc815ff222c0f19f3add41e53d45860dbfc606113 2844 libdssialsacompat_1.0.8a-2.1.debian.tar.xz
 0dfc1f0106f3388fff95abb598d39943cd0eec3b24b0533f02b1b9aaaa65fe43 6239 libdssialsacompat_1.0.8a-2.1_source.buildinfo
Files:
 0595fc5f4b2e8102399880100bfa82d7 2152 libs optional libdssialsacompat_1.0.8a-2.1.dsc
 613551e724bee7adb96c8213646c4bc5 2844 libs optional libdssialsacompat_1.0.8a-2.1.debian.tar.xz
 e5c0075913161830423068c370d05766 6239 libs optional libdssialsacompat_1.0.8a-2.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXfGiMACgkQFZ61xO/I
d0wSdhAAiiF9hPjqNvV6zNzA+NRiWsPFaq1hVt4CcscHo0qcfP3qzMjN2dMkkjOQ
b1hGXLA9HMuKZeAxjMw7FnsSmdCDlRzGL1ZYUVA/6OV/3kt8q3amKGqeMH0Efn1R
2PO2oT6+1c0nqQU40DEVw9y/354i4+jqiHbfniTwPEG7tZ1hzLOWPVpL63InDrBW
Rv9Tzcd0dQJ/rtiHgib2gdIVCIsIPR9N307oWx1O8xWdnOACImLtQFm02BpSHmj2
lqNGBSN+xVC3GsYiEwB6yQdRu9CWSAO87p0bf0LzR46bQRclQrFruMJeEiXb9daH
EsTUbTaRWXhmCzSnwsmdJ/BBOxXBFJ2y7+13jM3PPMpUsFl4bQGc+1pCGjdInMFI
ukktKF4n5rgnpzp6a1xIexLetdDlv36p5SfJqrebQOTr6/XZ1BvjwPYstTwHxn3v
n5hntDAFQKDdyK9Rf1OzLojUvieiAk5YCsMCrcNdarMeFW+ZOtgmT3WGYQBrEFbx
sjqYPuTxy+2d+L8VMNjvZySeM3NiJvHpUpmLjMFXAlmFI5qUagFjqqjlRaYecZN1
uUS0Lywlb9pmy1f5Jgv5crIP+AMnKGP9ExywcYw+Bn3/N7oY9yVAH4iAjQDCUepr
zqLunyXs/VPFA+BNxRBXhSu/0Sg3L+USovW5Mq2OKSi8wcOVgfc=
=cj/d
-----END PGP SIGNATURE-----

Attachment: pgpCCxboL5Z_s.pgp
Description: PGP signature


--- End Message ---

Reply to: