Your message dated Thu, 29 Feb 2024 00:04:35 +0000
with message-id <[email protected]>
and subject line Bug#1063016: fixed in upb 0.0.0~git200730-1.1
has caused the Debian Bug report #1063016,
regarding upb: 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.)


-- 
1063016: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063016
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: upb
Version: 0.0.0~git200730-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
upb 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 upb
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.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 upb-0.0.0~git200730/debian/changelog 
upb-0.0.0~git200730/debian/changelog
--- upb-0.0.0~git200730/debian/changelog        2020-08-01 21:20:30.000000000 
+0000
+++ upb-0.0.0~git200730/debian/changelog        2024-02-04 12:12:38.000000000 
+0000
@@ -1,3 +1,10 @@
+upb (0.0.0~git200730-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]>  Sun, 04 Feb 2024 12:12:38 +0000
+
 upb (0.0.0~git200730-1) unstable; urgency=medium
 
   * New git snapshot release.
diff -Nru upb-0.0.0~git200730/debian/control upb-0.0.0~git200730/debian/control
--- upb-0.0.0~git200730/debian/control  2020-04-04 21:35:16.000000000 +0000
+++ upb-0.0.0~git200730/debian/control  2024-02-04 12:12:38.000000000 +0000
@@ -7,7 +7,10 @@
 Standards-Version: 4.5.0
 Homepage: https://github.com/protocolbuffers/upb/wiki
 
-Package: libupb0
+Package: libupb0t64
+Provides: ${t64:Provides}
+Replaces: libupb0
+Breaks: libupb0 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -24,7 +27,7 @@
 Architecture: any
 Multi-Arch: same
 Section: libdevel
-Depends: ${misc:Depends}, libupb0 (= ${binary:Version})
+Depends: ${misc:Depends}, libupb0t64 (= ${binary:Version})
 Description: small protobuf implementation in C (development files)
  upb generates a C API for creating, parsing, and serializing messages as
  declared in .proto files. upb is heavily arena-based: all messages always
diff -Nru upb-0.0.0~git200730/debian/libupb0.install 
upb-0.0.0~git200730/debian/libupb0.install
--- upb-0.0.0~git200730/debian/libupb0.install  2020-04-04 21:35:16.000000000 
+0000
+++ upb-0.0.0~git200730/debian/libupb0.install  1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-usr/lib/*/*.so.*
diff -Nru upb-0.0.0~git200730/debian/libupb0.shlibs 
upb-0.0.0~git200730/debian/libupb0.shlibs
--- upb-0.0.0~git200730/debian/libupb0.shlibs   2020-08-01 21:20:30.000000000 
+0000
+++ upb-0.0.0~git200730/debian/libupb0.shlibs   1970-01-01 00:00:00.000000000 
+0000
@@ -1,6 +0,0 @@
-libdescriptor_upb_proto 0 libupb0 (>= 0.0.0~git200409)
-libupb 0 libupb0 (>= 0.0.0~git200409)
-libupb_handlers 0 libupb0 (>= 0.0.0~git200409)
-libupb_json 0 libupb0 (>= 0.0.0~git200409)
-libupb_pb 0 libupb0 (>= 0.0.0~git200409)
-libupb_reflection 0 libupb0 (>= 0.0.0~git200409)
diff -Nru upb-0.0.0~git200730/debian/libupb0t64.install 
upb-0.0.0~git200730/debian/libupb0t64.install
--- upb-0.0.0~git200730/debian/libupb0t64.install       1970-01-01 
00:00:00.000000000 +0000
+++ upb-0.0.0~git200730/debian/libupb0t64.install       2020-04-04 
21:35:16.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/*.so.*
diff -Nru upb-0.0.0~git200730/debian/libupb0t64.lintian-overrides 
upb-0.0.0~git200730/debian/libupb0t64.lintian-overrides
--- upb-0.0.0~git200730/debian/libupb0t64.lintian-overrides     1970-01-01 
00:00:00.000000000 +0000
+++ upb-0.0.0~git200730/debian/libupb0t64.lintian-overrides     2024-02-04 
12:12:38.000000000 +0000
@@ -0,0 +1 @@
+libupb0t64: package-name-doesnt-match-sonames libupb0
diff -Nru upb-0.0.0~git200730/debian/libupb0t64.shlibs 
upb-0.0.0~git200730/debian/libupb0t64.shlibs
--- upb-0.0.0~git200730/debian/libupb0t64.shlibs        1970-01-01 
00:00:00.000000000 +0000
+++ upb-0.0.0~git200730/debian/libupb0t64.shlibs        2024-02-04 
12:12:38.000000000 +0000
@@ -0,0 +1,6 @@
+libdescriptor_upb_proto 0 libupb0t64 (>= 0.0.0~git200409)
+libupb 0 libupb0t64 (>= 0.0.0~git200409)
+libupb_handlers 0 libupb0t64 (>= 0.0.0~git200409)
+libupb_json 0 libupb0t64 (>= 0.0.0~git200409)
+libupb_pb 0 libupb0t64 (>= 0.0.0~git200409)
+libupb_reflection 0 libupb0t64 (>= 0.0.0~git200409)

--- End Message ---
--- Begin Message ---
Source: upb
Source-Version: 0.0.0~git200730-1.1
Done: Steve Langasek <[email protected]>

We believe that the bug you reported is fixed in the latest version of
upb, 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 upb 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 21:26:22 +0000
Source: upb
Architecture: source
Version: 0.0.0~git200730-1.1
Distribution: unstable
Urgency: medium
Maintainer: Laszlo Boszormenyi (GCS) <[email protected]>
Changed-By: Steve Langasek <[email protected]>
Closes: 1063016
Changes:
 upb (0.0.0~git200730-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1063016
Checksums-Sha1:
 a2586e4e61bb994b87586a5554b12a97d0708762 1886 upb_0.0.0~git200730-1.1.dsc
 7788bed26f9e658c2c87928fa5d76232c7a445ae 4868 
upb_0.0.0~git200730-1.1.debian.tar.xz
 b5338de09c6e2592c214c958179520eb5a8cbdf3 7558 
upb_0.0.0~git200730-1.1_source.buildinfo
Checksums-Sha256:
 3675fcd233d778f6a34e06928729edf1a774706c0bc30ff51ffbfa9901c52bfd 1886 
upb_0.0.0~git200730-1.1.dsc
 9a22baa70f7770dfdcab1576bf7f97d97399a7e58b0195629b21ca22caa94769 4868 
upb_0.0.0~git200730-1.1.debian.tar.xz
 8d87dfb3b5eb41cf7bc7d558f2a94c09a7f56ed3b5a8af1ad2a39e067c91fa15 7558 
upb_0.0.0~git200730-1.1_source.buildinfo
Files:
 017651e3c78273a328430d648a5e045b 1886 devel optional 
upb_0.0.0~git200730-1.1.dsc
 d8f9d67f7262e4caa8abd09903bc7e7e 4868 devel optional 
upb_0.0.0~git200730-1.1.debian.tar.xz
 10a820af8124287691aa4fbe6363c1e4 7558 devel optional 
upb_0.0.0~git200730-1.1_source.buildinfo

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

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXfpQ4SHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9CoAQAKcpcRgR8VB3nmyuN0vjXiYK36PLdqBK
wUEYoiWWoB3L0r4fjq3uC9XkoLJMbYZW7cwH24jeOPIOYieHriM+X3KFpbYsxk/P
jmV8102qbTIQnS0/9NL9bzwFZRNzanWWWl76RhKKHAuA/l389NFEdbqjQPRZN/Qf
8cNg0VE8LiroAUS9T7I9OTCSE+GOgFdbR5PmVkOBWY0KFetmag2LjoI6Bhb4F0n1
NFznaG1xQGoy05kE5zdN0jYJ7oUe3xakrqlu1kN1TpGDe8mROrpks78GKGtO6ogg
P2f6YgY5AwzgEksdn05hyzAAinW9cO1WNVphs9VEUxf6SJ8gfae4B0Gn7ohsqneY
FBGEDTMRYOKFScMzYZV8MQ2s5w0saK55P0ZSyEchggAdOiaxq6ayeHZiaUZhwkp7
w5eKQ4FvJ/B3WKExq4wY/FXX7Autyilo0N8WzMn1Syaj8V2d6L1U+TcdSXLypOqP
fADgYiEOlK1mYV8otmpTsqRVtfGqv5jq52LAz6rPO2wags0drdHbfQfDIbw9oMNd
mHCndI+rF2dhMQvw0BpM4/e2Hga16HszZswgomb6A3qxj376TwnMe9Mv07ji/OXu
4UQUgfZtpifpxPB6V72kkvoM+322rDbwzv/+QWY0kshxIKLbi7/v9esR6pq0jWgA
J4izP4hKhIDb
=txCp
-----END PGP SIGNATURE-----

Attachment: pgpDwuujSVmkD.pgp
Description: PGP signature


--- End Message ---

Reply via email to