Source: hdf-eos4
Version: 2.20v1.00-1
Severity: important
Tags: patch pending sid trixie
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
hdf-eos4 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-eos4
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'), (500, 'testing'), (500, 'stable'), (1, 
'experimental')
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-eos4-2.20v1.00/debian/changelog 
hdf-eos4-2.20v1.00/debian/changelog
--- hdf-eos4-2.20v1.00/debian/changelog 2018-05-31 13:09:40.000000000 +0000
+++ hdf-eos4-2.20v1.00/debian/changelog 2024-02-17 03:44:04.000000000 +0000
@@ -1,3 +1,10 @@
+hdf-eos4 (2.20v1.00-1.1) experimental; urgency=medium
+
+  * Non-maintainer upload.
+  * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <vor...@debian.org>  Sat, 17 Feb 2024 03:44:04 +0000
+
 hdf-eos4 (2.20v1.00-1) unstable; urgency=medium
 
   * New upstream release
diff -Nru hdf-eos4-2.20v1.00/debian/control hdf-eos4-2.20v1.00/debian/control
--- hdf-eos4-2.20v1.00/debian/control   2018-05-31 13:09:40.000000000 +0000
+++ hdf-eos4-2.20v1.00/debian/control   2024-02-17 03:44:03.000000000 +0000
@@ -14,7 +14,10 @@
  libgctp-dev,
  zlib1g-dev
 
-Package: libhdfeos0
+Package: libhdfeos0t64
+Provides: ${t64:Provides}
+Replaces: libhdfeos0
+Breaks: libhdfeos0 (<< ${source:Version})
 Architecture: any
 Multi-Arch: same
 Depends: ${misc:Depends}, ${shlibs:Depends}
@@ -30,7 +33,7 @@
 Package: libhdfeos-dev
 Architecture: any
 Section: libdevel
-Depends: libhdfeos0 (= ${binary:Version}), ${misc:Depends}
+Depends: libhdfeos0t64 (= ${binary:Version}), ${misc:Depends}
 Multi-Arch: same
 Recommends: pkg-config
 Description:  Development files for the HDF-EOS4 library
diff -Nru hdf-eos4-2.20v1.00/debian/libhdfeos0.docs 
hdf-eos4-2.20v1.00/debian/libhdfeos0.docs
--- hdf-eos4-2.20v1.00/debian/libhdfeos0.docs   2018-05-31 13:09:40.000000000 
+0000
+++ hdf-eos4-2.20v1.00/debian/libhdfeos0.docs   1970-01-01 00:00:00.000000000 
+0000
@@ -1,2 +0,0 @@
-doc/HDFEOS-DEFINITION.TXT
-debian/README.sources
diff -Nru hdf-eos4-2.20v1.00/debian/libhdfeos0.install 
hdf-eos4-2.20v1.00/debian/libhdfeos0.install
--- hdf-eos4-2.20v1.00/debian/libhdfeos0.install        2018-05-31 
13:09:40.000000000 +0000
+++ hdf-eos4-2.20v1.00/debian/libhdfeos0.install        1970-01-01 
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libhdfeos.so.*
diff -Nru hdf-eos4-2.20v1.00/debian/libhdfeos0.shlibs 
hdf-eos4-2.20v1.00/debian/libhdfeos0.shlibs
--- hdf-eos4-2.20v1.00/debian/libhdfeos0.shlibs 2018-05-31 13:09:40.000000000 
+0000
+++ hdf-eos4-2.20v1.00/debian/libhdfeos0.shlibs 1970-01-01 00:00:00.000000000 
+0000
@@ -1 +0,0 @@
-libhdfeos 0 libhdfeos0
diff -Nru hdf-eos4-2.20v1.00/debian/libhdfeos0t64.docs 
hdf-eos4-2.20v1.00/debian/libhdfeos0t64.docs
--- hdf-eos4-2.20v1.00/debian/libhdfeos0t64.docs        1970-01-01 
00:00:00.000000000 +0000
+++ hdf-eos4-2.20v1.00/debian/libhdfeos0t64.docs        2018-05-31 
13:09:40.000000000 +0000
@@ -0,0 +1,2 @@
+doc/HDFEOS-DEFINITION.TXT
+debian/README.sources
diff -Nru hdf-eos4-2.20v1.00/debian/libhdfeos0t64.install 
hdf-eos4-2.20v1.00/debian/libhdfeos0t64.install
--- hdf-eos4-2.20v1.00/debian/libhdfeos0t64.install     1970-01-01 
00:00:00.000000000 +0000
+++ hdf-eos4-2.20v1.00/debian/libhdfeos0t64.install     2018-05-31 
13:09:40.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libhdfeos.so.*
diff -Nru hdf-eos4-2.20v1.00/debian/libhdfeos0t64.lintian-overrides 
hdf-eos4-2.20v1.00/debian/libhdfeos0t64.lintian-overrides
--- hdf-eos4-2.20v1.00/debian/libhdfeos0t64.lintian-overrides   1970-01-01 
00:00:00.000000000 +0000
+++ hdf-eos4-2.20v1.00/debian/libhdfeos0t64.lintian-overrides   2024-02-17 
03:44:03.000000000 +0000
@@ -0,0 +1 @@
+libhdfeos0t64: package-name-doesnt-match-sonames libhdfeos0
diff -Nru hdf-eos4-2.20v1.00/debian/libhdfeos0t64.shlibs 
hdf-eos4-2.20v1.00/debian/libhdfeos0t64.shlibs
--- hdf-eos4-2.20v1.00/debian/libhdfeos0t64.shlibs      1970-01-01 
00:00:00.000000000 +0000
+++ hdf-eos4-2.20v1.00/debian/libhdfeos0t64.shlibs      2024-02-17 
03:44:03.000000000 +0000
@@ -0,0 +1 @@
+libhdfeos 0 libhdfeos0t64
diff -Nru hdf-eos4-2.20v1.00/debian/rules hdf-eos4-2.20v1.00/debian/rules
--- hdf-eos4-2.20v1.00/debian/rules     2018-05-31 13:09:40.000000000 +0000
+++ hdf-eos4-2.20v1.00/debian/rules     2024-02-17 03:44:04.000000000 +0000
@@ -45,5 +45,5 @@
        sed -e 's%${BUILDDIR}%/nonexistant%' < samples/Makefile > x
        mv x samples/Makefile
        # Symlinks
-       dh_link -p libhdfeos0 $(LIBDIR)/libhdfeos.so.0.0.0  
$(LIBDIR)/libhdfeos.so.0
+       dh_link -p libhdfeos0t64 $(LIBDIR)/libhdfeos.so.0.0.0  
$(LIBDIR)/libhdfeos.so.0
        dh_link -p libhdfeos-dev $(LIBDIR)/libhdfeos.so.0.0.0 
$(LIBDIR)/libhdfeos.so

Reply via email to