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

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



Your message dated Wed, 28 Feb 2024 22:36:33 +0000
with message-id <E1rfSXR-008MqK-Fe@fasolo.debian.org>
and subject line Bug#1062994: fixed in tse3 0.3.1-6.1
has caused the Debian Bug report #1062994,
regarding tse3: 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.)


-- 
1062994: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062994
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: tse3
Version: 0.3.1-6
Severity: serious
Tags: patch pending sid trixie
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
tse3 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 tse3
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')
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 tse3-0.3.1/debian/changelog tse3-0.3.1/debian/changelog
--- tse3-0.3.1/debian/changelog	2017-09-18 21:16:50.000000000 +0000
+++ tse3-0.3.1/debian/changelog	2024-02-04 10:42:41.000000000 +0000
@@ -1,3 +1,10 @@
+tse3 (0.3.1-6.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vorlon@debian.org>  Sun, 04 Feb 2024 10:42:41 +0000
+
 tse3 (0.3.1-6) unstable; urgency=medium
 
   * QA upload.
diff -Nru tse3-0.3.1/debian/control tse3-0.3.1/debian/control
--- tse3-0.3.1/debian/control	2017-09-18 21:00:24.000000000 +0000
+++ tse3-0.3.1/debian/control	2024-02-04 10:42:40.000000000 +0000
@@ -6,13 +6,16 @@
 Standards-Version: 4.1.0
 Homepage: http://tse3.sourceforge.net/
 
-Package: libtse3-0.3.1c2a
+Package: libtse3-0.3.1t64
+Provides: ${t64:Provides}
+X-Time64-Compat: libtse3-0.3.1c2a
+Breaks: libtse3-0.3.1c2a (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Conflicts: libtse3-0.3.1
-Replaces: libtse3-0.3.1
+Replaces: libtse3-0.3.1c2a, libtse3-0.3.1
 Description: portable MIDI sequencer engine in C++
  TSE3 is a portable open source MIDI sequencer engine written in C++.
  It provides programmers with rich and powerful sequencing
@@ -27,7 +30,7 @@
 Section: libdevel
 Architecture: any
 Multi-Arch: same
-Depends: ${misc:Depends}, libtse3-0.3.1c2a (= ${binary:Version})
+Depends: ${misc:Depends}, libtse3-0.3.1t64 (= ${binary:Version})
 Description: portable MIDI sequencer engine in C++ - development files
  TSE3 is a portable open source MIDI sequencer engine written in C++.
  It provides programmers with rich and powerful sequencing
diff -Nru tse3-0.3.1/debian/libtse3-0.3.1c2a.install tse3-0.3.1/debian/libtse3-0.3.1c2a.install
--- tse3-0.3.1/debian/libtse3-0.3.1c2a.install	2017-09-18 17:13:18.000000000 +0000
+++ tse3-0.3.1/debian/libtse3-0.3.1c2a.install	1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-debian/tmp/usr/lib/*/libtse3-0.3.1.so
diff -Nru tse3-0.3.1/debian/libtse3-0.3.1t64.install tse3-0.3.1/debian/libtse3-0.3.1t64.install
--- tse3-0.3.1/debian/libtse3-0.3.1t64.install	1970-01-01 00:00:00.000000000 +0000
+++ tse3-0.3.1/debian/libtse3-0.3.1t64.install	2017-09-18 17:13:18.000000000 +0000
@@ -0,0 +1 @@
+debian/tmp/usr/lib/*/libtse3-0.3.1.so
diff -Nru tse3-0.3.1/debian/libtse3-0.3.1t64.lintian-overrides tse3-0.3.1/debian/libtse3-0.3.1t64.lintian-overrides
--- tse3-0.3.1/debian/libtse3-0.3.1t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ tse3-0.3.1/debian/libtse3-0.3.1t64.lintian-overrides	2024-02-04 10:42:40.000000000 +0000
@@ -0,0 +1 @@
+libtse3-0.3.1t64: package-name-doesnt-match-sonames libtse3-0.3.1c2a

--- End Message ---
--- Begin Message ---
Source: tse3
Source-Version: 0.3.1-6.1
Done: Steve Langasek <vorlon@debian.org>

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

Debian distribution maintenance software
pp.
Steve Langasek <vorlon@debian.org> (supplier of updated tse3 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 19:47:54 +0000
Source: tse3
Architecture: source
Version: 0.3.1-6.1
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Steve Langasek <vorlon@debian.org>
Closes: 1062994
Changes:
 tse3 (0.3.1-6.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062994
Checksums-Sha1:
 dd0ee5320a2a06d6ad3e9193ea40779a10ad1ec5 1885 tse3_0.3.1-6.1.dsc
 8a529675afd328162f678b3ee7cfb9a6e7108f46 6892 tse3_0.3.1-6.1.debian.tar.xz
 6bfc62f885b63ab8c80f366f62660947c48830ac 6892 tse3_0.3.1-6.1_source.buildinfo
Checksums-Sha256:
 1f1f36e39e16129adee08e5ea7f2b3816ad12aa42078f2cccd86eca6d496fe31 1885 tse3_0.3.1-6.1.dsc
 d4cd93c9112af98f801b6ca0bbbc7ed9d8f6214f920b5e212b9040f65a9081bd 6892 tse3_0.3.1-6.1.debian.tar.xz
 b2ba4b37818604934e61eef593f3c947a1087640bd3dc988d0072a59e0a6fd48 6892 tse3_0.3.1-6.1_source.buildinfo
Files:
 abf0abd73a31fc583e0939249d4c79d3 1885 sound optional tse3_0.3.1-6.1.dsc
 1446144dba740506f58329c6b86d8568 6892 sound optional tse3_0.3.1-6.1.debian.tar.xz
 7908a69e7f006c951f12fc7ff66d66ae 6892 sound optional tse3_0.3.1-6.1_source.buildinfo

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

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXfjiYSHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9aSkQAIzZYl7haa3ZEpT7FCxD71sq9+wes6wL
x80BaOZpLnx+U2xArCbOwXVs5ieUNHd5yeaDnHDSIrtzEUOqe0SfUzMTCGLMTIWl
9THdX9jzLw227KQyhMNwelsKXCbLhT2q2Ik5qxNAbqUfjq5nZfL2PGE3/e0Lr/4M
a5DCaKjBFxIRPoX41n1upekeZzPNHKzyWtV1fxy3PwqmDR5fjyPz8qFTVZX5mJ+W
2yeYlw5a6QyFqWgGhpPE/hU/cw0ElyGRinoIdUW4ciIqDNAvBb2JbAY4NcA3pvJW
DI7H/iIxeoOsdiGrDQCwsvqU3r/i6x6yhTURAQ+7hYC+55KXo9cHvI2W918ozV0b
m1RgFjt+r1RDI+mNvxdO0BzMHxCjEJlCeqxwTHlfW7X5Sby4vdHVpVVJeF+kxqlv
57/YOOMqPe/I6dK/RrcZfDtDgRKNGpPJPmxfwrOUlHa3tx9oc7dbPfFjyMWmSFTw
7VerW83KIBZxv8gvIICot+0yxaBV79FffY5ab7S0rAH078ZOEHEvHt5NdwrwVmnp
inizDkQP1Zz/ITZyezhDBxWMbLHU+Kh9XtKk4UScF2NACvIyUxiJzL9pAZw+PbKf
T2QU1OCTUkfME++lSkVIyn+Xom2if1SGIgMprAotqxETtxgrZbBmMVADV+k4HVUj
/jVohZqcnxSB
=AC0b
-----END PGP SIGNATURE-----

Attachment: pgpFlDD1SElXd.pgp
Description: PGP signature


--- End Message ---

Reply to: