Your message dated Thu, 29 Feb 2024 13:31:54 +0000
with message-id <[email protected]>
and subject line Bug#1063099: fixed in openrc 0.53-1.1
has caused the Debian Bug report #1063099,
regarding openrc: 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.)


-- 
1063099: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063099
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: openrc
Version: 0.53-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
openrc 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 openrc
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.2.0-39-generic (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=C.UTF-8, 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 openrc-0.53/debian/changelog openrc-0.53/debian/changelog
--- openrc-0.53/debian/changelog        2024-01-22 14:18:38.000000000 -0300
+++ openrc-0.53/debian/changelog        2024-02-05 00:38:20.000000000 -0300
@@ -1,3 +1,10 @@
+openrc (0.53-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Lucas Kanashiro <[email protected]>  Mon, 05 Feb 2024 00:38:20 -0300
+
 openrc (0.53-1) unstable; urgency=medium
 
   * New upstream version 0.53
diff -Nru openrc-0.53/debian/control openrc-0.53/debian/control
--- openrc-0.53/debian/control  2024-01-22 14:18:38.000000000 -0300
+++ openrc-0.53/debian/control  2024-02-05 00:38:20.000000000 -0300
@@ -44,7 +44,10 @@
  .
  This package provides the runlevel change mechanism.
 
-Package: librc1
+Package: librc1t64
+Provides: ${t64:Provides}
+Replaces: librc1
+Breaks: librc1 (<< ${source:Version})
 Architecture: any
 Section: libs
 Depends: ${misc:Depends},
@@ -66,7 +69,7 @@
 Package: librc-dev
 Architecture: any
 Section: libdevel
-Depends: librc1 (=${binary:Version}),
+Depends: librc1t64 (=${binary:Version}),
          ${misc:Depends},
 Description: dependency based service manager (runtime development)
  OpenRC is a dependency based service manager. It provides support for System V
@@ -81,7 +84,10 @@
  .
  This package provides development files for the runtime library.
 
-Package: libeinfo1
+Package: libeinfo1t64
+Provides: ${t64:Provides}
+Replaces: libeinfo1
+Breaks: libeinfo1 (<< ${source:Version})
 Architecture: any
 Section: libs
 Depends: ${misc:Depends},
@@ -104,7 +110,7 @@
 Package: libeinfo-dev
 Architecture: any
 Section: libdevel
-Depends: libeinfo1 (=${binary:Version}),
+Depends: libeinfo1t64 (=${binary:Version}),
          ${misc:Depends},
 Multi-Arch: same
 Description: dependency based service manager (pretty console display 
development)
diff -Nru openrc-0.53/debian/libeinfo1.install 
openrc-0.53/debian/libeinfo1.install
--- openrc-0.53/debian/libeinfo1.install        2024-01-22 14:18:38.000000000 
-0300
+++ openrc-0.53/debian/libeinfo1.install        1969-12-31 21:00:00.000000000 
-0300
@@ -1 +0,0 @@
-lib/*/libeinfo.so.*
diff -Nru openrc-0.53/debian/libeinfo1t64.install 
openrc-0.53/debian/libeinfo1t64.install
--- openrc-0.53/debian/libeinfo1t64.install     1969-12-31 21:00:00.000000000 
-0300
+++ openrc-0.53/debian/libeinfo1t64.install     2024-01-22 14:18:38.000000000 
-0300
@@ -0,0 +1 @@
+lib/*/libeinfo.so.*
diff -Nru openrc-0.53/debian/libeinfo1t64.lintian-overrides 
openrc-0.53/debian/libeinfo1t64.lintian-overrides
--- openrc-0.53/debian/libeinfo1t64.lintian-overrides   1969-12-31 
21:00:00.000000000 -0300
+++ openrc-0.53/debian/libeinfo1t64.lintian-overrides   2024-02-05 
00:38:20.000000000 -0300
@@ -0,0 +1 @@
+libeinfo1t64: package-name-doesnt-match-sonames libeinfo1
diff -Nru openrc-0.53/debian/librc1.install openrc-0.53/debian/librc1.install
--- openrc-0.53/debian/librc1.install   2024-01-22 14:18:38.000000000 -0300
+++ openrc-0.53/debian/librc1.install   1969-12-31 21:00:00.000000000 -0300
@@ -1 +0,0 @@
-/lib/*/librc.so.*
diff -Nru openrc-0.53/debian/librc1t64.install 
openrc-0.53/debian/librc1t64.install
--- openrc-0.53/debian/librc1t64.install        1969-12-31 21:00:00.000000000 
-0300
+++ openrc-0.53/debian/librc1t64.install        2024-01-22 14:18:38.000000000 
-0300
@@ -0,0 +1 @@
+/lib/*/librc.so.*
diff -Nru openrc-0.53/debian/librc1t64.lintian-overrides 
openrc-0.53/debian/librc1t64.lintian-overrides
--- openrc-0.53/debian/librc1t64.lintian-overrides      1969-12-31 
21:00:00.000000000 -0300
+++ openrc-0.53/debian/librc1t64.lintian-overrides      2024-02-05 
00:38:20.000000000 -0300
@@ -0,0 +1 @@
+librc1t64: package-name-doesnt-match-sonames librc1

--- End Message ---
--- Begin Message ---
Source: openrc
Source-Version: 0.53-1.1
Done: Benjamin Drung <[email protected]>

We believe that the bug you reported is fixed in the latest version of
openrc, 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 openrc 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: Thu, 29 Feb 2024 12:48:11 +0000
Source: openrc
Architecture: source
Version: 0.53-1.1
Distribution: unstable
Urgency: medium
Maintainer: OpenRC Debian Maintainers <[email protected]>
Changed-By: Benjamin Drung <[email protected]>
Closes: 1063099
Changes:
 openrc (0.53-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1063099
Checksums-Sha1:
 c7d6f3dc78517b4709c36c21003e45fcf9fbe97a 2347 openrc_0.53-1.1.dsc
 8bcd6af934571ee24efe40f4ef71b2bdce5005d2 26400 openrc_0.53-1.1.debian.tar.xz
 e5d29f42cae66497883366f9e29dab00cdd3b464 7982 openrc_0.53-1.1_source.buildinfo
Checksums-Sha256:
 7d696679a5c4aac5dd23939f63ca267c41169e5d67dbe5642c48c8835da7a3ed 2347 
openrc_0.53-1.1.dsc
 e4b70c805be77957a4df4bb14a5d6a05bd9b3cf42d60e9771a2a42844da4b634 26400 
openrc_0.53-1.1.debian.tar.xz
 30eb0f4382c2af4948abb296ad55e0cf8755ed3b09d74a9442ade48ca876c858 7982 
openrc_0.53-1.1_source.buildinfo
Files:
 5759238d39fc86adba468b04115ef67b 2347 admin optional openrc_0.53-1.1.dsc
 afb4bc260dc20477f454bdcba1c2d48e 26400 admin optional 
openrc_0.53-1.1.debian.tar.xz
 49ae532dde35dbb3d90290e775b37914 7982 admin optional 
openrc_0.53-1.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXgfRcACgkQFZ61xO/I
d0z21w/+Mqr5haojIEqz+XqF86iP1BvX3V16KAL1nWtCwNQmOnCd7UsBFIUjtGQ/
q9Ds6Z8tB1bJf9ZLuvIAOUQjFXlTROpFVv4oeiCwGUTNtyFKAAkwb1di5eMoDh+N
UrukUiGnqyBxGJNYK/7IxmdMR5hqSmlfkjF5Lyca5bVrgjJb68JeKr7bPia9yHYq
e+9NiwV/FbzfNcqoox2AO6ArI4O32OK1Gkz13hK/3c61hj9ZPwWFSv9Nql/ggczZ
ExKURKjnswmqOlBHcdV7K2lbJcfdFEbcon2zTxUQFr2aHSP0Eh8KHV5iB5S0binU
tQk6vY+N+5VmyZkKujuUN1bDSD0fGxjRznrqLCJTHcQ7wMh7zU4ZIZc1UYcWVKOV
gb96+QA0EE22TdWq0446ZC/rwO9I9U61lTrwAGTsJGYsIaRWjwf24Hs9K+mLLk2K
vPXDaIqzTt2bEm+08ZXVtvT2t9UINz3HusSe9gAMY7bOmvBRQpZHQDSWyb4cvHxe
/U36dKSdGzJEQ1F6MaOVuRXamNGzrx9nQfOxqitjgh4Z4mCYRFEvsIGRqdMaY9Xj
ot1r+N6nijA++MXdbgZU67qbMrFxxA2T8QX+an5YOqw4DY/Hp6sakQ+0IN+CPz0X
n3Ti1Qm30txrsilqBuB4Uw93+wtvE6P1+JPvZS/Eztt2XSZhIyg=
=mZUU
-----END PGP SIGNATURE-----

Attachment: pgpbvka_tj6Tw.pgp
Description: PGP signature


--- End Message ---

Reply via email to