Your message dated Wed, 28 Feb 2024 22:26:52 +0000
with message-id <[email protected]>
and subject line Bug#1062943: fixed in modest 0.0~git20210803.2540a03+ds-2.1
has caused the Debian Bug report #1062943,
regarding modest: 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.)
--
1062943: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062943
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: modest
Version: 0.0~git20210803.2540a03+ds-2
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
modest 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 modest
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 modest-0.0~git20210803.2540a03+ds/debian/changelog
modest-0.0~git20210803.2540a03+ds/debian/changelog
--- modest-0.0~git20210803.2540a03+ds/debian/changelog 2022-06-09
20:35:21.000000000 +0000
+++ modest-0.0~git20210803.2540a03+ds/debian/changelog 2024-02-04
05:35:10.000000000 +0000
@@ -1,3 +1,10 @@
+modest (0.0~git20210803.2540a03+ds-2.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Graham Inggs <[email protected]> Sun, 04 Feb 2024 05:35:10 +0000
+
modest (0.0~git20210803.2540a03+ds-2) unstable; urgency=medium
* Source-only upload.
diff -Nru modest-0.0~git20210803.2540a03+ds/debian/control
modest-0.0~git20210803.2540a03+ds/debian/control
--- modest-0.0~git20210803.2540a03+ds/debian/control 2022-06-09
20:34:58.000000000 +0000
+++ modest-0.0~git20210803.2540a03+ds/debian/control 2024-02-04
05:35:10.000000000 +0000
@@ -17,14 +17,17 @@
Multi-Arch: same
Depends:
${misc:Depends},
- libmodest0 (= ${binary:Version}),
+ libmodest0t64 (= ${binary:Version}),
Description: pure C HTML renderer (development files)
Modest is a fast HTML renderer implemented as a pure C99 library
with no outside dependencies.
.
This package provides the development files.
-Package: libmodest0
+Package: libmodest0t64
+Provides: ${t64:Provides}
+Replaces: libmodest0
+Breaks: libmodest0 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Depends:
diff -Nru modest-0.0~git20210803.2540a03+ds/debian/libmodest0.install
modest-0.0~git20210803.2540a03+ds/debian/libmodest0.install
--- modest-0.0~git20210803.2540a03+ds/debian/libmodest0.install 2022-06-09
19:38:20.000000000 +0000
+++ modest-0.0~git20210803.2540a03+ds/debian/libmodest0.install 1970-01-01
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru modest-0.0~git20210803.2540a03+ds/debian/libmodest0t64.install
modest-0.0~git20210803.2540a03+ds/debian/libmodest0t64.install
--- modest-0.0~git20210803.2540a03+ds/debian/libmodest0t64.install
1970-01-01 00:00:00.000000000 +0000
+++ modest-0.0~git20210803.2540a03+ds/debian/libmodest0t64.install
2022-06-09 19:38:20.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff -Nru
modest-0.0~git20210803.2540a03+ds/debian/libmodest0t64.lintian-overrides
modest-0.0~git20210803.2540a03+ds/debian/libmodest0t64.lintian-overrides
--- modest-0.0~git20210803.2540a03+ds/debian/libmodest0t64.lintian-overrides
1970-01-01 00:00:00.000000000 +0000
+++ modest-0.0~git20210803.2540a03+ds/debian/libmodest0t64.lintian-overrides
2024-02-04 05:35:10.000000000 +0000
@@ -0,0 +1 @@
+libmodest0t64: package-name-doesnt-match-sonames libmodest0
--- End Message ---
--- Begin Message ---
Source: modest
Source-Version: 0.0~git20210803.2540a03+ds-2.1
Done: Benjamin Drung <[email protected]>
We believe that the bug you reported is fixed in the latest version of
modest, 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 modest 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 20:12:18 +0000
Source: modest
Architecture: source
Version: 0.0~git20210803.2540a03+ds-2.1
Distribution: unstable
Urgency: medium
Maintainer: Boyuan Yang <[email protected]>
Changed-By: Benjamin Drung <[email protected]>
Closes: 1062943
Changes:
modest (0.0~git20210803.2540a03+ds-2.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1062943
Checksums-Sha1:
f240f38bdfe3a52c653e5c0450d1572a79a72256 2057
modest_0.0~git20210803.2540a03+ds-2.1.dsc
f73bd152d25cb0447a4b884b8ccb0ae720e10632 2328
modest_0.0~git20210803.2540a03+ds-2.1.debian.tar.xz
65ab3ed03a736d27c554869afe34898264215b7f 7037
modest_0.0~git20210803.2540a03+ds-2.1_source.buildinfo
Checksums-Sha256:
f53d92fc85e442b1eee37c838682a0a538e832637d892f5b3086dd8186733258 2057
modest_0.0~git20210803.2540a03+ds-2.1.dsc
8cf4f1d2722215968adada4936a1fa63e116b15898510b832cfe4095c6647c3b 2328
modest_0.0~git20210803.2540a03+ds-2.1.debian.tar.xz
df2dcabcaf6c923e54a736b286d42fcec48776306de640c4c301fd3d8e7e59a1 7037
modest_0.0~git20210803.2540a03+ds-2.1_source.buildinfo
Files:
b22bb6abff3892839b5209dd8c4f1145 2057 libs optional
modest_0.0~git20210803.2540a03+ds-2.1.dsc
a5989c3eefb19bcde06318e4ad5bf51b 2328 libs optional
modest_0.0~git20210803.2540a03+ds-2.1.debian.tar.xz
120929490e4afa61ede019a7cee5010d 7037 libs optional
modest_0.0~git20210803.2540a03+ds-2.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXfk68ACgkQFZ61xO/I
d0xcug/9F/AxF/ekER4FSXTz8wGZM9KnZJFXofJ4r/4/0orBrsGg0HINNjtsHbnS
perw3oOiKguef7Mkkf7DPxt88tT9PRM7x1IhSa4iSw/aCwcrWbug1geufpDYuJDk
2mLJERt2dPpEaeSQiEynB8i5GAOQ0ueBbHezapk+F8cDmiicai/0jL1lZk3CNVWd
4+mXZtLhuo1DDfWD0iyJihfQ4H/zgWYMC//D7/x6UU+bTI0ERDMeq8kKQtM7DWNJ
7I8rdX0I0w7iHAyIiT0gtCJGqU23ahnXE8UzTrC+L/mHdG6LYDFZhmMdBXI3ztCK
H53DvWpvMs1CHUzUOeueeHFCxivAspWvzqtnIqec+6rXzLUoRFyicSGMRCUqa3B7
tBruzKbWP/kMFAbD/VWeOSjRpc9SvJuW+7sL7BQlRh+GTP3B2P8QTmDG5bSqb6Eq
pEAtzr/7cOZvbxMEFXHP8Ra/V+vt8LI7P7UG8YlTegnX1TfH8HncVliBh2OCeTUg
CFUXma3t4eOWEfazrimGgkmBrffwIDpAaRrtHW5YBpjFEi8unCQsxBg7vcIrGPes
G1Jy6MtE/eHCungVy6iHsnbw7T7uMDFinn8PYDYLH1ysqbryZ+JwaFRtQvoJJtbd
uowL7an3YCPlOgDuQvQlahv6sex2jPvrb1SzkLWViqgO876N4nI=
=rt5o
-----END PGP SIGNATURE-----
pgpXOFOg5gKxJ.pgp
Description: PGP signature
--- End Message ---