Your message dated Thu, 29 Feb 2024 11:32:36 +0000
with message-id <e1rfees-00avup...@fasolo.debian.org>
and subject line Bug#1062673: fixed in lrcalc 1.2-2.1
has caused the Debian Bug report #1062673,
regarding lrcalc: 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.)
--
1062673: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062673
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: lrcalc
Version: 1.2-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
lrcalc 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 lrcalc
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 lrcalc-1.2/debian/changelog lrcalc-1.2/debian/changelog
--- lrcalc-1.2/debian/changelog 2016-08-01 16:26:25.000000000 +0000
+++ lrcalc-1.2/debian/changelog 2024-02-02 16:13:45.000000000 +0000
@@ -1,3 +1,10 @@
+lrcalc (1.2-2.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Graham Inggs <gin...@debian.org> Fri, 02 Feb 2024 16:13:45 +0000
+
lrcalc (1.2-2) unstable; urgency=medium
* New patch debian/includes.patch:
diff -Nru lrcalc-1.2/debian/control lrcalc-1.2/debian/control
--- lrcalc-1.2/debian/control 2016-08-01 16:26:04.000000000 +0000
+++ lrcalc-1.2/debian/control 2024-02-02 16:13:45.000000000 +0000
@@ -21,7 +21,10 @@
.
This package contains the command-line programs.
-Package: liblrcalc1
+Package: liblrcalc1t64
+Provides: ${t64:Provides}
+Replaces: liblrcalc1
+Breaks: liblrcalc1 (<< ${source:Version})
Architecture: any
Section: libs
Multi-Arch: same
@@ -39,7 +42,7 @@
Package: liblrcalc-dev
Architecture: any
Section: libdevel
-Depends: ${misc:Depends}, liblrcalc1 (= ${binary:Version})
+Depends: ${misc:Depends}, liblrcalc1t64 (= ${binary:Version})
Description: library for calculating Littlewood-Richardson coefficients -
development files
The "Littlewood-Richardson Calculator" is a package of C programs for
computing Littlewood-Richardson coefficients, providing fast calculation of
diff -Nru lrcalc-1.2/debian/liblrcalc1.install
lrcalc-1.2/debian/liblrcalc1.install
--- lrcalc-1.2/debian/liblrcalc1.install 2016-08-01 16:13:24.000000000
+0000
+++ lrcalc-1.2/debian/liblrcalc1.install 1970-01-01 00:00:00.000000000
+0000
@@ -1 +0,0 @@
-/usr/lib/*/*.so.*
diff -Nru lrcalc-1.2/debian/liblrcalc1t64.install
lrcalc-1.2/debian/liblrcalc1t64.install
--- lrcalc-1.2/debian/liblrcalc1t64.install 1970-01-01 00:00:00.000000000
+0000
+++ lrcalc-1.2/debian/liblrcalc1t64.install 2016-08-01 16:13:24.000000000
+0000
@@ -0,0 +1 @@
+/usr/lib/*/*.so.*
diff -Nru lrcalc-1.2/debian/liblrcalc1t64.lintian-overrides
lrcalc-1.2/debian/liblrcalc1t64.lintian-overrides
--- lrcalc-1.2/debian/liblrcalc1t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ lrcalc-1.2/debian/liblrcalc1t64.lintian-overrides 2024-02-02
16:13:45.000000000 +0000
@@ -0,0 +1 @@
+liblrcalc1t64: package-name-doesnt-match-sonames liblrcalc1
--- End Message ---
--- Begin Message ---
Source: lrcalc
Source-Version: 1.2-2.1
Done: Graham Inggs <gin...@debian.org>
We believe that the bug you reported is fixed in the latest version of
lrcalc, 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 1062...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Graham Inggs <gin...@debian.org> (supplier of updated lrcalc 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: Thu, 29 Feb 2024 10:24:56 +0000
Source: lrcalc
Architecture: source
Version: 1.2-2.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Graham Inggs <gin...@debian.org>
Closes: 1062673
Changes:
lrcalc (1.2-2.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1062673
Checksums-Sha1:
1aaa54989aecff8cd5c64817e501ced76772e282 2094 lrcalc_1.2-2.1.dsc
526d83dfb8a385c2e055ab2d0b6e44f7b4d1ecfa 3956 lrcalc_1.2-2.1.debian.tar.xz
e4aabd2b76a49de4a455cc6035b96b7480d55bb0 6714 lrcalc_1.2-2.1_source.buildinfo
Checksums-Sha256:
23226c4739f3119780adf29b10fd0099cb781dfb8dc9b14158074bded1d213fe 2094
lrcalc_1.2-2.1.dsc
85f043d0699308b606b0ceed9b244d45763e78de0fbc009a8a59d3ed55cad3ef 3956
lrcalc_1.2-2.1.debian.tar.xz
5565babf2946983af50e802fa5ea7cc187baa56d0f3a1f1a712c26c9337c2b58 6714
lrcalc_1.2-2.1_source.buildinfo
Files:
5d170310e960ac6ef79da4f02c1b5f6b 2094 math optional lrcalc_1.2-2.1.dsc
4e2a3996b2d28e44c92ab9631c88a81e 3956 math optional
lrcalc_1.2-2.1.debian.tar.xz
ac3e5cf231a031c10c83d3ebd7f6e98f 6714 math optional
lrcalc_1.2-2.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEJeP/LX9Gnb59DU5Qr8/sjmac4cIFAmXgW4gACgkQr8/sjmac
4cIaoQ//ZXVcPAp6mdDzsjFMR5BLhnxxw1YwQ6AVLiGfjOcXrUpqZXdz+PJ+mJmM
AqQfPyo9+QESF+rfrE6frafBia6AZOekUO4JIuTGfp3nhKwiZ3YWkJK3kFzlZ/Pc
9QMugIj1XsnliFkiGqRgIHwJjH11rch9xj8SJOxCxnzefIj6HVWHhUxqcQSq2Ndg
nKuduCQSkGjZU/GfyZs0qannK47ZJfJM70gzvt95Wlb6Mbf1iVapKpL+jvDr7SWk
X5ZIhddZ3ReQ7XAXEDN6TxuCWXC6y8cg2XJ1N0+WHYYe/mmc9WIGa0LfohGEOj3V
hslwkl8EjSHsjtNM/M95B3PxXkeDUu5qbL05DvXwhKKUI5+N7dXTRAXJlLKRlGLz
sgOoicn7L+oG9qddeCVsMoI2V4CT43v8FYWp3YU0b43Y0Hhpy6tD81AWlaohm7Tw
Xrl11Qi5XLHlTCR7mj1b3kvhEW6n5lP1p9uhpCgsh1eofNsP5SbwbDcdjv9hhT2t
Vd2zSvieNdHaqpFVPdBus/eSw+UAaLBJ2CzbN3Fv2l6b+cQiF4s48tYPSQNdo6ft
0Cy3yaxCQqX+BuUNAhWZ+PtYgXg5GDdufGB3qNmxmGilY9eLtMYGEFcxxLqQHr1y
FNzLkBhv2peZFcfy/Y8ZJj5B2gktXVKlmFrhCS31YWOAi5HGsJg=
=bgl/
-----END PGP SIGNATURE-----
pgpDR9NA0Kekm.pgp
Description: PGP signature
--- End Message ---