Your message dated Wed, 28 Feb 2024 23:53:33 +0000
with message-id <e1rftjx-008aa2...@fasolo.debian.org>
and subject line Bug#1063167: fixed in neartree 5.1.1+dfsg1-2.1
has caused the Debian Bug report #1063167,
regarding neartree: 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.)


-- 
1063167: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063167
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: neartree
Version: 5.1.1+dfsg1-2
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
neartree 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 neartree
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-15-generic (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: 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: unable to detect
diff -Nru neartree-5.1.1+dfsg1/debian/changelog 
neartree-5.1.1+dfsg1/debian/changelog
--- neartree-5.1.1+dfsg1/debian/changelog       2023-01-19 11:36:22.000000000 
+0000
+++ neartree-5.1.1+dfsg1/debian/changelog       2024-02-05 15:07:49.000000000 
+0000
@@ -1,3 +1,10 @@
+neartree (5.1.1+dfsg1-2.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Graham Inggs <gin...@debian.org>  Mon, 05 Feb 2024 15:07:49 +0000
+
 neartree (5.1.1+dfsg1-2) unstable; urgency=medium
 
   * Team upload.
diff -Nru neartree-5.1.1+dfsg1/debian/control 
neartree-5.1.1+dfsg1/debian/control
--- neartree-5.1.1+dfsg1/debian/control 2023-01-19 11:36:22.000000000 +0000
+++ neartree-5.1.1+dfsg1/debian/control 2024-02-05 15:07:49.000000000 +0000
@@ -15,7 +15,7 @@
 Package: libcneartree-dev
 Architecture: any
 Multi-Arch: same
-Depends: libcneartree7 (= ${binary:Version}),
+Depends: libcneartree7t64 (= ${binary:Version}),
          ${misc:Depends}
 Pre-Depends: ${misc:Pre-Depends}
 Conflicts: libcneartree3-dev
@@ -32,7 +32,10 @@
  distance to the right less than the distance to the left; it was found
  that these checks make little to no difference.
 
-Package: libcneartree7
+Package: libcneartree7t64
+Provides: ${t64:Provides}
+Replaces: libcneartree7
+Breaks: libcneartree7 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
diff -Nru neartree-5.1.1+dfsg1/debian/libcneartree7.install 
neartree-5.1.1+dfsg1/debian/libcneartree7.install
--- neartree-5.1.1+dfsg1/debian/libcneartree7.install   2023-01-19 
11:36:22.000000000 +0000
+++ neartree-5.1.1+dfsg1/debian/libcneartree7.install   1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/lib*.so.*
diff -Nru neartree-5.1.1+dfsg1/debian/libcneartree7.symbols 
neartree-5.1.1+dfsg1/debian/libcneartree7.symbols
--- neartree-5.1.1+dfsg1/debian/libcneartree7.symbols   2023-01-19 
11:36:22.000000000 +0000
+++ neartree-5.1.1+dfsg1/debian/libcneartree7.symbols   1970-01-01 
00:00:00.000000000 +0000
@@ -1,60 +0,0 @@
-libCNearTree.so.7 libcneartree7 #MINVER#
-* Build-Depends-Package: libcneartree-dev
- CNearTreeClear@Base 5.1.1
- CNearTreeCompleteDelayedInsert@Base 5.1.1
- CNearTreeCoords@Base 5.1.1
- CNearTreeCount@Base 5.1.1
- CNearTreeCreate@Base 5.1.1
- CNearTreeDelayedInsert@Base 5.1.1
- CNearTreeDist@Base 5.1.1
- CNearTreeDistsq@Base 5.1.1
- CNearTreeFarthestNeighbor@Base 5.1.1
- CNearTreeFindFarthest@Base 5.1.1
- CNearTreeFindInAnnulus@Base 5.1.1
- CNearTreeFindInAnnulusL2LAZY@Base 5.1.1
- CNearTreeFindInSphere@Base 5.1.1
- CNearTreeFindInSphereL2LAZY@Base 5.1.1
- CNearTreeFindKFarthest@Base 5.1.1
- CNearTreeFindKNearInAnnulus@Base 5.1.1
- CNearTreeFindKNearest@Base 5.1.1
- CNearTreeFindKNearest_Annular@Base 5.1.1
- CNearTreeFindKNearest_Sphere@Base 5.1.1
- CNearTreeFindKTreeFarthest@Base 5.1.1
- CNearTreeFindKTreeNearest@Base 5.1.1
- CNearTreeFindOutSphere@Base 5.1.1
- CNearTreeFindOutSphereL2LAZY@Base 5.1.1
- CNearTreeFindTreeInAnnulus@Base 5.1.1
- CNearTreeFindTreeInSphere@Base 5.1.1
- CNearTreeFindTreeOutSphere@Base 5.1.1
- CNearTreeFree@Base 5.1.1
- CNearTreeGetDeferredSize@Base 5.1.1
- CNearTreeGetDelayedSize@Base 5.1.1
- CNearTreeGetDepth@Base 5.1.1
- CNearTreeGetDiamEstimate@Base 5.1.1
- CNearTreeGetDimEstimate@Base 5.1.1
- CNearTreeGetDimEstimateEsd@Base 5.1.1
- CNearTreeGetFlags@Base 5.1.1
- CNearTreeGetHeight@Base 5.1.1
- CNearTreeGetMeanSpacing@Base 5.1.1
- CNearTreeGetNodeVisits@Base 5.1.1
- CNearTreeGetSize@Base 5.1.1
- CNearTreeGetVarSpacing@Base 5.1.1
- CNearTreeImmediateInsert@Base 5.1.1
- CNearTreeInsert@Base 5.1.1
- CNearTreeLeftNearest@Base 5.1.1
- CNearTreeLeftNearestNeighbor@Base 5.1.1
- CNearTreeNearest@Base 5.1.1
- CNearTreeNearestL2LAZY@Base 5.1.1
- CNearTreeNearestNeighbor@Base 5.1.1
- CNearTreeNodeCount@Base 5.1.1
- CNearTreeNodeCreate@Base 5.1.1
- CNearTreeNodeFree@Base 5.1.1
- CNearTreeNodeInsert@Base 5.1.1
- CNearTreeNodeInsert_Flip@Base 5.1.1
- CNearTreeNodeReInsert_Flip@Base 5.1.1
- CNearTreeObjects@Base 5.1.1
- CNearTreeSetFlags@Base 5.1.1
- CNearTreeSetNorm@Base 5.1.1
- CNearTreeSortIn2@Base 5.1.1
- CNearTreeSortIn@Base 5.1.1
- CNearTreeZeroIfEmpty@Base 5.1.1
diff -Nru neartree-5.1.1+dfsg1/debian/libcneartree7t64.install 
neartree-5.1.1+dfsg1/debian/libcneartree7t64.install
--- neartree-5.1.1+dfsg1/debian/libcneartree7t64.install        1970-01-01 
00:00:00.000000000 +0000
+++ neartree-5.1.1+dfsg1/debian/libcneartree7t64.install        2023-01-19 
11:36:22.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/lib*.so.*
diff -Nru neartree-5.1.1+dfsg1/debian/libcneartree7t64.lintian-overrides 
neartree-5.1.1+dfsg1/debian/libcneartree7t64.lintian-overrides
--- neartree-5.1.1+dfsg1/debian/libcneartree7t64.lintian-overrides      
1970-01-01 00:00:00.000000000 +0000
+++ neartree-5.1.1+dfsg1/debian/libcneartree7t64.lintian-overrides      
2024-02-05 15:07:49.000000000 +0000
@@ -0,0 +1 @@
+libcneartree7t64: package-name-doesnt-match-sonames libcneartree7
diff -Nru neartree-5.1.1+dfsg1/debian/libcneartree7t64.symbols 
neartree-5.1.1+dfsg1/debian/libcneartree7t64.symbols
--- neartree-5.1.1+dfsg1/debian/libcneartree7t64.symbols        1970-01-01 
00:00:00.000000000 +0000
+++ neartree-5.1.1+dfsg1/debian/libcneartree7t64.symbols        2024-02-05 
15:07:49.000000000 +0000
@@ -0,0 +1,60 @@
+libCNearTree.so.7 libcneartree7t64 #MINVER#
+* Build-Depends-Package: libcneartree-dev
+ CNearTreeClear@Base 5.1.1
+ CNearTreeCompleteDelayedInsert@Base 5.1.1
+ CNearTreeCoords@Base 5.1.1
+ CNearTreeCount@Base 5.1.1
+ CNearTreeCreate@Base 5.1.1
+ CNearTreeDelayedInsert@Base 5.1.1
+ CNearTreeDist@Base 5.1.1
+ CNearTreeDistsq@Base 5.1.1
+ CNearTreeFarthestNeighbor@Base 5.1.1
+ CNearTreeFindFarthest@Base 5.1.1
+ CNearTreeFindInAnnulus@Base 5.1.1
+ CNearTreeFindInAnnulusL2LAZY@Base 5.1.1
+ CNearTreeFindInSphere@Base 5.1.1
+ CNearTreeFindInSphereL2LAZY@Base 5.1.1
+ CNearTreeFindKFarthest@Base 5.1.1
+ CNearTreeFindKNearInAnnulus@Base 5.1.1
+ CNearTreeFindKNearest@Base 5.1.1
+ CNearTreeFindKNearest_Annular@Base 5.1.1
+ CNearTreeFindKNearest_Sphere@Base 5.1.1
+ CNearTreeFindKTreeFarthest@Base 5.1.1
+ CNearTreeFindKTreeNearest@Base 5.1.1
+ CNearTreeFindOutSphere@Base 5.1.1
+ CNearTreeFindOutSphereL2LAZY@Base 5.1.1
+ CNearTreeFindTreeInAnnulus@Base 5.1.1
+ CNearTreeFindTreeInSphere@Base 5.1.1
+ CNearTreeFindTreeOutSphere@Base 5.1.1
+ CNearTreeFree@Base 5.1.1
+ CNearTreeGetDeferredSize@Base 5.1.1
+ CNearTreeGetDelayedSize@Base 5.1.1
+ CNearTreeGetDepth@Base 5.1.1
+ CNearTreeGetDiamEstimate@Base 5.1.1
+ CNearTreeGetDimEstimate@Base 5.1.1
+ CNearTreeGetDimEstimateEsd@Base 5.1.1
+ CNearTreeGetFlags@Base 5.1.1
+ CNearTreeGetHeight@Base 5.1.1
+ CNearTreeGetMeanSpacing@Base 5.1.1
+ CNearTreeGetNodeVisits@Base 5.1.1
+ CNearTreeGetSize@Base 5.1.1
+ CNearTreeGetVarSpacing@Base 5.1.1
+ CNearTreeImmediateInsert@Base 5.1.1
+ CNearTreeInsert@Base 5.1.1
+ CNearTreeLeftNearest@Base 5.1.1
+ CNearTreeLeftNearestNeighbor@Base 5.1.1
+ CNearTreeNearest@Base 5.1.1
+ CNearTreeNearestL2LAZY@Base 5.1.1
+ CNearTreeNearestNeighbor@Base 5.1.1
+ CNearTreeNodeCount@Base 5.1.1
+ CNearTreeNodeCreate@Base 5.1.1
+ CNearTreeNodeFree@Base 5.1.1
+ CNearTreeNodeInsert@Base 5.1.1
+ CNearTreeNodeInsert_Flip@Base 5.1.1
+ CNearTreeNodeReInsert_Flip@Base 5.1.1
+ CNearTreeObjects@Base 5.1.1
+ CNearTreeSetFlags@Base 5.1.1
+ CNearTreeSetNorm@Base 5.1.1
+ CNearTreeSortIn2@Base 5.1.1
+ CNearTreeSortIn@Base 5.1.1
+ CNearTreeZeroIfEmpty@Base 5.1.1

--- End Message ---
--- Begin Message ---
Source: neartree
Source-Version: 5.1.1+dfsg1-2.1
Done: Benjamin Drung <bdr...@debian.org>

We believe that the bug you reported is fixed in the latest version of
neartree, 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 1063...@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 neartree 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: Wed, 28 Feb 2024 22:38:53 +0000
Source: neartree
Architecture: source
Version: 5.1.1+dfsg1-2.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1063167
Changes:
 neartree (5.1.1+dfsg1-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1063167
Checksums-Sha1:
 2e96317f95764f531411610ed477895c3068fd3f 2107 neartree_5.1.1+dfsg1-2.1.dsc
 a684295ebc511ad7f5743094a02a61c1652ba9a0 5928 
neartree_5.1.1+dfsg1-2.1.debian.tar.xz
 715cfe4376d6794ab3a7ba022990f26f3fccec89 6337 
neartree_5.1.1+dfsg1-2.1_source.buildinfo
Checksums-Sha256:
 4426b81ada6d9a56610d79cd333c37c23aeadaf664aac0810d880cf0268dd5c8 2107 
neartree_5.1.1+dfsg1-2.1.dsc
 80c53bd06ef12fedc64e8afdea7f761d21ecba115681968c937a9979905b2441 5928 
neartree_5.1.1+dfsg1-2.1.debian.tar.xz
 71bc8d82dc0ea62a792c71e5e1ac9ca7113c413e0837bf73e81e17a060dace3e 6337 
neartree_5.1.1+dfsg1-2.1_source.buildinfo
Files:
 5417a55a933a669cd29437ae4f60255f 2107 libdevel optional 
neartree_5.1.1+dfsg1-2.1.dsc
 0225324d08ad1b2f7fc2d6bc4dd5a0c3 5928 libdevel optional 
neartree_5.1.1+dfsg1-2.1.debian.tar.xz
 25f2de6a5033a3fd5d790561e93ad3e1 6337 libdevel optional 
neartree_5.1.1+dfsg1-2.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXfthYACgkQFZ61xO/I
d0xr2RAAlkOb5S6FRC9dM1TF1uNyJgl/13R1fvYy8hD9v1OCcU3Jqh8AL3+wl2x0
ibk3zb3pNBeU/nzF9LUcTZnNwqCVhGZ37HZ/bpYMawrVid1BJCOZ7AHPQJN/CjFr
isZKlOvlSkzg8tQnRD5RBicZ5iyOmRo25YFhyO6o6aryf8pqgDMcdTSd4FNzjN4o
0qQlgQ6o8btZKYD37vlelPiA6cq4F4p02TM2AX/jSutWJeN4dMoDCtvLwOiNitaY
WcGxlO9aPQtu6Bs/8rqfNCp5Sv5n8i6+8yhO1EcPFLocp0f0pewRUiK58D8j4q+s
r3c99LPHRInVr5ZryetdO9CISi1tBtzZjCENxCBF/qc6bbC2dGTYB3WSZ7X0B1/9
y98WPwDUBKlvN/jtxAj2nl3HrPuiw1upZcWZIrM1nZooMULUQHMezP/YrVhJurCQ
7qlqTAHIUQRj2Dp+NKIBARuvX9B1D6MYYR8oUSxNc9k2tQEaMcQ9p5gZFTRjju2O
yaBI3fmJzf9PbclvaNfVDXgmKyLW7KpzVTUrH19Of+jr1H/9DGlUPJA77EgTnz8u
JYvkqHOnG4ySKPYedqraSmitHO3Q+k9IJQAtjw+s8ITTmc8TOtkpNsuIeKqKbRhL
c8ghP0PuTNwn3FmxjJaOna7KSILeqKDqdPa6hQ+OQyy6lXS+/kg=
=Skka
-----END PGP SIGNATURE-----

Attachment: pgpA8Q0UyVjza.pgp
Description: PGP signature


--- End Message ---
-- 
debian-science-maintainers mailing list
debian-science-maintainers@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to