Your message dated Fri, 01 Mar 2024 09:25:33 +1300
with message-id <[email protected]>
and subject line
has caused the Debian Bug report #1062403,
regarding freecontact: 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.)
--
1062403: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062403
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: freecontact
Version: 1.0.21-13
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
freecontact 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 freecontact
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/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru freecontact-1.0.21/debian/changelog
freecontact-1.0.21/debian/changelog
--- freecontact-1.0.21/debian/changelog 2023-05-18 09:43:26.000000000 +0000
+++ freecontact-1.0.21/debian/changelog 2024-02-01 09:32:42.000000000 +0000
@@ -1,3 +1,11 @@
+freecontact (1.0.21-13.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+ * Bump build-dependency on d-shlibs for --t64 support.
+
+ -- Lukas Märdian <[email protected]> Thu, 01 Feb 2024 09:32:42 +0000
+
freecontact (1.0.21-13) unstable; urgency=medium
* Team upload.
diff -Nru freecontact-1.0.21/debian/control freecontact-1.0.21/debian/control
--- freecontact-1.0.21/debian/control 2022-04-09 20:20:33.000000000 +0000
+++ freecontact-1.0.21/debian/control 2024-02-01 09:32:42.000000000 +0000
@@ -5,7 +5,7 @@
Priority: optional
Build-Depends: debhelper-compat (= 13),
bash-completion,
- d-shlibs,
+ d-shlibs (>= 0.106),
gfortran,
libblas-dev | libblas-3.so,
libboost-dev,
@@ -35,14 +35,17 @@
.
This package contains the command line tool freecontact(1).
-Package: libfreecontact0v5
+Package: libfreecontact0t64
+Provides: ${t64:Provides}
+X-Time64-Compat: libfreecontact0v5
+Breaks: libfreecontact0v5 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Section: libs
Depends: ${shlibs:Depends},
${misc:Depends}
Conflicts: libfreecontact0
-Replaces: libfreecontact0
+Replaces: libfreecontact0v5, libfreecontact0
Description: fast protein contact predictor library
${Description}
.
@@ -52,7 +55,7 @@
Architecture: any
Multi-Arch: same
Section: libdevel
-Depends: libfreecontact0v5 (= ${binary:Version}),
+Depends: libfreecontact0t64 (= ${binary:Version}),
${misc:Depends}
Suggests: libfreecontact-doc
Conflicts: libfreecontact-dev
diff -Nru freecontact-1.0.21/debian/libfreecontact0t64.lintian-overrides
freecontact-1.0.21/debian/libfreecontact0t64.lintian-overrides
--- freecontact-1.0.21/debian/libfreecontact0t64.lintian-overrides
1970-01-01 00:00:00.000000000 +0000
+++ freecontact-1.0.21/debian/libfreecontact0t64.lintian-overrides
2024-02-01 09:32:42.000000000 +0000
@@ -0,0 +1 @@
+libfreecontact0t64: package-name-doesnt-match-sonames libfreecontact0v5
diff -Nru freecontact-1.0.21/debian/rules freecontact-1.0.21/debian/rules
--- freecontact-1.0.21/debian/rules 2023-05-18 09:29:42.000000000 +0000
+++ freecontact-1.0.21/debian/rules 2024-02-01 09:32:42.000000000 +0000
@@ -27,6 +27,7 @@
override_dh_install:
dh_install
d-shlibmove --commit \
+ --t64 \
--multiarch \
--exclude-la \
--devunversioned \
--- End Message ---
--- Begin Message ---
Version: 1.0.21-13.1
This has been uploaded now, but unfortunately I forgot to include the bug
number in the changelog. Apologies.
--- End Message ---