Your message dated Fri, 01 Mar 2024 06:05:06 +0000
with message-id <e1rfw14-00emxa...@fasolo.debian.org>
and subject line Bug#1062585: fixed in libphonenumber 8.12.57+ds-4.1
has caused the Debian Bug report #1062585,
regarding libphonenumber: 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.)


-- 
1062585: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062585
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libphonenumber
Version: 8.12.57+ds-4
Severity: serious
Tags: patch pending
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
libphonenumber 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 libphonenumber
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 libphonenumber-8.12.57+ds/debian/changelog 
libphonenumber-8.12.57+ds/debian/changelog
--- libphonenumber-8.12.57+ds/debian/changelog  2023-07-20 04:36:41.000000000 
+0000
+++ libphonenumber-8.12.57+ds/debian/changelog  2024-02-02 03:11:37.000000000 
+0000
@@ -1,3 +1,10 @@
+libphonenumber (8.12.57+ds-4.1~exp1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Adjust Provides for 64-bit time_t transition.
+
+ -- Steve Langasek <vor...@debian.org>  Fri, 02 Feb 2024 03:11:37 +0000
+
 libphonenumber (8.12.57+ds-4) unstable; urgency=medium
 
   * Team upload.
diff -Nru libphonenumber-8.12.57+ds/debian/rules 
libphonenumber-8.12.57+ds/debian/rules
--- libphonenumber-8.12.57+ds/debian/rules      2023-07-20 04:36:41.000000000 
+0000
+++ libphonenumber-8.12.57+ds/debian/rules      2024-02-02 03:11:20.000000000 
+0000
@@ -1,5 +1,8 @@
 #!/usr/bin/make -f
 
+DEB_HOST_ARCH_BITS ?= $(shell dpkg-architecture -qDEB_HOST_ARCH_BITS)
+DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
+
 %:
        dh $@
 
@@ -9,10 +12,13 @@
 protobufapi := $(shell dpkg-query -W -f '$${Provides}' libprotobuf-dev | grep 
-o 'protobuf-api-[^ ]*')
 
 # virtual package to represent libphonenumber and protobuf ABI
-phonenumberprotoabi := libphonenumber8-protobuf$(shell dpkg-query -W -f 
'$${Depends}' libprotobuf-dev | sed -n 's/.*libprotobuf\([0-9]*\) .*/\1/p')
+phonenumberprotoabi := libphonenumber8t64-protobuf$(shell dpkg-query -W -f 
'$${Depends}' libprotobuf-dev | sed -n 's/.*libprotobuf\([0-9]*\) .*/\1/p')
+ifneq (,$(filter 64,$(DEB_HOST_ARCH_BITS))$(filter i386,$(DEB_HOST_ARCH)))
+  phonenumberprotocompatabi := , libphonenumber8-protobuf$(shell dpkg-query -W 
-f '$${Depends}' libprotobuf-dev | sed -n 's/.*libprotobuf\([0-9]*\) .*/\1/p')
+endif
 
 execute_before_dh_gencontrol:
-       echo 'libphonenumber:Provides=$(phonenumberprotoabi)' >> 
debian/libphonenumber8.substvars
+       echo 
'libphonenumber:Provides=$(phonenumberprotoabi)$(phonenumberprotocompatabi)' >> 
debian/libphonenumber8.substvars
        echo 'protobuf:API=$(protobufapi)' >> 
debian/libphonenumber-dev.substvars
 
 override_dh_makeshlibs:

--- End Message ---
--- Begin Message ---
Source: libphonenumber
Source-Version: 8.12.57+ds-4.1
Done: Steve Langasek <vor...@debian.org>

We believe that the bug you reported is fixed in the latest version of
libphonenumber, 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.
Steve Langasek <vor...@debian.org> (supplier of updated libphonenumber 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: Fri, 01 Mar 2024 05:44:33 +0000
Source: libphonenumber
Architecture: source
Version: 8.12.57+ds-4.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Java Maintainers 
<pkg-java-maintain...@lists.alioth.debian.org>
Changed-By: Steve Langasek <vor...@debian.org>
Closes: 1062585
Changes:
 libphonenumber (8.12.57+ds-4.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Adjust Provides for 64-bit time_t transition.  Closes: #1062585.
Checksums-Sha1:
 175a7f5525371ea5c92d3741bb9f6f232a85ec7a 2954 libphonenumber_8.12.57+ds-4.1.dsc
 68dfa2379382accee2c93f2645ded2c38aac5ede 12716 
libphonenumber_8.12.57+ds-4.1.debian.tar.xz
 37be93b9804fd007de9c81729a9e98353cb0ef28 6689 
libphonenumber_8.12.57+ds-4.1_source.buildinfo
Checksums-Sha256:
 0a0308fb4e9a1506d17901f29bafba7c779dc69379edd8e2c21a7e7b08a7b717 2954 
libphonenumber_8.12.57+ds-4.1.dsc
 44a14a863d8fb632a82eb6b61b3e42168ac44926ed7d9914520a9fcb0f8f030e 12716 
libphonenumber_8.12.57+ds-4.1.debian.tar.xz
 06214d52634f097e732c86c7ed2567bbf70ad2d36f06963451322b39d554ab5c 6689 
libphonenumber_8.12.57+ds-4.1_source.buildinfo
Files:
 793de216262c3e82daa0e219375bbd5a 2954 libs optional 
libphonenumber_8.12.57+ds-4.1.dsc
 d1147487e9f7ef43a61b99a5135d31e3 12716 libs optional 
libphonenumber_8.12.57+ds-4.1.debian.tar.xz
 45febec06d4d64cfa28be89911eaf510 6689 libs optional 
libphonenumber_8.12.57+ds-4.1_source.buildinfo

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

iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXha9ESHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9accQAIGv3Zk7mDkKnOuqH3ckIKlyLMIFYav6
OQRkRVzh8K1aMiAi07pzOafqhEztEP2VHcgUBMWDBfA0P444PfenFFS5SMRu6I8q
glgJxyPaUVE4prziixwT9bgkjhXQ/axKdu9kS4Ql/gUhD9zIFs9gSP027LKxSrX0
aA1q1CW/QTqdaNI8nPR1Fn08+5vxPMB1OpMXBo1yH1iCYck+B0Fuip6kTcH6pER7
8vLUZb7FwtrSLb0q3ZdCTZbls3VVfIih4i0Aa4TeJv39+lLcOJVSysvYIOPGlDpH
0SpDLxs24kx369gVGg+xny103twhr+9UchUX1HSVW2e9gCKEme/BfykAQYTd5fI4
2NJfiZA9VRsDH84HdQPOXmz1IkBFtBb5tV2153vZUFkATxBLLFzWD8DUI7GVqSbw
YDomzw1v8ZqpUEI6NoimtkXZNUQ/mZGWrIzSdX7OC7smbi7xgitktl/zYfsWUnpp
99xJyhPKbECu0RxQ/vUxCL6K1ICoUgHVdbIC4DXW9mFBp96O/3+j9aDjEKlRw0kV
4+X7+LD2Rmq0EwhfHY76DZL9c6n9m5AnAvo1anp+JOeSVOCb4TR/cO74iAqxJvm4
Og0Z3rSKZ5hVO49meZmg1MvNjQZq8rWF/MlasGcIi6UxemYUDXAtvG0NgSroglVx
ga1gVrV75sSy
=Cagb
-----END PGP SIGNATURE-----

Attachment: pgpOsFBGvavsY.pgp
Description: PGP signature


--- End Message ---

Reply via email to