Bug#1063167: neartree: NMU diff for 64-bit time_t transition

Benjamin Drung bdrung at debian.org
Wed Feb 28 22:39:14 GMT 2024


Source: neartree
Dear maintainer,

Please find attached a final version of this patch for the time_t
transition.  This patch is being uploaded to unstable.

Note that this adds a versioned build-dependency on dpkg-dev, to guard
against accidental backports with a wrong ABI.

Thanks!


-- System Information:
Debian Release: trixie/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-21-generic (SMP w/16 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
-------------- next part --------------
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-28 22:38:53.000000000 +0000
@@ -1,3 +1,10 @@
+neartree (5.1.1+dfsg1-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.  Closes: #1063167
+
+ -- Benjamin Drung <bdrung at debian.org>  Wed, 28 Feb 2024 22:38:53 +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-28 22:38:53.000000000 +0000
@@ -3,7 +3,7 @@
 Uploaders: Teemu Ikonen <tpikonen at gmail.com>
 Section: libdevel
 Priority: optional
-Build-Depends: debhelper-compat (= 13),
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
                libtool-bin,
                libcvector-dev
 Standards-Version: 4.6.2
@@ -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 at Base 5.1.1
- CNearTreeCompleteDelayedInsert at Base 5.1.1
- CNearTreeCoords at Base 5.1.1
- CNearTreeCount at Base 5.1.1
- CNearTreeCreate at Base 5.1.1
- CNearTreeDelayedInsert at Base 5.1.1
- CNearTreeDist at Base 5.1.1
- CNearTreeDistsq at Base 5.1.1
- CNearTreeFarthestNeighbor at Base 5.1.1
- CNearTreeFindFarthest at Base 5.1.1
- CNearTreeFindInAnnulus at Base 5.1.1
- CNearTreeFindInAnnulusL2LAZY at Base 5.1.1
- CNearTreeFindInSphere at Base 5.1.1
- CNearTreeFindInSphereL2LAZY at Base 5.1.1
- CNearTreeFindKFarthest at Base 5.1.1
- CNearTreeFindKNearInAnnulus at Base 5.1.1
- CNearTreeFindKNearest at Base 5.1.1
- CNearTreeFindKNearest_Annular at Base 5.1.1
- CNearTreeFindKNearest_Sphere at Base 5.1.1
- CNearTreeFindKTreeFarthest at Base 5.1.1
- CNearTreeFindKTreeNearest at Base 5.1.1
- CNearTreeFindOutSphere at Base 5.1.1
- CNearTreeFindOutSphereL2LAZY at Base 5.1.1
- CNearTreeFindTreeInAnnulus at Base 5.1.1
- CNearTreeFindTreeInSphere at Base 5.1.1
- CNearTreeFindTreeOutSphere at Base 5.1.1
- CNearTreeFree at Base 5.1.1
- CNearTreeGetDeferredSize at Base 5.1.1
- CNearTreeGetDelayedSize at Base 5.1.1
- CNearTreeGetDepth at Base 5.1.1
- CNearTreeGetDiamEstimate at Base 5.1.1
- CNearTreeGetDimEstimate at Base 5.1.1
- CNearTreeGetDimEstimateEsd at Base 5.1.1
- CNearTreeGetFlags at Base 5.1.1
- CNearTreeGetHeight at Base 5.1.1
- CNearTreeGetMeanSpacing at Base 5.1.1
- CNearTreeGetNodeVisits at Base 5.1.1
- CNearTreeGetSize at Base 5.1.1
- CNearTreeGetVarSpacing at Base 5.1.1
- CNearTreeImmediateInsert at Base 5.1.1
- CNearTreeInsert at Base 5.1.1
- CNearTreeLeftNearest at Base 5.1.1
- CNearTreeLeftNearestNeighbor at Base 5.1.1
- CNearTreeNearest at Base 5.1.1
- CNearTreeNearestL2LAZY at Base 5.1.1
- CNearTreeNearestNeighbor at Base 5.1.1
- CNearTreeNodeCount at Base 5.1.1
- CNearTreeNodeCreate at Base 5.1.1
- CNearTreeNodeFree at Base 5.1.1
- CNearTreeNodeInsert at Base 5.1.1
- CNearTreeNodeInsert_Flip at Base 5.1.1
- CNearTreeNodeReInsert_Flip at Base 5.1.1
- CNearTreeObjects at Base 5.1.1
- CNearTreeSetFlags at Base 5.1.1
- CNearTreeSetNorm at Base 5.1.1
- CNearTreeSortIn2 at Base 5.1.1
- CNearTreeSortIn at Base 5.1.1
- CNearTreeZeroIfEmpty at 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-28 22:38: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-28 22:38:49.000000000 +0000
@@ -0,0 +1,60 @@
+libCNearTree.so.7 libcneartree7t64 #MINVER#
+* Build-Depends-Package: libcneartree-dev
+ CNearTreeClear at Base 5.1.1
+ CNearTreeCompleteDelayedInsert at Base 5.1.1
+ CNearTreeCoords at Base 5.1.1
+ CNearTreeCount at Base 5.1.1
+ CNearTreeCreate at Base 5.1.1
+ CNearTreeDelayedInsert at Base 5.1.1
+ CNearTreeDist at Base 5.1.1
+ CNearTreeDistsq at Base 5.1.1
+ CNearTreeFarthestNeighbor at Base 5.1.1
+ CNearTreeFindFarthest at Base 5.1.1
+ CNearTreeFindInAnnulus at Base 5.1.1
+ CNearTreeFindInAnnulusL2LAZY at Base 5.1.1
+ CNearTreeFindInSphere at Base 5.1.1
+ CNearTreeFindInSphereL2LAZY at Base 5.1.1
+ CNearTreeFindKFarthest at Base 5.1.1
+ CNearTreeFindKNearInAnnulus at Base 5.1.1
+ CNearTreeFindKNearest at Base 5.1.1
+ CNearTreeFindKNearest_Annular at Base 5.1.1
+ CNearTreeFindKNearest_Sphere at Base 5.1.1
+ CNearTreeFindKTreeFarthest at Base 5.1.1
+ CNearTreeFindKTreeNearest at Base 5.1.1
+ CNearTreeFindOutSphere at Base 5.1.1
+ CNearTreeFindOutSphereL2LAZY at Base 5.1.1
+ CNearTreeFindTreeInAnnulus at Base 5.1.1
+ CNearTreeFindTreeInSphere at Base 5.1.1
+ CNearTreeFindTreeOutSphere at Base 5.1.1
+ CNearTreeFree at Base 5.1.1
+ CNearTreeGetDeferredSize at Base 5.1.1
+ CNearTreeGetDelayedSize at Base 5.1.1
+ CNearTreeGetDepth at Base 5.1.1
+ CNearTreeGetDiamEstimate at Base 5.1.1
+ CNearTreeGetDimEstimate at Base 5.1.1
+ CNearTreeGetDimEstimateEsd at Base 5.1.1
+ CNearTreeGetFlags at Base 5.1.1
+ CNearTreeGetHeight at Base 5.1.1
+ CNearTreeGetMeanSpacing at Base 5.1.1
+ CNearTreeGetNodeVisits at Base 5.1.1
+ CNearTreeGetSize at Base 5.1.1
+ CNearTreeGetVarSpacing at Base 5.1.1
+ CNearTreeImmediateInsert at Base 5.1.1
+ CNearTreeInsert at Base 5.1.1
+ CNearTreeLeftNearest at Base 5.1.1
+ CNearTreeLeftNearestNeighbor at Base 5.1.1
+ CNearTreeNearest at Base 5.1.1
+ CNearTreeNearestL2LAZY at Base 5.1.1
+ CNearTreeNearestNeighbor at Base 5.1.1
+ CNearTreeNodeCount at Base 5.1.1
+ CNearTreeNodeCreate at Base 5.1.1
+ CNearTreeNodeFree at Base 5.1.1
+ CNearTreeNodeInsert at Base 5.1.1
+ CNearTreeNodeInsert_Flip at Base 5.1.1
+ CNearTreeNodeReInsert_Flip at Base 5.1.1
+ CNearTreeObjects at Base 5.1.1
+ CNearTreeSetFlags at Base 5.1.1
+ CNearTreeSetNorm at Base 5.1.1
+ CNearTreeSortIn2 at Base 5.1.1
+ CNearTreeSortIn at Base 5.1.1
+ CNearTreeZeroIfEmpty at Base 5.1.1


More information about the debian-science-maintainers mailing list