Your message dated Wed, 28 Feb 2024 12:10:50 +0000
with message-id <[email protected]>
and subject line Bug#1062280: fixed in libept 1.2.1+nmu1
has caused the Debian Bug report #1062280,
regarding libept: 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.)
--
1062280: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062280
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: libept
Version: 1.2.1
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
libept 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 libept
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 libept-1.2.1/debian/changelog libept-1.2.1+nmu1/debian/changelog
--- libept-1.2.1/debian/changelog 2021-01-03 09:26:08.000000000 +0000
+++ libept-1.2.1+nmu1/debian/changelog 2024-02-01 00:08:10.000000000 +0000
@@ -1,3 +1,10 @@
+libept (1.2.1+nmu1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]> Thu, 01 Feb 2024 00:08:10 +0000
+
libept (1.2.1) unstable; urgency=medium
* Fix FTBFS with GCC 10 (Closes: #957434)
diff -Nru libept-1.2.1/debian/control libept-1.2.1+nmu1/debian/control
--- libept-1.2.1/debian/control 2021-01-03 09:26:08.000000000 +0000
+++ libept-1.2.1+nmu1/debian/control 2024-02-01 00:08:10.000000000 +0000
@@ -17,7 +17,7 @@
Architecture: any
Recommends: pkg-config
Depends:
- libept1.6.0 (= ${binary:Version}),
+ libept1.6.0t64 (= ${binary:Version}),
libapt-pkg-dev (>= 1.0.10), libxapian-dev (>= 1.2.21-1.2), ${misc:Depends}
Description: High-level library for managing Debian package information
The library defines a very minimal framework in which many sources of data
@@ -32,13 +32,14 @@
.
This is the development library.
-Package: libept1.6.0
+Package: libept1.6.0t64
+Provides: ${t64:Provides}
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
-Replaces: libept1.4.16 (= 1.0.14+b2)
-Breaks: libept1.4.16 (= 1.0.14+b2)
+Replaces: libept1.6.0, libept1.4.16 (= 1.0.14+b2)
+Breaks: libept1.6.0 (<< ${source:Version}), libept1.4.16 (= 1.0.14+b2)
Description: High-level library for managing Debian package information
The library defines a very minimal framework in which many sources of data
about Debian packages can be implemented and queried together.
diff -Nru libept-1.2.1/debian/libept1.6.0.install
libept-1.2.1+nmu1/debian/libept1.6.0.install
--- libept-1.2.1/debian/libept1.6.0.install 2021-01-03 09:26:08.000000000
+0000
+++ libept-1.2.1+nmu1/debian/libept1.6.0.install 1970-01-01
00:00:00.000000000 +0000
@@ -1,3 +0,0 @@
-# Do not remove the APT library version or the next APT ABI break
-# will produce a libept package with old name, but new library inside.
-debian/tmp/usr/lib/*/libept.so.1.aptpkg6.0
diff -Nru libept-1.2.1/debian/libept1.6.0t64.install
libept-1.2.1+nmu1/debian/libept1.6.0t64.install
--- libept-1.2.1/debian/libept1.6.0t64.install 1970-01-01 00:00:00.000000000
+0000
+++ libept-1.2.1+nmu1/debian/libept1.6.0t64.install 2021-01-03
09:26:08.000000000 +0000
@@ -0,0 +1,3 @@
+# Do not remove the APT library version or the next APT ABI break
+# will produce a libept package with old name, but new library inside.
+debian/tmp/usr/lib/*/libept.so.1.aptpkg6.0
diff -Nru libept-1.2.1/debian/libept1.6.0t64.lintian-overrides
libept-1.2.1+nmu1/debian/libept1.6.0t64.lintian-overrides
--- libept-1.2.1/debian/libept1.6.0t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ libept-1.2.1+nmu1/debian/libept1.6.0t64.lintian-overrides 2024-02-01
00:08:10.000000000 +0000
@@ -0,0 +1 @@
+libept1.6.0t64: package-name-doesnt-match-sonames libept1.6.0
--- End Message ---
--- Begin Message ---
Source: libept
Source-Version: 1.2.1+nmu1
Done: Benjamin Drung <[email protected]>
We believe that the bug you reported is fixed in the latest version of
libept, 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 libept 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 11:40:13 +0000
Source: libept
Architecture: source
Version: 1.2.1+nmu1
Distribution: unstable
Urgency: medium
Maintainer: APT Development Team <[email protected]>
Changed-By: Benjamin Drung <[email protected]>
Closes: 1062280
Changes:
libept (1.2.1+nmu1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1062280
Checksums-Sha1:
12a5513f718ecf8e7f75be8f3a2d94a345bbb637 1791 libept_1.2.1+nmu1.dsc
7e34a5ce2f9891f20138ed62a59290725a319c5a 616120 libept_1.2.1+nmu1.tar.xz
6d49d1945548b5c3095bfdc29038956ea8fce334 7475
libept_1.2.1+nmu1_source.buildinfo
Checksums-Sha256:
01620a452ab6b324fbe787662299123244bd4d6d115faead3506203521c5b2e2 1791
libept_1.2.1+nmu1.dsc
bd8f4a65fef84cdeb2511b9e1187d24fed046257de4c56d1c98f1163d46098c8 616120
libept_1.2.1+nmu1.tar.xz
292fc8af3d2a46e087d965ea984b5a11921110c4eba0d575140baacbe3c8cae7 7475
libept_1.2.1+nmu1_source.buildinfo
Files:
dc616f1b98fb26b8cd38a89615810c6d 1791 libdevel optional libept_1.2.1+nmu1.dsc
7ea2e8c1b9abdc5f462cfc03e092156c 616120 libdevel optional
libept_1.2.1+nmu1.tar.xz
bd9cf0b0e9f9e118a76a5dee8b46e6a3 7475 libdevel optional
libept_1.2.1+nmu1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXfG7wACgkQFZ61xO/I
d0wHXA/+Nu4R7cuc8Y+JGo5O4eywVKHUyuRx7C8oJLQDBEFyRzOym8Sz5zyJeLuw
st/VqgveXR/doP7qmqX4aJwHzAEJ78YyV+HaD1Dw2KWWXp/n3UVROVc9iGTm4jIy
MLrzsxv6m5IxPtyckC4rb0jX45zB/wM/0Ib6rnsAZJnAgXm84CsemG+1JoLh5Wer
entbsUJrTGDXQfTx+taVZXYlaQG0eFt+uD+WmDQxSnXWZsgXOafnvtiw1ZOQarGN
N0VjAtTnAcEOUDV9oTXHkDFXqtEhm/tJ6XgJdP2t53mGcVC/ioju25+7oHxh+weD
wKYVM5EgX7uXrcb/jYNICDdtfeyIUrg18f80MImqo9ZNz5O1uV9EizBxQTc4MWC9
ey13MgTxn9lfSXwYk4twrGeKf/olYX7Q6pz5Wg9bpIrVf/jPKAp/B/Zpd+WTjFgu
SUiRDrt7WCYswpQSCll+3kD8WnIUYcv8dI5KqEbx081DyxC6atRuIWkb4bKCD+xb
VfKK7XSQIc3u7TmiDxqElJSphG2Qo1FRsXExPX1zT+HiqffUm94pyhz/xHrpBbeG
FGurKZAqBMK4jplpdPaYVHUyBiumOQAAUYuB7E42VYsYSnuCY/165l3Wb3uF6nag
S/5UtXFbdkXDL5ggy5GGpLNEZRRamfeAqYV2iQOcfflGfPmhLqQ=
=TzbZ
-----END PGP SIGNATURE-----
pgp6FTBtVZBhn.pgp
Description: PGP signature
--- End Message ---