Your message dated Tue, 09 Apr 2024 18:00:11 +0000
with message-id <[email protected]>
and subject line Bug#1063118: fixed in hdf-eos5 2:2.0-3
has caused the Debian Bug report #1063118,
regarding hdf-eos5: 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.)


-- 
1063118: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063118
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: hdf-eos5
Version: 2:2.0-1
Severity: serious
Tags: patch pending sid trixie
Justification: library ABI skew on upgrade
User: [email protected]
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
hdf-eos5 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 hdf-eos5
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')
Architecture: amd64 (x86_64)

Kernel: Linux 6.5.0-14-generic (SMP w/12 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, 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: systemd (via /run/systemd/system)
diff -Nru hdf-eos5-2.0/debian/changelog hdf-eos5-2.0/debian/changelog
--- hdf-eos5-2.0/debian/changelog       2022-04-18 12:47:42.000000000 +0000
+++ hdf-eos5-2.0/debian/changelog       2024-02-05 07:27:20.000000000 +0000
@@ -1,3 +1,10 @@
+hdf-eos5 (2:2.0-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]>  Mon, 05 Feb 2024 07:27:20 +0000
+
 hdf-eos5 (2:2.0-1) unstable; urgency=medium
 
   * New upstream release, with epoch change
diff -Nru hdf-eos5-2.0/debian/control hdf-eos5-2.0/debian/control
--- hdf-eos5-2.0/debian/control 2022-04-18 12:47:42.000000000 +0000
+++ hdf-eos5-2.0/debian/control 2024-02-05 07:27:20.000000000 +0000
@@ -17,7 +17,10 @@
   libgctp-dev, 
   chrpath
 
-Package: libhe5-hdfeos0
+Package: libhe5-hdfeos0t64
+Provides: ${t64:Provides}
+Replaces: libhe5-hdfeos0
+Breaks: libhe5-hdfeos0 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends}, ${shlibs:Depends}
@@ -33,7 +36,7 @@
 Package: libhe5-hdfeos-dev
 Architecture: any
 Section: libdevel
-Depends: libhe5-hdfeos0 (= ${binary:Version}), ${misc:Depends}, libgctp-dev
+Depends: libhe5-hdfeos0t64 (= ${binary:Version}), ${misc:Depends}, libgctp-dev
 Recommends: pkg-config
 Description:  Development files for the HDF-EOS5 library
  HDF-EOS5 is a software library designed built on HDF5 to support EOS-specific
diff -Nru hdf-eos5-2.0/debian/libhe5-hdfeos0.docs 
hdf-eos5-2.0/debian/libhe5-hdfeos0.docs
--- hdf-eos5-2.0/debian/libhe5-hdfeos0.docs     2022-04-18 12:47:42.000000000 
+0000
+++ hdf-eos5-2.0/debian/libhe5-hdfeos0.docs     1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-# doc/HDFEOS-DEFINITION.TXT
diff -Nru hdf-eos5-2.0/debian/libhe5-hdfeos0.install 
hdf-eos5-2.0/debian/libhe5-hdfeos0.install
--- hdf-eos5-2.0/debian/libhe5-hdfeos0.install  2022-04-18 12:47:42.000000000 
+0000
+++ hdf-eos5-2.0/debian/libhe5-hdfeos0.install  1970-01-01 00:00:00.000000000 
+0000
@@ -1,2 +0,0 @@
-usr/lib/${DEB_HOST_MULTIARCH}/libhe5_hdfeos.so.0
-usr/lib/${DEB_HOST_MULTIARCH}/libhe5_hdfeos.so.0.0.0
diff -Nru hdf-eos5-2.0/debian/libhe5-hdfeos0.links 
hdf-eos5-2.0/debian/libhe5-hdfeos0.links
--- hdf-eos5-2.0/debian/libhe5-hdfeos0.links    2022-04-18 12:47:42.000000000 
+0000
+++ hdf-eos5-2.0/debian/libhe5-hdfeos0.links    1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-
diff -Nru hdf-eos5-2.0/debian/libhe5-hdfeos0.shlibs 
hdf-eos5-2.0/debian/libhe5-hdfeos0.shlibs
--- hdf-eos5-2.0/debian/libhe5-hdfeos0.shlibs   2022-04-18 12:47:42.000000000 
+0000
+++ hdf-eos5-2.0/debian/libhe5-hdfeos0.shlibs   1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-libhe5_hdfeos 0 libhe5-hdfeos0
diff -Nru hdf-eos5-2.0/debian/libhe5-hdfeos0t64.docs 
hdf-eos5-2.0/debian/libhe5-hdfeos0t64.docs
--- hdf-eos5-2.0/debian/libhe5-hdfeos0t64.docs  1970-01-01 00:00:00.000000000 
+0000
+++ hdf-eos5-2.0/debian/libhe5-hdfeos0t64.docs  2022-04-18 12:47:42.000000000 
+0000
@@ -0,0 +1 @@
+# doc/HDFEOS-DEFINITION.TXT
diff -Nru hdf-eos5-2.0/debian/libhe5-hdfeos0t64.install 
hdf-eos5-2.0/debian/libhe5-hdfeos0t64.install
--- hdf-eos5-2.0/debian/libhe5-hdfeos0t64.install       1970-01-01 
00:00:00.000000000 +0000
+++ hdf-eos5-2.0/debian/libhe5-hdfeos0t64.install       2022-04-18 
12:47:42.000000000 +0000
@@ -0,0 +1,2 @@
+usr/lib/${DEB_HOST_MULTIARCH}/libhe5_hdfeos.so.0
+usr/lib/${DEB_HOST_MULTIARCH}/libhe5_hdfeos.so.0.0.0
diff -Nru hdf-eos5-2.0/debian/libhe5-hdfeos0t64.links 
hdf-eos5-2.0/debian/libhe5-hdfeos0t64.links
--- hdf-eos5-2.0/debian/libhe5-hdfeos0t64.links 1970-01-01 00:00:00.000000000 
+0000
+++ hdf-eos5-2.0/debian/libhe5-hdfeos0t64.links 2022-04-18 12:47:42.000000000 
+0000
@@ -0,0 +1 @@
+
diff -Nru hdf-eos5-2.0/debian/libhe5-hdfeos0t64.lintian-overrides 
hdf-eos5-2.0/debian/libhe5-hdfeos0t64.lintian-overrides
--- hdf-eos5-2.0/debian/libhe5-hdfeos0t64.lintian-overrides     1970-01-01 
00:00:00.000000000 +0000
+++ hdf-eos5-2.0/debian/libhe5-hdfeos0t64.lintian-overrides     2024-02-05 
07:27:20.000000000 +0000
@@ -0,0 +1 @@
+libhe5-hdfeos0t64: package-name-doesnt-match-sonames libhe5-hdfeos0
diff -Nru hdf-eos5-2.0/debian/libhe5-hdfeos0t64.shlibs 
hdf-eos5-2.0/debian/libhe5-hdfeos0t64.shlibs
--- hdf-eos5-2.0/debian/libhe5-hdfeos0t64.shlibs        1970-01-01 
00:00:00.000000000 +0000
+++ hdf-eos5-2.0/debian/libhe5-hdfeos0t64.shlibs        2024-02-05 
07:27:20.000000000 +0000
@@ -0,0 +1 @@
+libhe5_hdfeos 0 libhe5-hdfeos0t64
diff -Nru hdf-eos5-2.0/debian/rules hdf-eos5-2.0/debian/rules
--- hdf-eos5-2.0/debian/rules   2022-04-18 12:47:42.000000000 +0000
+++ hdf-eos5-2.0/debian/rules   2024-02-05 07:27:20.000000000 +0000
@@ -39,6 +39,6 @@
        dh_fixperms
        rm -f 
debian/libhe5-hdfeos-dev/usr/share/doc/libhe5-hdfeos-dev/examples/*.o
        chmod -x 
debian/libhe5-hdfeos-dev/usr/share/doc/libhe5-hdfeos-dev/examples/*
-       chrpath -d debian/libhe5-hdfeos0/${LIBDIR}/libhe5_hdfeos.so.0.0.0
+       chrpath -d debian/libhe5-hdfeos0t64/${LIBDIR}/libhe5_hdfeos.so.0.0.0
 
 

--- End Message ---
--- Begin Message ---
Source: hdf-eos5
Source-Version: 2:2.0-3
Done: Alastair McKinstry <[email protected]>

We believe that the bug you reported is fixed in the latest version of
hdf-eos5, 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.
Alastair McKinstry <[email protected]> (supplier of updated hdf-eos5 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: SHA256

Format: 1.8
Date: Tue, 09 Apr 2024 10:53:23 +0100
Source: hdf-eos5
Binary: libhe5-hdfeos-dev libhe5-hdfeos0t64 libhe5-hdfeos0t64-dbgsym
Architecture: source arm64
Version: 2:2.0-3
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry <[email protected]>
Changed-By: Alastair McKinstry <[email protected]>
Description:
 libhe5-hdfeos-dev - Development files for the HDF-EOS5 library
 libhe5-hdfeos0t64 - Earth Observation System extensions to HDF5
Closes: 1063118 1068698
Changes:
 hdf-eos5 (2:2.0-3) unstable; urgency=medium
 .
   * Redo patch for t64 transition that was accidentally dropped.
     Closes: #1063118, #1068698
Checksums-Sha1:
 07307a5a5f3e15c4ffa0035c873d9735458be447 2053 hdf-eos5_2.0-3.dsc
 996ee813be7a27f2fe5e8959679e87505dd9cb86 10752 hdf-eos5_2.0-3.debian.tar.xz
 7c232b8bb42590e0de57fa7d0f8577820d85eb59 9931 hdf-eos5_2.0-3_arm64.buildinfo
 f7926347f9b8bab3a7a187e457177aeb3db63959 422136 
libhe5-hdfeos-dev_2.0-3_arm64.deb
 5a0034002271c510af70408742bb96e6367d8e6e 1235600 
libhe5-hdfeos0t64-dbgsym_2.0-3_arm64.deb
 92cebb2d901fde482f248b3709028c90b3e116af 300284 
libhe5-hdfeos0t64_2.0-3_arm64.deb
Checksums-Sha256:
 ecfb9709155cf3a71e4500e1b6f501f16ade0fbe39e981391de06ba38d206017 2053 
hdf-eos5_2.0-3.dsc
 6a9160c0e306081d6846b495ab5ea0f9eecb966ffdd25b2400d62b009f96d0b6 10752 
hdf-eos5_2.0-3.debian.tar.xz
 ff8f1aa51a3398e82e448b7db3b97d4b26cc49e7fd2cb65361dd50d703ac0adc 9931 
hdf-eos5_2.0-3_arm64.buildinfo
 c88a8dd2a2eb1de2d367fcad024c92e50978167517464a558d4b37d81f1ea11f 422136 
libhe5-hdfeos-dev_2.0-3_arm64.deb
 cea562d70b17c0413c4502c1c4fc766d7a59b23f6b1c434ecf7af744d677979c 1235600 
libhe5-hdfeos0t64-dbgsym_2.0-3_arm64.deb
 3a6591bfc384b566bd95ef9c208751d8f717a697384e251df282cf2a5567263a 300284 
libhe5-hdfeos0t64_2.0-3_arm64.deb
Files:
 f5906843b1fb8193580dea6fba7aba37 2053 libs optional hdf-eos5_2.0-3.dsc
 2e8eef19956bb9a48f3270eff7e972c5 10752 libs optional 
hdf-eos5_2.0-3.debian.tar.xz
 7930c47abc171b1ce7ad8ccab1168090 9931 libs optional 
hdf-eos5_2.0-3_arm64.buildinfo
 e7e8be0b227ffa6c857564ba8c1eaee8 422136 libdevel optional 
libhe5-hdfeos-dev_2.0-3_arm64.deb
 06b644d3c1e76f16656fa3fb9cc8b047 1235600 debug optional 
libhe5-hdfeos0t64-dbgsym_2.0-3_arm64.deb
 7d2604ec93f75f24fce0bb8610eff8d5 300284 libs optional 
libhe5-hdfeos0t64_2.0-3_arm64.deb

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

iQIzBAEBCAAdFiEEgjg86RZbNHx4cIGiy+a7Tl2a06UFAmYVT80ACgkQy+a7Tl2a
06W7TxAAhGU/p4qY129JCo7x7R/z5lbNkTjD66dv77y8aE75VSCxKOFmycykKiIm
WjyDyB0H127AF3W45tDMQTa6u1/1SIaioY/WGNH4m+laYdzS/6kPiRmLr8WI+7kE
qASFPQVeqBw4sSUgi5jlPhm9LcV2lkYqUgY12qgqjSBOd/pO1EUAxHJKd8XapceR
oxXE5vM2s8JgqWUhAQDsZYyN0Bzn5N43jjlBzkd5z56momfGFs02a598uJuTCft8
uPqjIEpP1ZIGzdT+UCevQVkgeD3hMJAqqmazGRPpR71Qg+vPq2gTasL3tB4UhJ36
tQIfcZtHYRtA1psDpd/jm0XJDosUoHlx6TgIFDrhYkHM3nPg8PUV9/UFnsuG+cI4
hTQvXHsI44neZSNjT4Slf9mpHIFg04nYSOZqj2bpsFpF2I7UHfTmN0eRX9aEHa+R
FsK0B+7jfVMxnZzcGljSRsWp/Jcq6EKNDYKJ1Jw65aL6g/eYSGUAWqlO3H7KYRcO
sbP+12khGnvMavOVF+pduAS+G5SpqtPfzonnGq60Z0NVeCBWmNiGkBYHhaPksRO7
wQHSQvMAJy9MLfhNDqmy/olucHeuUUNh/ZF+fHf7CzwoV1lAk/uDtny/sZLcEDrN
N3h2d/GVCGJ+DGAqcp4hma2tFP1OWnW8ss0s5e01ZD1m6eDT6EE=
=HJLM
-----END PGP SIGNATURE-----

Attachment: pgpflxjclkri1.pgp
Description: PGP signature


--- End Message ---

Reply via email to