Your message dated Thu, 29 Feb 2024 00:03:11 +0000
with message-id <[email protected]>
and subject line Bug#1063009: fixed in ui-utilcpp 1.10.3-1.1
has caused the Debian Bug report #1063009,
regarding ui-utilcpp: 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.)
--
1063009: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063009
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: ui-utilcpp
Version: 1.10.3-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
ui-utilcpp 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 ui-utilcpp
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 ui-utilcpp-1.10.3/debian/changelog ui-utilcpp-1.10.3/debian/changelog
--- ui-utilcpp-1.10.3/debian/changelog 2023-09-08 12:06:40.000000000 +0000
+++ ui-utilcpp-1.10.3/debian/changelog 2024-02-04 11:54:24.000000000 +0000
@@ -1,3 +1,10 @@
+ui-utilcpp (1.10.3-1.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]> Sun, 04 Feb 2024 11:54:24 +0000
+
ui-utilcpp (1.10.3-1) unstable; urgency=medium
* [8ced545] debian/control (Build-Depends): libncurses, libdn: Make ORed
diff -Nru ui-utilcpp-1.10.3/debian/control ui-utilcpp-1.10.3/debian/control
--- ui-utilcpp-1.10.3/debian/control 2023-09-07 12:26:00.000000000 +0000
+++ ui-utilcpp-1.10.3/debian/control 2024-02-04 11:54:23.000000000 +0000
@@ -21,12 +21,15 @@
Vcs-Browser: https://salsa.debian.org/debian/ui-utilcpp
Vcs-Git: https://salsa.debian.org/debian/ui-utilcpp.git
-Package: libui-utilcpp9v5
+Package: libui-utilcpp9t64
+Provides: ${t64:Provides}
+X-Time64-Compat: libui-utilcpp9v5
+Breaks: libui-utilcpp9v5 (<< ${source:Version})
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
Conflicts: libui-utilcpp9
-Replaces: libui-utilcpp9
+Replaces: libui-utilcpp9v5, libui-utilcpp9
Description: UI C++ utility library (run time)
A toolbox-like C++ library, with a diverse set of utilities:
.
@@ -53,7 +56,7 @@
Section: libdevel
Architecture: any
Depends: ${misc:Depends},
- libui-utilcpp9v5 (= ${binary:Version}),
+ libui-utilcpp9t64 (= ${binary:Version}),
libucommon-dev,
libreadline-dev,
librecode-dev,
diff -Nru ui-utilcpp-1.10.3/debian/libui-utilcpp9t64.install
ui-utilcpp-1.10.3/debian/libui-utilcpp9t64.install
--- ui-utilcpp-1.10.3/debian/libui-utilcpp9t64.install 1970-01-01
00:00:00.000000000 +0000
+++ ui-utilcpp-1.10.3/debian/libui-utilcpp9t64.install 2016-08-08
13:39:49.000000000 +0000
@@ -0,0 +1,5 @@
+#!/bin/sh -e
+cat <<EOF
+usr/lib/${DEB_HOST_MULTIARCH}/lib*.so.*
+usr/bin/ui-utilcpp-* /usr/lib/libui-utilcpp9v5/examples/
+EOF
diff -Nru ui-utilcpp-1.10.3/debian/libui-utilcpp9t64.lintian-overrides
ui-utilcpp-1.10.3/debian/libui-utilcpp9t64.lintian-overrides
--- ui-utilcpp-1.10.3/debian/libui-utilcpp9t64.lintian-overrides
1970-01-01 00:00:00.000000000 +0000
+++ ui-utilcpp-1.10.3/debian/libui-utilcpp9t64.lintian-overrides
2024-02-04 11:54:23.000000000 +0000
@@ -0,0 +1 @@
+libui-utilcpp9t64: package-name-doesnt-match-sonames libui-utilcpp9v5
diff -Nru ui-utilcpp-1.10.3/debian/libui-utilcpp9v5.install
ui-utilcpp-1.10.3/debian/libui-utilcpp9v5.install
--- ui-utilcpp-1.10.3/debian/libui-utilcpp9v5.install 2016-08-08
13:39:49.000000000 +0000
+++ ui-utilcpp-1.10.3/debian/libui-utilcpp9v5.install 1970-01-01
00:00:00.000000000 +0000
@@ -1,5 +0,0 @@
-#!/bin/sh -e
-cat <<EOF
-usr/lib/${DEB_HOST_MULTIARCH}/lib*.so.*
-usr/bin/ui-utilcpp-* /usr/lib/libui-utilcpp9v5/examples/
-EOF
--- End Message ---
--- Begin Message ---
Source: ui-utilcpp
Source-Version: 1.10.3-1.1
Done: Steve Langasek <[email protected]>
We believe that the bug you reported is fixed in the latest version of
ui-utilcpp, 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.
Steve Langasek <[email protected]> (supplier of updated ui-utilcpp 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 21:01:09 +0000
Source: ui-utilcpp
Architecture: source
Version: 1.10.3-1.1
Distribution: unstable
Urgency: medium
Maintainer: Stephan Sürken <[email protected]>
Changed-By: Steve Langasek <[email protected]>
Closes: 1063009
Changes:
ui-utilcpp (1.10.3-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1063009
Checksums-Sha1:
0dcb69c4e55b31e3053ea8ab885a9f3434c25542 2239 ui-utilcpp_1.10.3-1.1.dsc
32c9246d4978dcd1ab4abc9446e0e144377759e7 12064
ui-utilcpp_1.10.3-1.1.debian.tar.xz
f9d9dcbb818a969b8a99f788e2c731a277eda12c 16748
ui-utilcpp_1.10.3-1.1_source.buildinfo
Checksums-Sha256:
81700f8a3579a0de097608f8fe48ef1bc66052a0e4ef4836cb3077889b8e3b19 2239
ui-utilcpp_1.10.3-1.1.dsc
3baf25ef81644adc7296842e0936411dea3b84ce7f1cf5a1c05e7035d43b5c9c 12064
ui-utilcpp_1.10.3-1.1.debian.tar.xz
a81d6a14023f2f16a706d71bf0f73110570847a6c9a1b1ae9b6912028cecb3ea 16748
ui-utilcpp_1.10.3-1.1_source.buildinfo
Files:
26ca4c032cf04684f7c5a5dcbbd4ef64 2239 libs optional ui-utilcpp_1.10.3-1.1.dsc
cce4cb22fdf933f7f9afcd72dfe2d856 12064 libs optional
ui-utilcpp_1.10.3-1.1.debian.tar.xz
266ce76754102b91e6030e849b25b312 16748 libs optional
ui-utilcpp_1.10.3-1.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXfn5kSHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9FcQP+wdWVBoZmeLheUoNv8NUIuqxBgBzpxMI
in379LM06BHsSB2uFCMP+dRz0YiG69VsTzB8bZ9OXqZ2aB5tJR8k/QIczMs9F8BC
qD8pXqZ6sb8gSxI8DiDrk4vzk7dkqn3iLsGU/enJwe6Y1xSG7bitHBhQQAn22HjU
+3zDZIpx54khdZyQS/BFYuTM+xaaPPkMV1ZDXUnFTXUm/bW56SAyeiLNQHNpJhFS
zLb3G/8oV8Pfjb/vRaIe5KvR1RWzd9sl0MfujmkBPt0KGxO2739c3AbzpTrp3vfl
mMNQrMG90794e9N8zz6xeR+k+EcAARQxnAZTSP6V/ts1NllbjIJw0U4JWyeSxwGK
unN3tWMzuDNOJM+d4vWe7PmWD6L9R+BGWJsIGWNJivJBm4366by7iqrrlzUkyBkj
HGOJ6+OMawHj3X9ROLa/y2w3GjP9A6n467y+p8yqUSbeGZEhKc6slE8xlc+6Rdd+
cyldetbbIPZWvLTyAi4EFUAIJCK7afVKRGiex6X+ryh/VwWAjx4yvtytBhJ0jOb8
P63apidnRNzQGDL6QTfxjQPWdqVxTOAgO1ZObPyJVoysaFsRc+FX3BOcvgXnf5DB
86NXDbbVDyICffJW+Gcuf1owGveQi7tn/d/W1e2uBZQfHSiVsoes0jOLCVxuMwXv
FoKN0b+qKftk
=BvdL
-----END PGP SIGNATURE-----
pgpdONdxLdXHY.pgp
Description: PGP signature
--- End Message ---