Your message dated Wed, 28 Feb 2024 23:50:07 +0000
with message-id <e1rftgd-008zdv...@fasolo.debian.org>
and subject line Bug#1063153: fixed in music 1.2.1-0.3
has caused the Debian Bug report #1063153,
regarding music: 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.)
--
1063153: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063153
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: music
Version: 1.2.1-0.2
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: debian-...@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
music 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 music
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'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 6.5.0-15-generic (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: 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: unable to detect
diff -Nru music-1.2.1/debian/changelog music-1.2.1/debian/changelog
--- music-1.2.1/debian/changelog 2023-12-28 18:43:39.000000000 +0000
+++ music-1.2.1/debian/changelog 2024-02-05 13:14:15.000000000 +0000
@@ -1,3 +1,10 @@
+music (1.2.1-0.3) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Graham Inggs <gin...@debian.org> Mon, 05 Feb 2024 13:14:15 +0000
+
music (1.2.1-0.2) unstable; urgency=medium
* Non-maintainer upload.
diff -Nru music-1.2.1/debian/control music-1.2.1/debian/control
--- music-1.2.1/debian/control 2023-12-28 18:43:37.000000000 +0000
+++ music-1.2.1/debian/control 2024-02-05 13:14:15.000000000 +0000
@@ -21,7 +21,7 @@
Package: libmusic-dev
Section: libdevel
Architecture: any
-Depends: libmusic1v5 (= ${binary:Version}), ${misc:Depends}
+Depends: libmusic1t64 (= ${binary:Version}), ${misc:Depends}
Suggests: music-doc
Description: Multi-Simulation Coordinator for MPI -- Development files
MUSIC allows spike events and continuous time series to be
@@ -33,11 +33,13 @@
This package contains the header files which are needed to compile
and link programs against libmusic.
-Package: libmusic1v5
+Package: libmusic1t64
+Provides: ${t64:Provides}
+X-Time64-Compat: libmusic1v5
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
-Breaks: libmusic1
-Replaces: libmusic1
+Breaks: libmusic1v5 (<< ${source:Version}), libmusic1
+Replaces: libmusic1v5, libmusic1
Description: Multi-Simulation Coordinator for MPI -- Runtime library
MUSIC allows spike events and continuous time series to be
communicated between parallel applications within the same MPI job in
diff -Nru music-1.2.1/debian/libmusic1t64.docs
music-1.2.1/debian/libmusic1t64.docs
--- music-1.2.1/debian/libmusic1t64.docs 1970-01-01 00:00:00.000000000
+0000
+++ music-1.2.1/debian/libmusic1t64.docs 2023-12-28 18:42:56.000000000
+0000
@@ -0,0 +1,4 @@
+AUTHORS
+README
+NEWS
+BUGS
diff -Nru music-1.2.1/debian/libmusic1t64.install
music-1.2.1/debian/libmusic1t64.install
--- music-1.2.1/debian/libmusic1t64.install 1970-01-01 00:00:00.000000000
+0000
+++ music-1.2.1/debian/libmusic1t64.install 2023-12-28 18:42:56.000000000
+0000
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff -Nru music-1.2.1/debian/libmusic1t64.lintian-overrides
music-1.2.1/debian/libmusic1t64.lintian-overrides
--- music-1.2.1/debian/libmusic1t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ music-1.2.1/debian/libmusic1t64.lintian-overrides 2024-02-05
13:14:15.000000000 +0000
@@ -0,0 +1 @@
+libmusic1t64: package-name-doesnt-match-sonames libmusic1v5
diff -Nru music-1.2.1/debian/libmusic1v5.docs
music-1.2.1/debian/libmusic1v5.docs
--- music-1.2.1/debian/libmusic1v5.docs 2023-12-28 18:42:56.000000000 +0000
+++ music-1.2.1/debian/libmusic1v5.docs 1970-01-01 00:00:00.000000000 +0000
@@ -1,4 +0,0 @@
-AUTHORS
-README
-NEWS
-BUGS
diff -Nru music-1.2.1/debian/libmusic1v5.install
music-1.2.1/debian/libmusic1v5.install
--- music-1.2.1/debian/libmusic1v5.install 2023-12-28 18:42:56.000000000
+0000
+++ music-1.2.1/debian/libmusic1v5.install 1970-01-01 00:00:00.000000000
+0000
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
--- End Message ---
--- Begin Message ---
Source: music
Source-Version: 1.2.1-0.3
Done: Benjamin Drung <bdr...@debian.org>
We believe that the bug you reported is fixed in the latest version of
music, 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 1063...@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 music 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: Wed, 28 Feb 2024 21:30:29 +0000
Source: music
Architecture: source
Version: 1.2.1-0.3
Distribution: unstable
Urgency: medium
Maintainer: Mikael Djurfeldt <m...@debian.org>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1063153
Changes:
music (1.2.1-0.3) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1063153
Checksums-Sha1:
fd8dd60cb620b0c16d4f1b6ac1a6fcfdae6a00a2 2117 music_1.2.1-0.3.dsc
7b087b855011f7b4335fe22b3747d491893be5a1 4936 music_1.2.1-0.3.debian.tar.xz
9ddf3337904c7263f86679bbd80d5595bdb79d5c 14289 music_1.2.1-0.3_source.buildinfo
Checksums-Sha256:
0eb64e00f3898a780af54d0492a2c63ca36e9024b8b05a19d1bbf9f36e716f13 2117
music_1.2.1-0.3.dsc
ba308da50c18d5eaf0342faebc9b46828df6ea71743cd21a88d02c89b9a1bff0 4936
music_1.2.1-0.3.debian.tar.xz
dbbb0c3c09aa995f1af8de88f2d9f4b3a5614c6ad61d3a0895ebf2392b2cf733 14289
music_1.2.1-0.3_source.buildinfo
Files:
236fc055b390de4d9b3876e7b43209f0 2117 libs optional music_1.2.1-0.3.dsc
b55bdb4a943d5c32d96bdda964912864 4936 libs optional
music_1.2.1-0.3.debian.tar.xz
58ed68618abf8d4c279ddd35c5918179 14289 libs optional
music_1.2.1-0.3_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXfpkEACgkQFZ61xO/I
d0wQtQ/9GK47DJjMI8Qa5bwMBjAoQ5qE/0BOHLrczdkUQovMulTZQTbCy5LaDOCv
i5W98BZQ+ReJ/xOTFmStZi9WfQkhcjtcxy8ZTFw8jDBX0aNFCjRoulWf4bCHCPjU
7zNkqZZAm0C0esg5vwJYmKLUg7ch7allgqLfqP/4sYsTlwDnsAroy06zqcKQCeJc
znzO+eezHpDV2tMn85onQZVCaY3QoC90opBy7gmLGEw498ObKlftCcbDIfOQj6Tz
/Teg8gPHACIXyoe2KO3A7F5HLb3gbbcHZPes2jnFRAeEJYrEMRSNXds8f5kk22GD
+d6n5SZTEKBdBa6Zxw+mDdvHHk5Jft0dsnwg4rrmQbQT0iNekMXQBpt+pnv2F12l
lTjChSzTRDAiUwoo30Rwz7ms2jTDis0IFR58LLuM9GgMnc4hZxQd/T/+VyhKYqtv
JnvVXxvue8EIJWyPK3XSmG8vvK2AMwuMNgzmb+O7f/M3DBnfvAjdvNQ2CqD20I7r
02lyiIGKqxBo2N1bwpjMGE4P91U4vZrk8mi2/+xQroODTrBRooXXPumHvc08i8c+
hoM1iH1NUTBs7Zc12mtP2dLlj5hqwiPeYFEFn6fCOr6qt85pZ4f+Dz55W2QZ8SSd
dWdUmO9Jx61x6cizOgonyFDFWl/Ty08LbDQ7MxFAbZLLvexoaXY=
=QHas
-----END PGP SIGNATURE-----
pgp09CXVXdNZE.pgp
Description: PGP signature
--- End Message ---