Your message dated Fri, 01 Mar 2024 06:04:18 +0000
with message-id <[email protected]>
and subject line Bug#1062407: fixed in liblopsub 1.0.4-1.1
has caused the Debian Bug report #1062407,
regarding liblopsub: 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.)
--
1062407: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062407
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: liblopsub
Version: 1.0.4-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
liblopsub 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 liblopsub
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 liblopsub-1.0.4/debian/changelog liblopsub-1.0.4/debian/changelog
--- liblopsub-1.0.4/debian/changelog 2023-07-02 12:12:13.000000000 +0000
+++ liblopsub-1.0.4/debian/changelog 2024-02-01 09:30:36.000000000 +0000
@@ -1,3 +1,10 @@
+liblopsub (1.0.4-1.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]> Thu, 01 Feb 2024 09:30:36 +0000
+
liblopsub (1.0.4-1) unstable; urgency=low
* Make the build reproducible (Chris Lamb, Vagrant Cascadian). Closes:
diff -Nru liblopsub-1.0.4/debian/control liblopsub-1.0.4/debian/control
--- liblopsub-1.0.4/debian/control 2023-07-02 12:12:13.000000000 +0000
+++ liblopsub-1.0.4/debian/control 2024-02-01 09:30:35.000000000 +0000
@@ -8,7 +8,10 @@
Vcs-Browser: http://git.tuebingen.mpg.de/lopsub.git
Vcs-Git: git://git.tuebingen.mpg.de/lopsub.git
-Package: liblopsub1
+Package: liblopsub1t64
+Provides: ${t64:Provides}
+Replaces: liblopsub1
+Breaks: liblopsub1 (<< ${source:Version})
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Long Option Parser for Subcommands
@@ -25,7 +28,7 @@
Package: liblopsub-dev
Architecture: any
-Depends: ${shlibs:Depends}, liblopsub1 (= ${binary:Version}), ${misc:Depends}
+Depends: ${shlibs:Depends}, liblopsub1t64 (= ${binary:Version}),
${misc:Depends}
Description: Long Option Parser for Subcommand - headers
Lopsub is an open source library written in C which aims to ease
the task of creating, documenting and parsing the options of Unix
diff -Nru liblopsub-1.0.4/debian/liblopsub1.install
liblopsub-1.0.4/debian/liblopsub1.install
--- liblopsub-1.0.4/debian/liblopsub1.install 2023-07-02 12:12:13.000000000
+0000
+++ liblopsub-1.0.4/debian/liblopsub1.install 1970-01-01 00:00:00.000000000
+0000
@@ -1,2 +0,0 @@
-debian/tmp/usr/share/man/man7/*
-debian/tmp/usr/lib/*/liblopsub.so.*
diff -Nru liblopsub-1.0.4/debian/liblopsub1t64.install
liblopsub-1.0.4/debian/liblopsub1t64.install
--- liblopsub-1.0.4/debian/liblopsub1t64.install 1970-01-01
00:00:00.000000000 +0000
+++ liblopsub-1.0.4/debian/liblopsub1t64.install 2023-07-02
12:12:13.000000000 +0000
@@ -0,0 +1,2 @@
+debian/tmp/usr/share/man/man7/*
+debian/tmp/usr/lib/*/liblopsub.so.*
diff -Nru liblopsub-1.0.4/debian/liblopsub1t64.lintian-overrides
liblopsub-1.0.4/debian/liblopsub1t64.lintian-overrides
--- liblopsub-1.0.4/debian/liblopsub1t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ liblopsub-1.0.4/debian/liblopsub1t64.lintian-overrides 2024-02-01
09:30:35.000000000 +0000
@@ -0,0 +1 @@
+liblopsub1t64: package-name-doesnt-match-sonames liblopsub1
diff -Nru liblopsub-1.0.4/debian/rules liblopsub-1.0.4/debian/rules
--- liblopsub-1.0.4/debian/rules 2023-07-02 12:12:13.000000000 +0000
+++ liblopsub-1.0.4/debian/rules 2024-02-01 09:30:36.000000000 +0000
@@ -3,7 +3,7 @@
# invoked with the package root as the current directory.
sourcepackage := liblopsub
-package := liblopsub1
+package := liblopsub1t64
devpackage := liblopsub-dev
define checkdir
--- End Message ---
--- Begin Message ---
Source: liblopsub
Source-Version: 1.0.4-1.1
Done: Steve Langasek <[email protected]>
We believe that the bug you reported is fixed in the latest version of
liblopsub, 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 liblopsub 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: Fri, 01 Mar 2024 05:37:06 +0000
Source: liblopsub
Architecture: source
Version: 1.0.4-1.1
Distribution: unstable
Urgency: medium
Maintainer: Andre Noll <[email protected]>
Changed-By: Steve Langasek <[email protected]>
Closes: 1062407
Changes:
liblopsub (1.0.4-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1062407
Checksums-Sha1:
37257a94b8f401f01e4eed95d7138127915b87af 1961 liblopsub_1.0.4-1.1.dsc
c0ef2865a0b207d625d962cb4a0b9a8de94d3481 2684 liblopsub_1.0.4-1.1.debian.tar.xz
75af42a2c8d483edeae4760212df97a4e8540800 6672
liblopsub_1.0.4-1.1_source.buildinfo
Checksums-Sha256:
65c98785dced78c21520ee3960e4e7162db0f2990226463abf9dc6b891c8c7a0 1961
liblopsub_1.0.4-1.1.dsc
b6bd3cf7f2bca37f42ffe9532ae5814181c3dff4e61186b6eefc3b8406dfe6b8 2684
liblopsub_1.0.4-1.1.debian.tar.xz
c932339375b5c3e2c6c5ec30e30e00a86add3ebb957f3480e188aa8cbd6a1850 6672
liblopsub_1.0.4-1.1_source.buildinfo
Files:
985d029c45413b26a21855a81e983e05 1961 libdevel optional liblopsub_1.0.4-1.1.dsc
b00616a94f12e3c5b7e2045525c8b06d 2684 libdevel optional
liblopsub_1.0.4-1.1.debian.tar.xz
651965dd2e9c4e86aae1c90151b578b4 6672 libdevel optional
liblopsub_1.0.4-1.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXhaY8SHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9qH4P/1Y5H85QiXDB28OksCHGwFvYDzV9BdU5
tkrPp8gk+GaD25575qzGbIJ2I4ulCYP3pwYBl83EEVVx3tqUmW/uw71f01wrvUwd
2+PYLggIXoB1vOLAMbBZvkMLFWiB1YQ62WPAhzXf/PADT362c54lxrI4gO+0lOI4
MPx0CGVpKZaC5AZp2EkpXAB+ufSlWdiCZV0gFi7gQ2/jQsV5JWoI5LQUs3k45NNa
G1JoluoBf+B3iJyEF7OOPs7JGAfQF3+T9yMltB06FkBGowOLk16HDsgdFzEm3KkK
f/6nobL4kP8HaMW8czsTFD721V+f2bW986NMURtkyS0gf+TVDusFN/baqqRo0T2r
fTkEqwnI4V2cFkrcVBb3XFLIZVTmaJ5sRqi9B3SIjodYF7Wr7DhnMZrOQrbw47UD
rr7OobhNMN397GFS+JF6JZi9C8g9BlJopbDhRUedyOsxTKakUxpa//VHBbf2ifKf
RLsB/jwADfQ9u5h8KmS9GMXRs+dwq51zv/h1o0eO7aHhZYRZ8dOaalGQKIcmMTRq
ABQn7sXqP25PxxGdiuTKO35nAUXpe3W5jSXH1CeCB8IlzEoXw0ZhhQd6tLadx1jy
SAYSc/fqjM9pf51yUMPwfWy5fNILWQHmMDMW3ba5dyzbRO7VQiQswQm/eG52WUo5
zBszhntAWrFU
=VRFo
-----END PGP SIGNATURE-----
pgp7S4DK_k_H7.pgp
Description: PGP signature
--- End Message ---