Your message dated Thu, 29 Feb 2024 22:07:38 +0000
with message-id <[email protected]>
and subject line Bug#1062713: fixed in qd 2.3.23+dfsg.1-1.1
has caused the Debian Bug report #1062713,
regarding qd: 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.)
--
1062713: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062713
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: qd
Version: 2.3.23+dfsg.1-1
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: [email protected]
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
qd 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 qd
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-5-amd64 (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE,
TAINT_UNSIGNED_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 qd-2.3.23+dfsg.1/debian/changelog qd-2.3.23+dfsg.1/debian/changelog
--- qd-2.3.23+dfsg.1/debian/changelog 2022-02-20 12:58:54.000000000 +0000
+++ qd-2.3.23+dfsg.1/debian/changelog 2024-02-02 21:45:01.000000000 +0000
@@ -1,3 +1,10 @@
+qd (2.3.23+dfsg.1-1.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Sergio Durigan Junior <[email protected]> Fri, 02 Feb 2024 21:45:01
+0000
+
qd (2.3.23+dfsg.1-1) unstable; urgency=medium
* New upstream release. Closes: #997255
diff -Nru qd-2.3.23+dfsg.1/debian/control qd-2.3.23+dfsg.1/debian/control
--- qd-2.3.23+dfsg.1/debian/control 2022-02-20 12:58:54.000000000 +0000
+++ qd-2.3.23+dfsg.1/debian/control 2024-02-02 21:45:01.000000000 +0000
@@ -18,7 +18,7 @@
Package: libqd-dev
Section: libdevel
Architecture: any
-Depends: libqd0v5 (= ${binary:Version}), ${misc:Depends}
+Depends: libqd0t64 (= ${binary:Version}), ${misc:Depends}
Recommmends: pkg-config
Description: Double-double and quad double types in C++ and F90
This package supports both a double-double datatype (approx. 32
@@ -28,11 +28,14 @@
to convert an existing C++ or Fortran-90 program to use the library
with only minor changes to the source code.
-Package: libqd0v5
+Package: libqd0t64
+Provides: ${t64:Provides}
+X-Time64-Compat: libqd0v5
+Breaks: libqd0v5 (<< ${source:Version})
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Multi-Arch: same
-Replaces: libqd2c2a, libqd0
+Replaces: libqd0v5, libqd2c2a, libqd0
Conflicts: libqd2c2a, libqd0
Description: Double-double and quad double types in C++ and F90
This package supports both a double-double datatype (approx. 32
diff -Nru qd-2.3.23+dfsg.1/debian/libqd0t64.install
qd-2.3.23+dfsg.1/debian/libqd0t64.install
--- qd-2.3.23+dfsg.1/debian/libqd0t64.install 1970-01-01 00:00:00.000000000
+0000
+++ qd-2.3.23+dfsg.1/debian/libqd0t64.install 2022-02-20 12:58:54.000000000
+0000
@@ -0,0 +1,2 @@
+usr/lib/*/libqd*.so.*
+
diff -Nru qd-2.3.23+dfsg.1/debian/libqd0t64.lintian-overrides
qd-2.3.23+dfsg.1/debian/libqd0t64.lintian-overrides
--- qd-2.3.23+dfsg.1/debian/libqd0t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ qd-2.3.23+dfsg.1/debian/libqd0t64.lintian-overrides 2024-02-02
21:45:01.000000000 +0000
@@ -0,0 +1 @@
+libqd0t64: package-name-doesnt-match-sonames libqd0v5
diff -Nru qd-2.3.23+dfsg.1/debian/libqd0v5.install
qd-2.3.23+dfsg.1/debian/libqd0v5.install
--- qd-2.3.23+dfsg.1/debian/libqd0v5.install 2022-02-20 12:58:54.000000000
+0000
+++ qd-2.3.23+dfsg.1/debian/libqd0v5.install 1970-01-01 00:00:00.000000000
+0000
@@ -1,2 +0,0 @@
-usr/lib/*/libqd*.so.*
-
--- End Message ---
--- Begin Message ---
Source: qd
Source-Version: 2.3.23+dfsg.1-1.1
Done: Benjamin Drung <[email protected]>
We believe that the bug you reported is fixed in the latest version of
qd, 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 qd 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: Thu, 29 Feb 2024 21:35:26 +0000
Source: qd
Architecture: source
Version: 2.3.23+dfsg.1-1.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<[email protected]>
Changed-By: Benjamin Drung <[email protected]>
Closes: 1062713
Changes:
qd (2.3.23+dfsg.1-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1062713
Checksums-Sha1:
bc667843486694d5ded411fbd719a147af3338c5 2186 qd_2.3.23+dfsg.1-1.1.dsc
29d07429177e08b1c3dec9a0db6426d46c480eb3 52660
qd_2.3.23+dfsg.1-1.1.debian.tar.xz
d8a93e278f3bea70fa0e913ff4969bd856b86d79 10582
qd_2.3.23+dfsg.1-1.1_source.buildinfo
Checksums-Sha256:
d5b52ee396702860bd61261af20d4175d730e4d9109b3efc6e68d949dd7a2548 2186
qd_2.3.23+dfsg.1-1.1.dsc
5e179706b8ea67f5db05b290dbd4083adb31f6c97795ce79b0f4b5ef445d383b 52660
qd_2.3.23+dfsg.1-1.1.debian.tar.xz
8efe2b7e61e3a6003b31c1ce11ef1ea033319a222ff232bb61f65319deae0bcb 10582
qd_2.3.23+dfsg.1-1.1_source.buildinfo
Files:
4780d0cbfcad9a621d154e8d63fe5bae 2186 libs optional qd_2.3.23+dfsg.1-1.1.dsc
51045e496e7616e96de2535911dad5bd 52660 libs optional
qd_2.3.23+dfsg.1-1.1.debian.tar.xz
8797ce9bbcbb7d8eba38f12a99af1da0 10582 libs optional
qd_2.3.23+dfsg.1-1.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXg+L0ACgkQFZ61xO/I
d0ysdQ//Yt+ntR7TTAcOPyRcEb11MvtjLHZcS8HIRr/9LNtI5jPAIjqjl9gxEFuI
2bPalOQ+UUa7qYNgIOie37amc+T4RQaLWyxaUSPAZIVF4Ze7PkM+z/sA8ErE2Wbm
UN6Bpc9oKEX9VCH7Fz1pn/YGxGQBLrc0D+klW2WyXDhsPa5j5ekYcQ76LU5TtmgF
o49eP4BvUTt+/mNDpzcpLXmeFFvRNXk0h+yZ6/pvI/d1FibfBQcndFFwi6BjVaGI
VfxI4L6x33oezSMTKt1R0DQHokp8DwgkiqMaEDLftRgYs9ERcyl6r51hwl0l2wDT
NKuVN+y22tOLcsBrwZ/1D/Nwa+zHnUEzGm2WSyC/P1adDyeb4gyFUF3Ak3/n6l9/
AXVmM+4BQrrMm1yDAnUCBxHcGGVV/72I4L9MFwnNl7wjam4PQcU8r6qeyWIKGafF
ToPCz/x6ORrf2BfaRtAQAwCIaBCEQe3rcJEYMUrln6cQ3ugDUzEzs+1Zh8rcruXM
qKwX88WAO0sxXHi5Pxe/QeMeS74th8iCsU1icNkxg0MaJ1TrS3jyMxox1mUQ1B85
XXmKfr6mRDpDRNRR2DbHVqgDUWUv9oJsUynRs6N8xNW2G3Gev/TUaY99T/LvWzms
RM589VpEcHt7fwmH5U25n56OJmDnIfeRs9HZ31ilnafWVWI6qPs=
=7l7Z
-----END PGP SIGNATURE-----
pgp6chhX4wk_K.pgp
Description: PGP signature
--- End Message ---
--
debian-science-maintainers mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers