Your message dated Thu, 29 Feb 2024 18:14:33 +0000
with message-id <e1rfkvr-00cgth...@fasolo.debian.org>
and subject line Bug#1062923: fixed in srpc 0.10.1-1.1
has caused the Debian Bug report #1062923,
regarding srpc: 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 ow...@bugs.debian.org
immediately.)


-- 
1062923: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062923
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: srpc
Version: 0.10.1-1
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: debian-...@lists.debian.org
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
srpc 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 srpc
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 srpc-0.10.1/debian/changelog srpc-0.10.1/debian/changelog
--- srpc-0.10.1/debian/changelog        2024-01-08 13:28:03.000000000 +0000
+++ srpc-0.10.1/debian/changelog        2024-02-04 00:01:56.000000000 +0000
@@ -1,3 +1,10 @@
+srpc (0.10.1-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vor...@debian.org>  Sun, 04 Feb 2024 00:01:56 +0000
+
 srpc (0.10.1-1) unstable; urgency=medium
 
   * New upstream version
diff -Nru srpc-0.10.1/debian/control srpc-0.10.1/debian/control
--- srpc-0.10.1/debian/control  2024-01-08 13:14:46.000000000 +0000
+++ srpc-0.10.1/debian/control  2024-02-04 00:01:56.000000000 +0000
@@ -16,13 +16,14 @@
 Homepage: https://github.com/sogou/srpc
 Rules-Requires-Root: no
 
-Package: libsrpc0
+Package: libsrpc0t64
+Provides: ${t64:Provides}
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends},
          ${shlibs:Depends}
-Breaks: libsrpc (<< 0.9.7-1)
-Replaces: libsrpc (<< 0.9.7-1)
+Breaks: libsrpc0 (<< ${source:Version}), libsrpc (<< 0.9.7-1)
+Replaces: libsrpc0, libsrpc (<< 0.9.7-1)
 Description: Sogou RPC (SRPC) Runtime Library
  SRPC is an enterprise-level RPC framework widely used by Tencent, Sogou and
  many small and medium-sized companies.  It handles hundreds of millions of
@@ -36,7 +37,7 @@
 Package: libsrpc-dev
 Architecture: any
 Multi-Arch: same
-Depends: libsrpc0 (= ${binary:Version}),
+Depends: libsrpc0t64 (= ${binary:Version}),
          libsrpc-bin (= ${binary:Version}),
          ${misc:Depends},
          ${shlibs:Depends}
diff -Nru srpc-0.10.1/debian/libsrpc0.install 
srpc-0.10.1/debian/libsrpc0.install
--- srpc-0.10.1/debian/libsrpc0.install 2024-01-08 13:12:06.000000000 +0000
+++ srpc-0.10.1/debian/libsrpc0.install 1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-usr/lib/*/libsrpc.so.0.*
-usr/lib/*/libsrpc.so.0
diff -Nru srpc-0.10.1/debian/libsrpc0t64.install 
srpc-0.10.1/debian/libsrpc0t64.install
--- srpc-0.10.1/debian/libsrpc0t64.install      1970-01-01 00:00:00.000000000 
+0000
+++ srpc-0.10.1/debian/libsrpc0t64.install      2024-01-08 13:12:06.000000000 
+0000
@@ -0,0 +1,2 @@
+usr/lib/*/libsrpc.so.0.*
+usr/lib/*/libsrpc.so.0
diff -Nru srpc-0.10.1/debian/libsrpc0t64.lintian-overrides 
srpc-0.10.1/debian/libsrpc0t64.lintian-overrides
--- srpc-0.10.1/debian/libsrpc0t64.lintian-overrides    1970-01-01 
00:00:00.000000000 +0000
+++ srpc-0.10.1/debian/libsrpc0t64.lintian-overrides    2024-02-04 
00:01:56.000000000 +0000
@@ -0,0 +1 @@
+libsrpc0t64: package-name-doesnt-match-sonames libsrpc0

--- End Message ---
--- Begin Message ---
Source: srpc
Source-Version: 0.10.1-1.1
Done: Benjamin Drung <bdr...@debian.org>

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

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


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

Format: 1.8
Date: Thu, 29 Feb 2024 17:26:31 +0000
Source: srpc
Architecture: source
Version: 0.10.1-1.1
Distribution: unstable
Urgency: medium
Maintainer: Lance Lin <lq27...@gmail.com>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1062923
Changes:
 srpc (0.10.1-1.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062923
Checksums-Sha1:
 2543a1f97c763b10ac2428235413cf12733b8b63 2024 srpc_0.10.1-1.1.dsc
 ea5a6c1aa91efa8b9d56c9a9a14ee4617c2b832a 3824 srpc_0.10.1-1.1.debian.tar.xz
 4005b5a8aef323ec94addd972923ddc597f4be66 8115 srpc_0.10.1-1.1_source.buildinfo
Checksums-Sha256:
 dd8070b5af149f05d2c0583f375497a6eef81d5a0ecd9039f3146574f5c19777 2024 
srpc_0.10.1-1.1.dsc
 f4eb6c5a859a8361712dcf8f21d6378e75fb4fabb017a53c83eac822e80c72de 3824 
srpc_0.10.1-1.1.debian.tar.xz
 6cab779837eaf1a0853d398ab019eff30dc1da005bc344ae973190778f1ef4bc 8115 
srpc_0.10.1-1.1_source.buildinfo
Files:
 db7b5b787a33dd3fa36c5d523b961830 2024 libs optional srpc_0.10.1-1.1.dsc
 6cbe0e73cd598b46250b8d339f2c3c9f 3824 libs optional 
srpc_0.10.1-1.1.debian.tar.xz
 653f36674e021416385ea634f0091ac0 8115 libs optional 
srpc_0.10.1-1.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXgvlwACgkQFZ61xO/I
d0xESg/9EJWrsOnC2CCScpRQ0M7BPbOfvTTz9f8nkAZ6jgRcTcmsAc0J+O3L+3Vo
HHNPuumiemKk2kb54mrDx2F1VYt3zlsuqj7zzsXgIw3J6D0sueIUSd1t98SPH9Dw
k30mSfUmPvrstg9iKVsFXdV82jF0BASEGwAjD7KXF0jpc0n4a5EpUDO59HdUnwh2
oiUPpxmGgWyc/hF5esaOZI3ymBl9sZy7ZDFuOMA6KrijAk0v/O7b/vLPNNa6QJtd
grUvLGT58Mhumx+jsHLubc/phxfac9Zvfh5aSg/kJjT+BmXgoQQ7VsKUm6Eoc4gP
f/fOxaLNZkoEcWsb5XCcer5XPhtqRy7jbJZJSQmzp7naZe23d+wuHDRWz7Xc6LdC
ksivM+8Xaipz0FxQzoVenew1ERkbQwORzdVlg46FP22AVq0jIiq7BbkK3KT+ypCx
mg3M+VkQj45lGyVg/POZJIbqQphP/TnqHV7cgrAu579DRAg8ceVvUEN4EAPDJY2z
jnadPIBnSFyDnge4DAn5nZXEtDIUH9gJ/2PmR3Qvl+rJWOiXSODQ5wqxG/Ekec4M
vbhqhENUaJ4N8qXnKaWWmYeW/76Rq7I3jxK++qohPjSzhewKDO9MNOrnELwH/mcQ
vLiRBt0o97lODrGFLcP3Ku+0p2MSj0ixk9+vBz6298lOl1KAfM8=
=ZGTe
-----END PGP SIGNATURE-----

Attachment: pgp6eT7vgMtue.pgp
Description: PGP signature


--- End Message ---

Reply via email to