[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1062289: marked as done (libexplain: NMU diff for 64-bit time_t transition)



Your message dated Wed, 28 Feb 2024 12:12:34 +0000
with message-id <E1rfIna-005tYW-4L@fasolo.debian.org>
and subject line Bug#1062289: fixed in libexplain 1.4.D001-12.1
has caused the Debian Bug report #1062289,
regarding libexplain: 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 owner@bugs.debian.org
immediately.)


-- 
1062289: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062289
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: libexplain
Version: 1.4.D001-12
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: debian-arm@lists.debian.org
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
libexplain 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 libexplain
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 libexplain-1.4.D001/debian/changelog libexplain-1.4.D001/debian/changelog
--- libexplain-1.4.D001/debian/changelog	2021-11-16 20:36:08.000000000 +0000
+++ libexplain-1.4.D001/debian/changelog	2024-02-01 00:17:44.000000000 +0000
@@ -1,3 +1,10 @@
+libexplain (1.4.D001-12.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vorlon@debian.org>  Thu, 01 Feb 2024 00:17:44 +0000
+
 libexplain (1.4.D001-12) unstable; urgency=medium
 
   * QA upload.
diff -Nru libexplain-1.4.D001/debian/control libexplain-1.4.D001/debian/control
--- libexplain-1.4.D001/debian/control	2021-11-16 20:36:08.000000000 +0000
+++ libexplain-1.4.D001/debian/control	2024-02-01 00:17:44.000000000 +0000
@@ -39,7 +39,10 @@
  This package contains the documentation.
 Depends: ${misc:Depends}
 
-Package: libexplain51
+Package: libexplain51t64
+Provides: ${t64:Provides}
+Replaces: libexplain51
+Breaks: libexplain51 (<< ${source:Version})
 Section: libs
 Architecture: any
 Multi-Arch: same
@@ -64,7 +67,7 @@
  This package contains the development files.
 Depends:
  libacl1-dev,
- libexplain51 (= ${binary:Version}),
+ libexplain51t64 (= ${binary:Version}),
  lsof,
  ${misc:Depends},
  ${shlibs:Depends}
diff -Nru libexplain-1.4.D001/debian/libexplain51.install libexplain-1.4.D001/debian/libexplain51.install
--- libexplain-1.4.D001/debian/libexplain51.install	2021-11-16 20:36:08.000000000 +0000
+++ libexplain-1.4.D001/debian/libexplain51.install	1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-usr/lib/*/libexplain.so.*
-usr/share/locale/de/LC_MESSAGES/libexplain.mo
diff -Nru libexplain-1.4.D001/debian/libexplain51t64.install libexplain-1.4.D001/debian/libexplain51t64.install
--- libexplain-1.4.D001/debian/libexplain51t64.install	1970-01-01 00:00:00.000000000 +0000
+++ libexplain-1.4.D001/debian/libexplain51t64.install	2021-11-16 20:36:08.000000000 +0000
@@ -0,0 +1,2 @@
+usr/lib/*/libexplain.so.*
+usr/share/locale/de/LC_MESSAGES/libexplain.mo
diff -Nru libexplain-1.4.D001/debian/libexplain51t64.lintian-overrides libexplain-1.4.D001/debian/libexplain51t64.lintian-overrides
--- libexplain-1.4.D001/debian/libexplain51t64.lintian-overrides	1970-01-01 00:00:00.000000000 +0000
+++ libexplain-1.4.D001/debian/libexplain51t64.lintian-overrides	2024-02-01 00:17:44.000000000 +0000
@@ -0,0 +1 @@
+libexplain51t64: package-name-doesnt-match-sonames libexplain51

--- End Message ---
--- Begin Message ---
Source: libexplain
Source-Version: 1.4.D001-12.1
Done: Benjamin Drung <bdrung@debian.org>

We believe that the bug you reported is fixed in the latest version of
libexplain, 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 1062289@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Benjamin Drung <bdrung@debian.org> (supplier of updated libexplain 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Wed, 28 Feb 2024 11:47:26 +0000
Source: libexplain
Architecture: source
Version: 1.4.D001-12.1
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Benjamin Drung <bdrung@debian.org>
Closes: 1062289
Changes:
 libexplain (1.4.D001-12.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062289
Checksums-Sha1:
 566ae5afc490930b6901948ee0412f61d0adcc05 2224 libexplain_1.4.D001-12.1.dsc
 df2c5bf868a3f0cb7735377380d54427d974a0a2 47712 libexplain_1.4.D001-12.1.debian.tar.xz
 0e75f0a4f9c6fbaf5db0d699054c68195418b050 8022 libexplain_1.4.D001-12.1_source.buildinfo
Checksums-Sha256:
 a1498a92a4f1aa90c28b4944d94abeb5faec9348063cbb108d857ed70e8e2d0a 2224 libexplain_1.4.D001-12.1.dsc
 96161497849de3ceecfce238b775006ffbd6f2d9471069914f77c1f3bb6f3a75 47712 libexplain_1.4.D001-12.1.debian.tar.xz
 a2973661063569b7c00d021ca4d7908746a8a7582214dc5f007ae1e2a506cd81 8022 libexplain_1.4.D001-12.1_source.buildinfo
Files:
 2afacc4a39da4e843aad17a82eed6e05 2224 devel optional libexplain_1.4.D001-12.1.dsc
 dfacd103278d27a2f54ec1c860d1f9a6 47712 devel optional libexplain_1.4.D001-12.1.debian.tar.xz
 394b6d7633fae1a337f0dad2a6e79a28 8022 devel optional libexplain_1.4.D001-12.1_source.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXfHqUACgkQFZ61xO/I
d0wSvQ//dUbcjwglnAOzxi0Javoa9Q33kagDFtM7k5a7eKQV2LVnOgk7Kq61+sr+
wyhtANjmeNx3eWbeeGzMz/sMpFkEoxRz3HQMYTeFoxN9SAxabGIen5ciWK+kRkjQ
Sl0vo3PGcp3au0SwX8E9OMpayb2J6BVdxBMPZ/goJa6L98WMAGXOBdR9DQJaW+ht
zIZsNZOIlig+BQWfFBNNEb60ZhY4OtgajkSqA1DGy+4ISgIngYxbiQUB2lWTEMjI
ZmrnGcMbJT7+KFgklQyuzHeXcVAWzDkWBO7mBIq4D3ljFrK9gBz2QBDMvXH1UeZ2
rLc3/qqSNwSidMhb13qi524MbXCivHZOukQU78/0hDvkf67mVG9qG1QVY7Qu6yCy
pnHOVyweB3nFu9sCd1lJEUuQrfRisFF0prcvy5anSVanyYPaie6WiAbFRWXlWRCr
QZj3/B0oWpVCG73Urbu2uLX2FTQ9USqVHAVhNM1ksrJYtHcY6NQ4/s/d480y04xS
FJ924vjAIsh+lO2OuXvTE8ADDtsO1lIUFoN17GHVW+XhD6a6Qp57Vep5xBtJcsl3
6ZRIyvYQZPOJ9hMQK1WbaUc9Py1L/okON7zxS/gS6eNIlCWM0NKgJ9mXZVPkR76H
FNmpajs9roaAkQcKNcKfbO8oOECrXDP41atSsorLg9Qp3X6Iuec=
=Sjj6
-----END PGP SIGNATURE-----

Attachment: pgpOjnMYyAeQa.pgp
Description: PGP signature


--- End Message ---

Reply to: