Your message dated Thu, 29 Feb 2024 16:11:53 +0000
with message-id <e1rfj0j-00bvvx...@fasolo.debian.org>
and subject line Bug#1062876: fixed in s2geometry 0.10.0-6.1
has caused the Debian Bug report #1062876,
regarding s2geometry: 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.)


-- 
1062876: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062876
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: s2geometry
Version: 0.10.0-6
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
s2geometry 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 s2geometry
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'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-5-amd64 (SMP w/32 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=C, LC_CTYPE=C.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: unable to detect
diff -Nru s2geometry-0.10.0/debian/changelog s2geometry-0.10.0/debian/changelog
--- s2geometry-0.10.0/debian/changelog  2022-11-21 07:50:19.000000000 +0000
+++ s2geometry-0.10.0/debian/changelog  2024-02-03 21:04:24.000000000 +0000
@@ -1,3 +1,10 @@
+s2geometry (0.10.0-6.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Sergio Durigan Junior <sergi...@debian.org>  Sat, 03 Feb 2024 21:04:24 
+0000
+
 s2geometry (0.10.0-6) unstable; urgency=medium
 
   * Team upload.
diff -Nru s2geometry-0.10.0/debian/control s2geometry-0.10.0/debian/control
--- s2geometry-0.10.0/debian/control    2022-11-21 07:28:01.000000000 +0000
+++ s2geometry-0.10.0/debian/control    2024-02-03 21:04:23.000000000 +0000
@@ -17,7 +17,10 @@
 Vcs-Git: https://salsa.debian.org/DebianOnMobile-team/s2geometry.git
 Vcs-Browser: https://salsa.debian.org/DebianOnMobile-team/s2geometry
 
-Package: libs2-0
+Package: libs2-0t64
+Provides: ${t64:Provides}
+Replaces: libs2-0
+Breaks: libs2-0 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends}, ${shlibs:Depends}
@@ -30,7 +33,7 @@
 Architecture: any
 Multi-Arch: same
 Section: libdevel
-Depends: libs2-0 (= ${binary:Version}), ${misc:Depends},
+Depends: libs2-0t64 (= ${binary:Version}), ${misc:Depends},
          libssl-dev, libabsl-dev (>= 0~20220623)
 Description: ${source:Synopsis} - dev files
  ${source:Extended-Description}
@@ -40,7 +43,7 @@
 Package: python3-pywraps2
 Architecture: any
 Section: python
-Depends: libs2-0 (= ${binary:Version}),
+Depends: libs2-0t64 (= ${binary:Version}),
          ${shlibs:Depends}, ${misc:Depends},
          ${python3:Depends}
 Description: ${source:Synopsis} - Python bindings
diff -Nru s2geometry-0.10.0/debian/libs2-0.install 
s2geometry-0.10.0/debian/libs2-0.install
--- s2geometry-0.10.0/debian/libs2-0.install    2022-11-21 07:28:01.000000000 
+0000
+++ s2geometry-0.10.0/debian/libs2-0.install    1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-/usr/lib/*/libs2.so.*
diff -Nru s2geometry-0.10.0/debian/libs2-0t64.install 
s2geometry-0.10.0/debian/libs2-0t64.install
--- s2geometry-0.10.0/debian/libs2-0t64.install 1970-01-01 00:00:00.000000000 
+0000
+++ s2geometry-0.10.0/debian/libs2-0t64.install 2022-11-21 07:28:01.000000000 
+0000
@@ -0,0 +1 @@
+/usr/lib/*/libs2.so.*
diff -Nru s2geometry-0.10.0/debian/libs2-0t64.lintian-overrides 
s2geometry-0.10.0/debian/libs2-0t64.lintian-overrides
--- s2geometry-0.10.0/debian/libs2-0t64.lintian-overrides       1970-01-01 
00:00:00.000000000 +0000
+++ s2geometry-0.10.0/debian/libs2-0t64.lintian-overrides       2024-02-03 
21:04:23.000000000 +0000
@@ -0,0 +1 @@
+libs2-0t64: package-name-doesnt-match-sonames libs2-0

--- End Message ---
--- Begin Message ---
Source: s2geometry
Source-Version: 0.10.0-6.1
Done: Benjamin Drung <bdr...@debian.org>

We believe that the bug you reported is fixed in the latest version of
s2geometry, 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 s2geometry 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 15:37:54 +0000
Source: s2geometry
Architecture: source
Version: 0.10.0-6.1
Distribution: unstable
Urgency: medium
Maintainer: DebianOnMobile Team 
<debian-on-mobile-maintain...@alioth-lists.debian.net>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1062876
Changes:
 s2geometry (0.10.0-6.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1062876
Checksums-Sha1:
 2265faa6a97d2a2f6aefe92966de40f04024dcce 2549 s2geometry_0.10.0-6.1.dsc
 41c1f844395363e8dabda7d45fc755b0432826da 5760 
s2geometry_0.10.0-6.1.debian.tar.xz
 2ddf00276b81e29cc268edacb4c8eebdbda3023a 8990 
s2geometry_0.10.0-6.1_source.buildinfo
Checksums-Sha256:
 1fd501794daec4d73b77711a04d8ff04ad15f2d99a427fc67a800437bca5504a 2549 
s2geometry_0.10.0-6.1.dsc
 398c4b7137f3d2be9af4e77b57316bbdbdd2119ccfa0746804f900c30edb4b5f 5760 
s2geometry_0.10.0-6.1.debian.tar.xz
 a3f166256a35c64925df0b8c849e3e270d63ecdad8943b64b644186807b1f466 8990 
s2geometry_0.10.0-6.1_source.buildinfo
Files:
 c96cd6cd6d5d83a547b798b16839b585 2549 libs optional s2geometry_0.10.0-6.1.dsc
 308e3b758a2aae47cd0fba2ea68435b1 5760 libs optional 
s2geometry_0.10.0-6.1.debian.tar.xz
 dcd892d2680a386721a4a0fceebc326c 8990 libs optional 
s2geometry_0.10.0-6.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXgpSoACgkQFZ61xO/I
d0wOLhAAnFCxHJD6JEVCxGFzUtvPfCyx0OQ01zvWBTznNGhXCszi264krTcKt+ND
EbaF2Vq5qAzFjurPvS3bz9xPc4h8/evrWKWVkx4HMhrSe3wdMsCwyTryS8ilqjYr
GtHIrbcgqukN0Tb5pbI22NQ30koGj/Of4hpF0WnzoVHQz6bQK1CMl+tUoSU7eO7A
gieZ1GZ8Z+jtNWcxtp76CGz0DgqP0g1w6DwnpJQ+P87mNgHiMRnhJ7VEjqcpa/77
gJEPU3PG7dv4/tkPEB5O90dfwzHWK1JXcm9TKjy0iLqf2lB+Pze6SMiczOEYaFly
/afjVNx+37szXVHidOb7R1AqDhufcCY+mrTmmDiCiP4nRK3uCv9GwM8ypo0NG2wh
jFlmCkdhHkbGMaSFRM24xQ1yQ0LSIgU2SwV83MNxZUvihmIS8POH3jXBALiLYqZu
xkBSsaxIXx9M62dDGjV2ltBFPsdds5x7LjW73SN/m2GQaJxJ9boCl14V5o67ePCQ
qbeeFv2YjvuZEwcJHKM58eVuw04IPcrDXypzdG9SFld+8Fce7kLZOSG/0vc8gy8O
iosW1XCF8r1sLZDc0Y9r+Ml17DTtus6+MWIhVLUN+a10sSKyijenQJN58T3YrOHO
14kJfWyUd9BIKWu7XZaMdHZeUAQkyaM1tTzF4D+oT3ZuHeEHeoc=
=kEdd
-----END PGP SIGNATURE-----

Attachment: pgpA7F4JN_j8f.pgp
Description: PGP signature


--- End Message ---

Reply via email to