Your message dated Thu, 29 Feb 2024 04:47:16 +0000
with message-id <e1rfykc-009bhm...@fasolo.debian.org>
and subject line Bug#1063227: fixed in octomap 1.9.7+dfsg-3.1
has caused the Debian Bug report #1063227,
regarding octomap: 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.)


-- 
1063227: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063227
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: octomap
Version: 1.9.7+dfsg-3
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
octomap 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 octomap
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 octomap-1.9.7+dfsg/debian/changelog 
octomap-1.9.7+dfsg/debian/changelog
--- octomap-1.9.7+dfsg/debian/changelog 2021-08-26 18:30:54.000000000 +0000
+++ octomap-1.9.7+dfsg/debian/changelog 2024-02-05 18:45:29.000000000 +0000
@@ -1,3 +1,10 @@
+octomap (1.9.7+dfsg-3.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Graham Inggs <gin...@debian.org>  Mon, 05 Feb 2024 18:45:29 +0000
+
 octomap (1.9.7+dfsg-3) unstable; urgency=medium
 
   * Move to unstable
diff -Nru octomap-1.9.7+dfsg/debian/control octomap-1.9.7+dfsg/debian/control
--- octomap-1.9.7+dfsg/debian/control   2021-04-30 16:07:28.000000000 +0000
+++ octomap-1.9.7+dfsg/debian/control   2024-02-05 18:45:29.000000000 +0000
@@ -12,7 +12,10 @@
 Vcs-Browser: https://salsa.debian.org/science-team/octomap
 Vcs-Git: https://salsa.debian.org/science-team/octomap.git
 
-Package: liboctomap1.9
+Package: liboctomap1.9t64
+Provides: ${t64:Provides}
+Replaces: liboctomap1.9
+Breaks: liboctomap1.9 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -40,7 +43,7 @@
 Architecture: any
 Multi-Arch: same
 Section: libdevel
-Depends: liboctomap1.9 (= ${binary:Version}),
+Depends: liboctomap1.9t64 (= ${binary:Version}),
          ${misc:Depends}
 Conflicts: liboctomap1.8
 Replaces: liboctomap1.8
@@ -51,7 +54,10 @@
  to meet the following requirements: Full 3D model, Updatable, Flexible and
  Compact. This package contains the development stuff.
 
-Package: libdynamicedt3d1.9
+Package: libdynamicedt3d1.9t64
+Provides: ${t64:Provides}
+Replaces: libdynamicedt3d1.9
+Breaks: libdynamicedt3d1.9 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -66,7 +72,7 @@
 Architecture: any
 Multi-Arch: same
 Section: libdevel
-Depends: libdynamicedt3d1.9 (= ${binary:Version}), liboctomap-dev,
+Depends: libdynamicedt3d1.9t64 (= ${binary:Version}), liboctomap-dev,
          ${misc:Depends}
 Conflicts: libdynamicedt3d1.8
 Replaces: libdynamicedt3d1.8
@@ -77,7 +83,10 @@
  to propagate changes to the EDT. This package contains the development
  files.
 
-Package: liboctovis1.9
+Package: liboctovis1.9t64
+Provides: ${t64:Provides}
+Replaces: liboctovis1.9
+Breaks: liboctovis1.9 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Section: libs
@@ -91,7 +100,7 @@
 Architecture: any
 Multi-Arch: same
 Section: libdevel
-Depends: liboctovis1.9 (= ${binary:Version}), liboctomap-dev,
+Depends: liboctovis1.9t64 (= ${binary:Version}), liboctomap-dev,
          ${misc:Depends}
 Conflicts: liboctomap1.8
 Replaces: liboctomap1.8
@@ -102,7 +111,7 @@
 
 Package: octovis
 Architecture: any
-Depends: liboctovis1.9 (= ${binary:Version}),
+Depends: liboctovis1.9t64 (= ${binary:Version}),
          ${misc:Depends}, ${shlibs:Depends},
 Conflicts: liboctomap1.8
 Replaces: liboctomap1.8
diff -Nru octomap-1.9.7+dfsg/debian/libdynamicedt3d1.9.install 
octomap-1.9.7+dfsg/debian/libdynamicedt3d1.9.install
--- octomap-1.9.7+dfsg/debian/libdynamicedt3d1.9.install        2021-04-30 
16:07:28.000000000 +0000
+++ octomap-1.9.7+dfsg/debian/libdynamicedt3d1.9.install        1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libdynamicedt3d.so.*
diff -Nru octomap-1.9.7+dfsg/debian/libdynamicedt3d1.9t64.install 
octomap-1.9.7+dfsg/debian/libdynamicedt3d1.9t64.install
--- octomap-1.9.7+dfsg/debian/libdynamicedt3d1.9t64.install     1970-01-01 
00:00:00.000000000 +0000
+++ octomap-1.9.7+dfsg/debian/libdynamicedt3d1.9t64.install     2021-04-30 
16:07:28.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libdynamicedt3d.so.*
diff -Nru octomap-1.9.7+dfsg/debian/libdynamicedt3d1.9t64.lintian-overrides 
octomap-1.9.7+dfsg/debian/libdynamicedt3d1.9t64.lintian-overrides
--- octomap-1.9.7+dfsg/debian/libdynamicedt3d1.9t64.lintian-overrides   
1970-01-01 00:00:00.000000000 +0000
+++ octomap-1.9.7+dfsg/debian/libdynamicedt3d1.9t64.lintian-overrides   
2024-02-05 18:45:29.000000000 +0000
@@ -0,0 +1 @@
+libdynamicedt3d1.9t64: package-name-doesnt-match-sonames libdynamicedt3d1.9
diff -Nru octomap-1.9.7+dfsg/debian/liboctomap1.9.docs 
octomap-1.9.7+dfsg/debian/liboctomap1.9.docs
--- octomap-1.9.7+dfsg/debian/liboctomap1.9.docs        2021-04-30 
16:07:28.000000000 +0000
+++ octomap-1.9.7+dfsg/debian/liboctomap1.9.docs        1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-octomap/CHANGELOG.txt
diff -Nru octomap-1.9.7+dfsg/debian/liboctomap1.9.install 
octomap-1.9.7+dfsg/debian/liboctomap1.9.install
--- octomap-1.9.7+dfsg/debian/liboctomap1.9.install     2021-04-30 
16:07:28.000000000 +0000
+++ octomap-1.9.7+dfsg/debian/liboctomap1.9.install     1970-01-01 
00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-usr/lib/*/liboctomap.so.*
-usr/lib/*/liboctomath.so.*
diff -Nru octomap-1.9.7+dfsg/debian/liboctomap1.9t64.docs 
octomap-1.9.7+dfsg/debian/liboctomap1.9t64.docs
--- octomap-1.9.7+dfsg/debian/liboctomap1.9t64.docs     1970-01-01 
00:00:00.000000000 +0000
+++ octomap-1.9.7+dfsg/debian/liboctomap1.9t64.docs     2021-04-30 
16:07:28.000000000 +0000
@@ -0,0 +1 @@
+octomap/CHANGELOG.txt
diff -Nru octomap-1.9.7+dfsg/debian/liboctomap1.9t64.install 
octomap-1.9.7+dfsg/debian/liboctomap1.9t64.install
--- octomap-1.9.7+dfsg/debian/liboctomap1.9t64.install  1970-01-01 
00:00:00.000000000 +0000
+++ octomap-1.9.7+dfsg/debian/liboctomap1.9t64.install  2021-04-30 
16:07:28.000000000 +0000
@@ -0,0 +1,2 @@
+usr/lib/*/liboctomap.so.*
+usr/lib/*/liboctomath.so.*
diff -Nru octomap-1.9.7+dfsg/debian/liboctomap1.9t64.lintian-overrides 
octomap-1.9.7+dfsg/debian/liboctomap1.9t64.lintian-overrides
--- octomap-1.9.7+dfsg/debian/liboctomap1.9t64.lintian-overrides        
1970-01-01 00:00:00.000000000 +0000
+++ octomap-1.9.7+dfsg/debian/liboctomap1.9t64.lintian-overrides        
2024-02-05 18:45:29.000000000 +0000
@@ -0,0 +1 @@
+liboctomap1.9t64: package-name-doesnt-match-sonames liboctomap1.9
diff -Nru octomap-1.9.7+dfsg/debian/liboctovis1.9.install 
octomap-1.9.7+dfsg/debian/liboctovis1.9.install
--- octomap-1.9.7+dfsg/debian/liboctovis1.9.install     2021-04-30 
16:07:28.000000000 +0000
+++ octomap-1.9.7+dfsg/debian/liboctovis1.9.install     1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/liboctovis.so.*
diff -Nru octomap-1.9.7+dfsg/debian/liboctovis1.9.maintscript 
octomap-1.9.7+dfsg/debian/liboctovis1.9.maintscript
--- octomap-1.9.7+dfsg/debian/liboctovis1.9.maintscript 2021-04-30 
16:07:28.000000000 +0000
+++ octomap-1.9.7+dfsg/debian/liboctovis1.9.maintscript 1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-symlink_to_dir /usr/share/doc/liboctovis1.9 /usr/share/doc/liboctomap1.9 
1.9.3+dfsg-1~ liboctovis1.9
diff -Nru octomap-1.9.7+dfsg/debian/liboctovis1.9t64.install 
octomap-1.9.7+dfsg/debian/liboctovis1.9t64.install
--- octomap-1.9.7+dfsg/debian/liboctovis1.9t64.install  1970-01-01 
00:00:00.000000000 +0000
+++ octomap-1.9.7+dfsg/debian/liboctovis1.9t64.install  2021-04-30 
16:07:28.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/liboctovis.so.*
diff -Nru octomap-1.9.7+dfsg/debian/liboctovis1.9t64.lintian-overrides 
octomap-1.9.7+dfsg/debian/liboctovis1.9t64.lintian-overrides
--- octomap-1.9.7+dfsg/debian/liboctovis1.9t64.lintian-overrides        
1970-01-01 00:00:00.000000000 +0000
+++ octomap-1.9.7+dfsg/debian/liboctovis1.9t64.lintian-overrides        
2024-02-05 18:45:29.000000000 +0000
@@ -0,0 +1 @@
+liboctovis1.9t64: package-name-doesnt-match-sonames liboctovis1.9
diff -Nru octomap-1.9.7+dfsg/debian/liboctovis1.9t64.maintscript 
octomap-1.9.7+dfsg/debian/liboctovis1.9t64.maintscript
--- octomap-1.9.7+dfsg/debian/liboctovis1.9t64.maintscript      1970-01-01 
00:00:00.000000000 +0000
+++ octomap-1.9.7+dfsg/debian/liboctovis1.9t64.maintscript      2021-04-30 
16:07:28.000000000 +0000
@@ -0,0 +1 @@
+symlink_to_dir /usr/share/doc/liboctovis1.9 /usr/share/doc/liboctomap1.9 
1.9.3+dfsg-1~ liboctovis1.9

--- End Message ---
--- Begin Message ---
Source: octomap
Source-Version: 1.9.7+dfsg-3.1
Done: Benjamin Drung <bdr...@debian.org>

We believe that the bug you reported is fixed in the latest version of
octomap, 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 octomap 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 01:43:28 +0000
Source: octomap
Architecture: source
Version: 1.9.7+dfsg-3.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers 
<debian-science-maintain...@lists.alioth.debian.org>
Changed-By: Benjamin Drung <bdr...@debian.org>
Closes: 1063227
Changes:
 octomap (1.9.7+dfsg-3.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Rename libraries for 64-bit time_t transition.  Closes: #1063227
Checksums-Sha1:
 cb9b80fa79614cccd5abb7ca7fb897c1a64e35d6 2646 octomap_1.9.7+dfsg-3.1.dsc
 128415c5542f833b828f979451d752391c82d61b 11556 
octomap_1.9.7+dfsg-3.1.debian.tar.xz
 ba8e48d4e22d377c500b50238c55cd5e28290502 11636 
octomap_1.9.7+dfsg-3.1_source.buildinfo
Checksums-Sha256:
 e3d868a4b2858c1ffb918b917862866551828fa81156a227bdf047dc3e725e65 2646 
octomap_1.9.7+dfsg-3.1.dsc
 3a3891d0dce18703e09f5252555137284f69335ed8d429336e7e3abf943c4c28 11556 
octomap_1.9.7+dfsg-3.1.debian.tar.xz
 295b5fd4c13c64ca30f9816a01f59faac108a6772dc987bac40582d775ea1fbe 11636 
octomap_1.9.7+dfsg-3.1_source.buildinfo
Files:
 50586a669394b399b67b89e4e0122cc2 2646 science optional 
octomap_1.9.7+dfsg-3.1.dsc
 100e2aa28089ac7c5ccc9871785a5937 11556 science optional 
octomap_1.9.7+dfsg-3.1.debian.tar.xz
 d804a642d7a56a90e2a37f52d4de1702 11636 science optional 
octomap_1.9.7+dfsg-3.1_source.buildinfo

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

iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXf4VsACgkQFZ61xO/I
d0wctg/+OQWljZJaR3mTxnl5POd3pR+85+UNilP0Zuv1spleQ5UrZSSjlj/RGWNE
rwxotbHpGjgVPj29MHQQFvLAGOyaK/euIQ4jP4BF90BbuHypGNqE1TuCFMmCfDA7
Qn7GrQb2Su1Orj33Kh848lygaU6bmZxOqiM59mllQ9f+N21gKStVD1OTdXBo6eYy
oCOGB3hO+136TTUSDmdjC6fcgE0UmPMAu3X4LWByhoB8d0TLdhFptG+wSYulfU0V
fgzL+JOAs+P/VYcx6KHHDYwpGOOSN8+/t5YuXKiYhw2cIwmZCLeFrB0Uzx83VH8W
vh/u3ZtBLh5dL/QX951IyCUKm5snLAn4VlCixohHXrXKBqyxaRYHhEhwB55BZd9S
cdjQaPpSybs3DBNxdxiBqgT4RwSJEgtQ1Rr0wXf2lpr9lm0A/oF/y08pzpSnZNcU
/Sc0YlzwcDar6RtbZgTw1tlc6JNVanZSzzVeoXy/0p1NInGWMzuTbymZ9pyuYb/D
cHHc/DXSutQohB5ymr4oMXlPHqxDncmCyTF1MeBcDOqHQq1Eq5RHmSwqTjgdJL8E
Vq/i1rPDVwMdDt+yeAvzGrb4L1SKY3nGgAJscaxIf5zHJNoek0TPojda73AXbvOQ
8EyGZG7pJzFeexmv25iojfdSxLRGkJoZe1F7miv9nx0B56yY1aA=
=Qthn
-----END PGP SIGNATURE-----

Attachment: pgpw0kMdrnepd.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