Your message dated Wed, 28 Feb 2024 12:41:30 +0000
with message-id <[email protected]>
and subject line Bug#1062310: fixed in libgdf 0.1.3-11.1
has caused the Debian Bug report #1062310,
regarding libgdf: 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.)
--
1062310: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062310
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libgdf
Version: 0.1.3-11
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
libgdf 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 libgdf
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 libgdf-0.1.3/debian/changelog libgdf-0.1.3/debian/changelog
--- libgdf-0.1.3/debian/changelog 2021-11-15 12:39:09.000000000 +0000
+++ libgdf-0.1.3/debian/changelog 2024-02-01 01:25:37.000000000 +0000
@@ -1,3 +1,10 @@
+libgdf (0.1.3-11.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]> Thu, 01 Feb 2024 01:25:37 +0000
+
libgdf (0.1.3-11) unstable; urgency=medium
* Team upload.
diff -Nru libgdf-0.1.3/debian/control libgdf-0.1.3/debian/control
--- libgdf-0.1.3/debian/control 2021-11-15 12:39:09.000000000 +0000
+++ libgdf-0.1.3/debian/control 2024-02-01 01:25:37.000000000 +0000
@@ -20,7 +20,10 @@
Homepage: https://github.com/mbillingr/libgdf
Rules-Requires-Root: no
-Package: libgdf0
+Package: libgdf0t64
+Provides: ${t64:Provides}
+Replaces: libgdf0
+Breaks: libgdf0 (<< ${source:Version})
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends}
@@ -35,8 +38,8 @@
Architecture: any
Section: libdevel
Depends: ${misc:Depends},
- libgdf0 (>= ${source:Version}),
- libgdf0 (<< ${source:Version}.1~)
+ libgdf0t64 (>= ${source:Version}),
+ libgdf0t64 (<< ${source:Version}.1~)
Multi-Arch: same
Description: IO library for the GDF -- development library
GDF (General Dataformat for Biosignals) is intended to provide a generic
diff -Nru libgdf-0.1.3/debian/libgdf0.dirs libgdf-0.1.3/debian/libgdf0.dirs
--- libgdf-0.1.3/debian/libgdf0.dirs 2021-11-15 12:39:09.000000000 +0000
+++ libgdf-0.1.3/debian/libgdf0.dirs 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib
diff -Nru libgdf-0.1.3/debian/libgdf0.install
libgdf-0.1.3/debian/libgdf0.install
--- libgdf-0.1.3/debian/libgdf0.install 2021-11-15 12:39:09.000000000 +0000
+++ libgdf-0.1.3/debian/libgdf0.install 1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-#!/usr/bin/dh-exec
-usr/lib/lib*.so.* usr/lib/${DEB_HOST_MULTIARCH}
diff -Nru libgdf-0.1.3/debian/libgdf0.lintian-overrides
libgdf-0.1.3/debian/libgdf0.lintian-overrides
--- libgdf-0.1.3/debian/libgdf0.lintian-overrides 2021-11-15
12:39:09.000000000 +0000
+++ libgdf-0.1.3/debian/libgdf0.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
@@ -1,3 +0,0 @@
-# "For C++ libraries it is often better not to ship symbols files."
-# Reference: https://wiki.debian.org/UsingSymbolsFiles#C.2B-.2B-_libraries
-libgdf0: no-symbols-control-file usr/lib/*/libGDF.so.*
diff -Nru libgdf-0.1.3/debian/libgdf0t64.dirs
libgdf-0.1.3/debian/libgdf0t64.dirs
--- libgdf-0.1.3/debian/libgdf0t64.dirs 1970-01-01 00:00:00.000000000 +0000
+++ libgdf-0.1.3/debian/libgdf0t64.dirs 2021-11-15 12:39:09.000000000 +0000
@@ -0,0 +1 @@
+usr/lib
diff -Nru libgdf-0.1.3/debian/libgdf0t64.install
libgdf-0.1.3/debian/libgdf0t64.install
--- libgdf-0.1.3/debian/libgdf0t64.install 1970-01-01 00:00:00.000000000
+0000
+++ libgdf-0.1.3/debian/libgdf0t64.install 2021-11-15 12:39:09.000000000
+0000
@@ -0,0 +1,2 @@
+#!/usr/bin/dh-exec
+usr/lib/lib*.so.* usr/lib/${DEB_HOST_MULTIARCH}
diff -Nru libgdf-0.1.3/debian/libgdf0t64.lintian-overrides
libgdf-0.1.3/debian/libgdf0t64.lintian-overrides
--- libgdf-0.1.3/debian/libgdf0t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ libgdf-0.1.3/debian/libgdf0t64.lintian-overrides 2024-02-01
01:25:37.000000000 +0000
@@ -0,0 +1,4 @@
+# "For C++ libraries it is often better not to ship symbols files."
+# Reference: https://wiki.debian.org/UsingSymbolsFiles#C.2B-.2B-_libraries
+libgdf0t64: no-symbols-control-file usr/lib/*/libGDF.so.*
+libgdf0t64: package-name-doesnt-match-sonames libgdf0
--- End Message ---
--- Begin Message ---
Source: libgdf
Source-Version: 0.1.3-11.1
Done: Benjamin Drung <[email protected]>
We believe that the bug you reported is fixed in the latest version of
libgdf, 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 libgdf 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 12:14:09 +0000
Source: libgdf
Architecture: source
Version: 0.1.3-11.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Med Packaging Team
<[email protected]>
Changed-By: Benjamin Drung <[email protected]>
Closes: 1062310
Changes:
libgdf (0.1.3-11.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1062310
Checksums-Sha1:
2bd22b41920408002de87785f7718893811559ae 2527 libgdf_0.1.3-11.1.dsc
18feafd875f5cadff08a1abafe3cc4a5ac2ecbd6 8204 libgdf_0.1.3-11.1.debian.tar.xz
3120f879e705d07adc91a1f02dc6de75520cf1fe 23916
libgdf_0.1.3-11.1_source.buildinfo
Checksums-Sha256:
e36f286b4d097a87d65469e63c27a927bce6ce370bda669e4b522f38fd4b6cec 2527
libgdf_0.1.3-11.1.dsc
4fb30942a870a127a2979f37bb3b48a8befec1900a0dcbc59714783ad040e896 8204
libgdf_0.1.3-11.1.debian.tar.xz
0012f05a71fd68a54a48781a349eaacbdf73950d023e0284a835dcac5c309666 23916
libgdf_0.1.3-11.1_source.buildinfo
Files:
05ac4a79fcbf29e74da40a70989e8d23 2527 libs optional libgdf_0.1.3-11.1.dsc
5db424f05f1834126b8bd8f3d7ebbeec 8204 libs optional
libgdf_0.1.3-11.1.debian.tar.xz
a4fe1ffb723bac829fc738efff7ad607 23916 libs optional
libgdf_0.1.3-11.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXfI8UACgkQFZ61xO/I
d0yWUA//RS4bc/RktUXQwOAuOIXs7wR1UyLs4o0/7vIz1sFXmlnJpDf3Wifls3In
X0tJ3FWOIkDZjFy+OInUFZ+gMygVlYUx5Ux6XO6tJIT9IjsMXIGfy/3T/mNqPY5L
dwa4QCLOcJPmWgQKDgS/Q/wtIO+AMtc+QGypi1UyUkP61T8ZxSvKVhZVxwmEs1s4
pPaNdmQMYrDhxKQ5x5FMy7InXbJEtT9zlDJs1T1cBjcJ4bZWqS4MBadYGVwsqt8s
el9ZsBJbyfeklZ3P9tKsj6SRG/TQwKt67GEt3avYhetrq2IjkUylFvdd+FxRTE13
vL5RWFYkVIn9wxDNSEDkkg2QkNLi8PWZGKvRwgpzQwQm1x78ID1v1vJgS08jUHqh
LbrABR5AD9coh+JR8KRoL/5qCu0bUazuuszSq/VM/PZug3Y83z4UhaBPYoYSSrdk
ZIuHrpTROdd7wWQ2F664KKiY2oS1wlPviaIje7dPZsVcjoid9HBF0AdMzXZn3SE8
KbyUpzyBIVzSHQiM1P8DWu5X+N9BveClWgipSMekoiGkqcCaVq5jr7oJR1FNBTxN
7QCYm1q8XYX5tqAeSLQGhMQmEiyZ0r3SkeG7E8GiqhOizvyMseY3dW3Q6Epq9qkI
KNPcSV0GypvHh9hyYsQ53WrLNbPjJV4KlhxfJIs7Jw30M1tXJqk=
=LqEJ
-----END PGP SIGNATURE-----
pgpy1ukTbrdkB.pgp
Description: PGP signature
--- End Message ---