Your message dated Sat, 02 Mar 2024 08:43:00 +0000
with message-id <[email protected]>
and subject line Bug#1061954: fixed in frog 0.20-2.1
has caused the Debian Bug report #1061954,
regarding frog: 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.)
--
1061954: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1061954
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: frog
Version: 0.20-2
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
frog 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 frog
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 frog-0.20/debian/changelog frog-0.20/debian/changelog
--- frog-0.20/debian/changelog 2020-04-23 16:22:12.000000000 +0000
+++ frog-0.20/debian/changelog 2024-01-30 13:29:25.000000000 +0000
@@ -1,3 +1,10 @@
+frog (0.20-2.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Lukas Märdian <[email protected]> Tue, 30 Jan 2024 13:29:25 +0000
+
frog (0.20-2) unstable; urgency=medium
* Upload to unstable
diff -Nru frog-0.20/debian/control frog-0.20/debian/control
--- frog-0.20/debian/control 2020-04-23 16:21:24.000000000 +0000
+++ frog-0.20/debian/control 2024-01-30 13:29:25.000000000 +0000
@@ -54,7 +54,7 @@
Package: libfrog-dev
Section: libdevel
Architecture: any
-Depends: libfrog2 (= ${binary:Version}),
+Depends: libfrog2t64 (= ${binary:Version}),
${misc:Depends}
Multi-Arch: same
Description: tagger and parser for natural languages (headers)
@@ -80,14 +80,15 @@
.
This package containers the headers needed to compile against Frog.
-Package: libfrog2
+Package: libfrog2t64
+Provides: ${t64:Provides}
Architecture: any
Section: libs
Depends: ${misc:Depends},
${shlibs:Depends}
Multi-Arch: same
-Breaks: libfrog1
-Replaces: libfrog1
+Breaks: libfrog2 (<< ${source:Version}), libfrog1
+Replaces: libfrog2, libfrog1
Description: tagger and parser for Dutch language (library)
Memory-Based Learning (MBL) is a machine-learning method applicable to a wide
range of tasks in Natural Language Processing (NLP).
diff -Nru frog-0.20/debian/libfrog2.install frog-0.20/debian/libfrog2.install
--- frog-0.20/debian/libfrog2.install 2018-12-02 16:45:27.000000000 +0000
+++ frog-0.20/debian/libfrog2.install 1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libfrog.so.*
diff -Nru frog-0.20/debian/libfrog2t64.install
frog-0.20/debian/libfrog2t64.install
--- frog-0.20/debian/libfrog2t64.install 1970-01-01 00:00:00.000000000
+0000
+++ frog-0.20/debian/libfrog2t64.install 2018-12-02 16:45:27.000000000
+0000
@@ -0,0 +1 @@
+usr/lib/*/libfrog.so.*
diff -Nru frog-0.20/debian/libfrog2t64.lintian-overrides
frog-0.20/debian/libfrog2t64.lintian-overrides
--- frog-0.20/debian/libfrog2t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ frog-0.20/debian/libfrog2t64.lintian-overrides 2024-01-30
13:29:25.000000000 +0000
@@ -0,0 +1 @@
+libfrog2t64: package-name-doesnt-match-sonames libfrog2
--- End Message ---
--- Begin Message ---
Source: frog
Source-Version: 0.20-2.1
Done: Steve Langasek <[email protected]>
We believe that the bug you reported is fixed in the latest version of
frog, 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.
Steve Langasek <[email protected]> (supplier of updated frog 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: Sat, 02 Mar 2024 07:59:45 +0000
Source: frog
Architecture: source
Version: 0.20-2.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team
<[email protected]>
Changed-By: Steve Langasek <[email protected]>
Closes: 1061954
Changes:
frog (0.20-2.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1061954
Checksums-Sha1:
b501778be6841ef73608e065fda3dee150fb61be 2341 frog_0.20-2.1.dsc
a2b4387db7edc393f06d54fbf45caabf79fb9c39 7200 frog_0.20-2.1.debian.tar.xz
a4d0bf4d50bc8e87abba1a0326574679d0ed76e4 6484 frog_0.20-2.1_source.buildinfo
Checksums-Sha256:
7e2f55884e9e5a2d1c3ea721dcb44c03f58f80b9379b1ae18ef2dec8ad46fbcb 2341
frog_0.20-2.1.dsc
f8e1d60078dc81b8bf6877fd7d5c0f14ecbfb8b8cd096e0a45bd33f348f7d2af 7200
frog_0.20-2.1.debian.tar.xz
b8c3ed62ebf8ccb49eb1bc003c7e0e658419a652e5ce7b6a8d54b41bf6f70284 6484
frog_0.20-2.1_source.buildinfo
Files:
7eb18f9ec0779fd12ad440da86013fa5 2341 science optional frog_0.20-2.1.dsc
155daa7f4ae97e0d71a6204548faade7 7200 science optional
frog_0.20-2.1.debian.tar.xz
0dd741d406b85d0e5b91c8ca1f6cc187 6484 science optional
frog_0.20-2.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXi3PISHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9lwwP/iz7l+oYCSshjFR7C16hovzuD85zzvQy
unV97PlDm09uRSapFGwk7iNUGgWBTyEyX6sPjkAUqWT+nhzKt0a6KixsfU9nHDLM
laPFD5Ni/6fYY/QeYLTtPw9JvkOoILWDLUmPLIWva7rhTAKbn/5uKio/F2NgvGNl
B0+tG7Bsm2Qk00GGamuFefnCZ020go3uPAZeGmmiLX3m89jp6uCiFdAKju2ArRjV
hPAV5PxftMmmCLCGCZr6Vv35EQMu/QsGDAkHYth50Jv0z8itEj8DU8sKuZOaFRub
NvGK3gqbKCTC1o3GLazQoCKBuFfgo0RQQds3lVidZ2d+SXcH1cCUpqIJPD5vEIpS
rdKXMlWmmwdDeVMHJp/glweTY7L+qY4YyCtgZ2mh+rh2urtPvp5qFXiKj/Kc1320
IwbT2r1F2ilgIrKlfDk4KqpYbw1B6ZN1R5IGVLbtNDxTT/x9Dn+WajyUMLdIgrft
roXohqjh/hCj6WdS4dCVNFqceCiPp6iTu/XQ1tCcBqLYkPQ4YddhZ1/zkr3dBGYq
R2TCz3ZTM2Ru/J8qX98lNkGRBz1OxG/Sc87OrNimJDZ4+DdcaGMLM87F9yrfOwML
1/4pIaQRGKKqd081D4SBa2A6dyI/w6Sc4+0Ts3lwly7QGq7a6Q9K3ZpfqndmtPyh
wdmzWwaCB1L7
=BdxE
-----END PGP SIGNATURE-----
pgpvku7HtiLOE.pgp
Description: PGP signature
--- End Message ---