Your message dated Wed, 28 Feb 2024 11:32:36 +0000
with message-id <[email protected]>
and subject line Bug#1062440: fixed in ignition-fuel-tools 7.0.0+ds-3.1
has caused the Debian Bug report #1062440,
regarding ignition-fuel-tools: 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 [email protected]
immediately.)
--
1062440: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062440
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: ignition-fuel-tools
Version: 7.0.0+ds-3
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: [email protected]
Usertags: time-t
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
ignition-fuel-tools 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 ignition-fuel-tools
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 ignition-fuel-tools-7.0.0+ds/debian/changelog
ignition-fuel-tools-7.0.0+ds/debian/changelog
--- ignition-fuel-tools-7.0.0+ds/debian/changelog 2022-02-21
16:25:07.000000000 +0000
+++ ignition-fuel-tools-7.0.0+ds/debian/changelog 2024-02-01
14:41:17.000000000 +0000
@@ -1,3 +1,10 @@
+ignition-fuel-tools (7.0.0+ds-3.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Graham Inggs <[email protected]> Thu, 01 Feb 2024 14:41:17 +0000
+
ignition-fuel-tools (7.0.0+ds-3) unstable; urgency=medium
* Ignore more tests that needs network
diff -Nru ignition-fuel-tools-7.0.0+ds/debian/control
ignition-fuel-tools-7.0.0+ds/debian/control
--- ignition-fuel-tools-7.0.0+ds/debian/control 2022-02-21 16:10:45.000000000
+0000
+++ ignition-fuel-tools-7.0.0+ds/debian/control 2024-02-01 14:41:17.000000000
+0000
@@ -22,7 +22,10 @@
Vcs-Git: https://salsa.debian.org/science-team/ignition-fuel-tools.git
Homepage: https://ignitionrobotics.org/libs/fuel_tools
-Package: libignition-fuel-tools7-7
+Package: libignition-fuel-tools7-7t64
+Provides: ${t64:Provides}
+Replaces: libignition-fuel-tools7-7
+Breaks: libignition-fuel-tools7-7 (<< ${source:Version})
Architecture: any
Section: libs
Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -45,7 +48,7 @@
libtinyxml2-dev,
libyaml-dev,
libzip-dev,
- libignition-fuel-tools7-7 (= ${binary:Version}),
+ libignition-fuel-tools7-7t64 (= ${binary:Version}),
${misc:Depends}
Suggests: ignition-tools
Multi-Arch: same
diff -Nru ignition-fuel-tools-7.0.0+ds/debian/libignition-fuel-tools7-7.install
ignition-fuel-tools-7.0.0+ds/debian/libignition-fuel-tools7-7.install
--- ignition-fuel-tools-7.0.0+ds/debian/libignition-fuel-tools7-7.install
2022-02-21 16:10:45.000000000 +0000
+++ ignition-fuel-tools-7.0.0+ds/debian/libignition-fuel-tools7-7.install
1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/*.so.*
diff -Nru
ignition-fuel-tools-7.0.0+ds/debian/libignition-fuel-tools7-7t64.install
ignition-fuel-tools-7.0.0+ds/debian/libignition-fuel-tools7-7t64.install
--- ignition-fuel-tools-7.0.0+ds/debian/libignition-fuel-tools7-7t64.install
1970-01-01 00:00:00.000000000 +0000
+++ ignition-fuel-tools-7.0.0+ds/debian/libignition-fuel-tools7-7t64.install
2022-02-21 16:10:45.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/*.so.*
diff -Nru
ignition-fuel-tools-7.0.0+ds/debian/libignition-fuel-tools7-7t64.lintian-overrides
ignition-fuel-tools-7.0.0+ds/debian/libignition-fuel-tools7-7t64.lintian-overrides
---
ignition-fuel-tools-7.0.0+ds/debian/libignition-fuel-tools7-7t64.lintian-overrides
1970-01-01 00:00:00.000000000 +0000
+++
ignition-fuel-tools-7.0.0+ds/debian/libignition-fuel-tools7-7t64.lintian-overrides
2024-02-01 14:41:17.000000000 +0000
@@ -0,0 +1 @@
+libignition-fuel-tools7-7t64: package-name-doesnt-match-sonames
libignition-fuel-tools7-7
--- End Message ---
--- Begin Message ---
Source: ignition-fuel-tools
Source-Version: 7.0.0+ds-3.1
Done: Lukas Märdian <[email protected]>
We believe that the bug you reported is fixed in the latest version of
ignition-fuel-tools, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Lukas Märdian <[email protected]> (supplier of updated ignition-fuel-tools
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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 28 Feb 2024 10:49:04 +0000
Source: ignition-fuel-tools
Architecture: source
Version: 7.0.0+ds-3.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Maintainers
<[email protected]>
Changed-By: Lukas Märdian <[email protected]>
Closes: 1062440
Changes:
ignition-fuel-tools (7.0.0+ds-3.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1062440
Checksums-Sha1:
887695b634a6ba6aa14308af21962254c5917864 2570
ignition-fuel-tools_7.0.0+ds-3.1.dsc
68efbaf136101ac7b2911d1595cb0a7871b64dff 10704
ignition-fuel-tools_7.0.0+ds-3.1.debian.tar.xz
a96777efda236945409992c0452c41291569a7f5 8671
ignition-fuel-tools_7.0.0+ds-3.1_source.buildinfo
Checksums-Sha256:
a5d9c3e96d5ddc8553c245e4466128980f4f682c167d0d0c10285d6c8c6062b1 2570
ignition-fuel-tools_7.0.0+ds-3.1.dsc
fc5730943642a9505664ff7eae482fefa5ac25925a3f4726fc03868c66bbf7d1 10704
ignition-fuel-tools_7.0.0+ds-3.1.debian.tar.xz
9783ec5bc27acc33977c52e156f7a044818d34285c61ece1acd49c398face13a 8671
ignition-fuel-tools_7.0.0+ds-3.1_source.buildinfo
Files:
a99331f1a9eed3c8192ad39a9934d67d 2570 science optional
ignition-fuel-tools_7.0.0+ds-3.1.dsc
60ef3a033b426dc034385cf3862f9802 10704 science optional
ignition-fuel-tools_7.0.0+ds-3.1.debian.tar.xz
a44638ce45b9792a8330e136683c1b46 8671 science optional
ignition-fuel-tools_7.0.0+ds-3.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJFBAEBCgAvFiEE496GmCL5m2y8NfJ5v322IrMDrIsFAmXfD9sRHHNseW9uQGRl
Ymlhbi5vcmcACgkQv322IrMDrIuJ2g/8DADporYQkUJEGdU8Ohxgjjx7LWL38+j1
UN9laYm0jf72ILOor5CH9sv/x/aIDad6lKx+FO4TSy7EZUbBAq7RESAYa6boBssS
qR3I4iIxFw9QarD1lwexQ9Of26S1nAOPddR1gIeKkhK23zL5SVU6eU5muPYY3vTD
D3bD1GDhusFAuBY8jEnpr7cXsJ6arp5FFBoAO/m5rDnxl6Nmvu+khTtMzWv3n3Af
wS7l++vRMz1fPXNzxZbN9DsdGxPqUhATDysW8GHSGChfWzVrRAbdwGM6stBtEVCY
L0ke/HDebINuGzfMWafEt1hamx0S8TbFJKCGofarqcNu5gvu67+zOwPaSdjYE0hi
y1gAOqYIKGwsfndCahti23xkXS+NErYWYPUjlkk/AyJswBlNZBTwRSnCyFDTlVkW
FAdICVSd94yzP2dy3x9C408mshnbCoX+ICVchl8rAXmzY57BdUZjhF/LED7FwKFc
uNhmZJwcYcUegDg9uJ80XLfQGDIXQByredKwmg56J2Dg+3sg+fnqXBKply6SLo0C
BhlCoDahTl/+xAxNG2gfPTSsZlyyF1mNyNs7f/jDY8OckRqCtNkMD7/DuZ4GSTY5
rjwNVXXObD4PdS04H9IkPthx3sbYiX0WUS1BBG46KG3iE4OIr3h+AqplhJVcEm29
w8VOnIgNHsY=
=jWOr
-----END PGP SIGNATURE-----
pgp0TRsFqBFUc.pgp
Description: PGP signature
--- End Message ---