Your message dated Wed, 28 Feb 2024 11:09:15 +0000
with message-id <[email protected]>
and subject line Bug#1062258: fixed in libcommuni 3.7.0-2.1
has caused the Debian Bug report #1062258,
regarding libcommuni: 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.)
--
1062258: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062258
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libcommuni
Version: 3.7.0-2
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
libcommuni 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 libcommuni
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 libcommuni-3.7.0/debian/changelog libcommuni-3.7.0/debian/changelog
--- libcommuni-3.7.0/debian/changelog 2022-08-10 13:40:06.000000000 +0000
+++ libcommuni-3.7.0/debian/changelog 2024-01-31 20:59:24.000000000 +0000
@@ -1,3 +1,10 @@
+libcommuni (3.7.0-2.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]> Wed, 31 Jan 2024 20:59:24 +0000
+
libcommuni (3.7.0-2) unstable; urgency=medium
* Unmodified source-only upload.
diff -Nru libcommuni-3.7.0/debian/control libcommuni-3.7.0/debian/control
--- libcommuni-3.7.0/debian/control 2022-08-06 16:58:59.000000000 +0000
+++ libcommuni-3.7.0/debian/control 2024-01-31 20:59:24.000000000 +0000
@@ -14,7 +14,10 @@
Standards-Version: 4.6.1
Rules-Requires-Root: no
-Package: libirccore3
+Package: libirccore3t64
+Provides: ${t64:Provides}
+Replaces: libirccore3
+Breaks: libirccore3 (<< ${source:Version})
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
@@ -27,7 +30,10 @@
This library contains the IRC Core classes,
to manage IRC connections, receive messages and send commands.
-Package: libircmodel3
+Package: libircmodel3t64
+Provides: ${t64:Provides}
+Replaces: libircmodel3
+Breaks: libircmodel3 (<< ${source:Version})
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
@@ -40,7 +46,10 @@
This library contains the IRC Model classes to keep track of queries,
channels and users.
-Package: libircutil3
+Package: libircutil3t64
+Provides: ${t64:Provides}
+Replaces: libircutil3
+Breaks: libircutil3 (<< ${source:Version})
Architecture: any
Depends: ${misc:Depends},
${shlibs:Depends}
@@ -55,9 +64,9 @@
Package: qml-module-communi
Architecture: any
-Depends: libirccore3 (= ${binary:Version}),
- libircmodel3 (= ${binary:Version}),
- libircutil3 (= ${binary:Version}),
+Depends: libirccore3t64 (= ${binary:Version}),
+ libircmodel3t64 (= ${binary:Version}),
+ libircutil3t64 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: cross-platform IRC framework written with Qt (QML modules)
@@ -72,9 +81,9 @@
Package: libcommuni-dev
Architecture: any
Section: libdevel
-Depends: libirccore3 (= ${binary:Version}),
- libircmodel3 (= ${binary:Version}),
- libircutil3 (= ${binary:Version}),
+Depends: libirccore3t64 (= ${binary:Version}),
+ libircmodel3t64 (= ${binary:Version}),
+ libircutil3t64 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: cross-platform IRC framework written with Qt (development files)
diff -Nru libcommuni-3.7.0/debian/libirccore3.install
libcommuni-3.7.0/debian/libirccore3.install
--- libcommuni-3.7.0/debian/libirccore3.install 2022-08-06 11:22:22.000000000
+0000
+++ libcommuni-3.7.0/debian/libirccore3.install 1970-01-01 00:00:00.000000000
+0000
@@ -1 +0,0 @@
-/usr/lib/${DEB_HOST_MULTIARCH}/libIrcCore.so.*
diff -Nru libcommuni-3.7.0/debian/libirccore3t64.install
libcommuni-3.7.0/debian/libirccore3t64.install
--- libcommuni-3.7.0/debian/libirccore3t64.install 1970-01-01
00:00:00.000000000 +0000
+++ libcommuni-3.7.0/debian/libirccore3t64.install 2022-08-06
11:22:22.000000000 +0000
@@ -0,0 +1 @@
+/usr/lib/${DEB_HOST_MULTIARCH}/libIrcCore.so.*
diff -Nru libcommuni-3.7.0/debian/libirccore3t64.lintian-overrides
libcommuni-3.7.0/debian/libirccore3t64.lintian-overrides
--- libcommuni-3.7.0/debian/libirccore3t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ libcommuni-3.7.0/debian/libirccore3t64.lintian-overrides 2024-01-31
20:59:24.000000000 +0000
@@ -0,0 +1 @@
+libirccore3t64: package-name-doesnt-match-sonames libirccore3
diff -Nru libcommuni-3.7.0/debian/libircmodel3.install
libcommuni-3.7.0/debian/libircmodel3.install
--- libcommuni-3.7.0/debian/libircmodel3.install 2022-08-06
11:22:22.000000000 +0000
+++ libcommuni-3.7.0/debian/libircmodel3.install 1970-01-01
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-/usr/lib/${DEB_HOST_MULTIARCH}/libIrcModel.so.*
diff -Nru libcommuni-3.7.0/debian/libircmodel3t64.install
libcommuni-3.7.0/debian/libircmodel3t64.install
--- libcommuni-3.7.0/debian/libircmodel3t64.install 1970-01-01
00:00:00.000000000 +0000
+++ libcommuni-3.7.0/debian/libircmodel3t64.install 2022-08-06
11:22:22.000000000 +0000
@@ -0,0 +1 @@
+/usr/lib/${DEB_HOST_MULTIARCH}/libIrcModel.so.*
diff -Nru libcommuni-3.7.0/debian/libircmodel3t64.lintian-overrides
libcommuni-3.7.0/debian/libircmodel3t64.lintian-overrides
--- libcommuni-3.7.0/debian/libircmodel3t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ libcommuni-3.7.0/debian/libircmodel3t64.lintian-overrides 2024-01-31
20:59:24.000000000 +0000
@@ -0,0 +1 @@
+libircmodel3t64: package-name-doesnt-match-sonames libircmodel3
diff -Nru libcommuni-3.7.0/debian/libircutil3.install
libcommuni-3.7.0/debian/libircutil3.install
--- libcommuni-3.7.0/debian/libircutil3.install 2022-08-06 11:22:22.000000000
+0000
+++ libcommuni-3.7.0/debian/libircutil3.install 1970-01-01 00:00:00.000000000
+0000
@@ -1 +0,0 @@
-/usr/lib/${DEB_HOST_MULTIARCH}/libIrcUtil.so.*
diff -Nru libcommuni-3.7.0/debian/libircutil3t64.install
libcommuni-3.7.0/debian/libircutil3t64.install
--- libcommuni-3.7.0/debian/libircutil3t64.install 1970-01-01
00:00:00.000000000 +0000
+++ libcommuni-3.7.0/debian/libircutil3t64.install 2022-08-06
11:22:22.000000000 +0000
@@ -0,0 +1 @@
+/usr/lib/${DEB_HOST_MULTIARCH}/libIrcUtil.so.*
diff -Nru libcommuni-3.7.0/debian/libircutil3t64.lintian-overrides
libcommuni-3.7.0/debian/libircutil3t64.lintian-overrides
--- libcommuni-3.7.0/debian/libircutil3t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ libcommuni-3.7.0/debian/libircutil3t64.lintian-overrides 2024-01-31
20:59:24.000000000 +0000
@@ -0,0 +1 @@
+libircutil3t64: package-name-doesnt-match-sonames libircutil3
--- End Message ---
--- Begin Message ---
Source: libcommuni
Source-Version: 3.7.0-2.1
Done: Benjamin Drung <[email protected]>
We believe that the bug you reported is fixed in the latest version of
libcommuni, 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 libcommuni 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 10:34:19 +0000
Source: libcommuni
Architecture: source
Version: 3.7.0-2.1
Distribution: unstable
Urgency: medium
Maintainer: Tobias Frost <[email protected]>
Changed-By: Benjamin Drung <[email protected]>
Closes: 1062258
Changes:
libcommuni (3.7.0-2.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1062258
Checksums-Sha1:
0dedb48ee26fb75ec8afa83c5ef731aebf3059e9 2354 libcommuni_3.7.0-2.1.dsc
73569fa9b3ab7db74bfa62c955a2e4b7745e52f1 4588
libcommuni_3.7.0-2.1.debian.tar.xz
ebc7429866ee0d4b51d663178ac2eb8cbef3f15c 10767
libcommuni_3.7.0-2.1_source.buildinfo
Checksums-Sha256:
3563ac861640178b5c52bb7d3ef14f7be7db0288f25237a46f100e2f5893af3f 2354
libcommuni_3.7.0-2.1.dsc
b1adc08f5e2e8b15c7709f7ecaa7daa1a9a7e330104c1ea576d9aba6b2a5d763 4588
libcommuni_3.7.0-2.1.debian.tar.xz
af6cb52383a8120b09ade630427ea2b875781dda188f70cb38d53466334016ea 10767
libcommuni_3.7.0-2.1_source.buildinfo
Files:
5363fb23f1ba2358dfcf635fe91d8c8e 2354 libs optional libcommuni_3.7.0-2.1.dsc
01a9f6ecafc1ab47a4d5fd1b4ae91606 4588 libs optional
libcommuni_3.7.0-2.1.debian.tar.xz
a55c79dd66b2e8bb369919b03f1194a9 10767 libs optional
libcommuni_3.7.0-2.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXfDFwACgkQFZ61xO/I
d0wgnQ//U2XnGNnNTfHj0BP7o4eHlckmF8+ELrr3yeMUc9GqivCvru18ecOGbC9a
jAbMNXVsGSCXuRCc0dqGSiZncaSZ0lUlAJxXF3CXwlm/MIyT7l/DmCx41yFdbTJs
MZlaAjOPE1UhnmfC9RdKlqaPTRD4h21lgE6Rc5/BXZRAdGYloxW/xLu2aus8sAua
svvFcSgiCQyZDt/vKuSR92Wc+v9aFPIAnR08D+JaO4dKb0DEUzAJ8Mx/kPMaqo2F
mLgMs3BWjJBuvUiulcrjtFKH93S2y4pX2/W0pEFSrMyMdtGY9KKvrc3gSvE1Qiwk
oYh337n2Kz5ojPNx62ZccGUQ1QY+hM2CvGXONibFJVh6Scu2rWfEc7OpSoa095br
Q/z0LKEOurjPoipC2YLJEWTyvhJfxoe0lBBomshiNTaZur4zyT5SuluO00bxE9zJ
HFYi+e7OqZKxaqmN2SnuT8K8FiLzG/X62WpHOkyKQLmL04GJaK7HkyiWUQ9I4rol
rh1TBU7KhpQWbfRVXI2Bq88Xqfx783fwDihmJHXuDBTviGDKIkuNkbYZJ6pzhz9Z
olLEEqCCigJgz8nozhfPFRJ3h59YNel0m2ddrFE4NrxjFwrB+dpkjvAnd+GPmly9
eydQ2caSILw8NG5PlLxBJQyuiUalg7BsUAr7EukSlG+FqkY51QI=
=4Q3t
-----END PGP SIGNATURE-----
pgptcgKg4ZDYx.pgp
Description: PGP signature
--- End Message ---