Your message dated Wed, 28 Feb 2024 22:37:30 +0000
with message-id <[email protected]>
and subject line Bug#1063000: fixed in ucto 0.21.1-2.1
has caused the Debian Bug report #1063000,
regarding ucto: 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.)
--
1063000: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063000
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: ucto
Version: 0.21.1-2
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
ucto 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 ucto
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 ucto-0.21.1/debian/changelog ucto-0.21.1/debian/changelog
--- ucto-0.21.1/debian/changelog 2020-04-23 15:50:27.000000000 +0000
+++ ucto-0.21.1/debian/changelog 2024-02-04 11:22:58.000000000 +0000
@@ -1,3 +1,10 @@
+ucto (0.21.1-2.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]> Sun, 04 Feb 2024 11:22:58 +0000
+
ucto (0.21.1-2) unstable; urgency=medium
* Upload to unstable
diff -Nru ucto-0.21.1/debian/control ucto-0.21.1/debian/control
--- ucto-0.21.1/debian/control 2020-04-21 18:19:45.000000000 +0000
+++ ucto-0.21.1/debian/control 2024-02-04 11:22:58.000000000 +0000
@@ -47,7 +47,7 @@
Package: libucto-dev
Section: libdevel
Architecture: any
-Depends: libucto5 (= ${binary:Version}),
+Depends: libucto5t64 (= ${binary:Version}),
${misc:Depends}
Conflicts: libucto1-dev
Replaces: libucto1-dev
@@ -73,16 +73,17 @@
do scientific research in natural language processing, ucto will likely be of
use to you.
-Package: libucto5
+Package: libucto5t64
+Provides: ${t64:Provides}
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends},
${shlibs:Depends}
-Replaces: libucto2,
+Replaces: libucto5, libucto2,
libucto3,
ucto (<< 0.5.5-1)
-Breaks: libucto2,
+Breaks: libucto5 (<< ${source:Version}), libucto2,
libucto3,
ucto (<< 0.5.5-1)
Description: Unicode Tokenizer - runtime
diff -Nru ucto-0.21.1/debian/libucto5.install
ucto-0.21.1/debian/libucto5.install
--- ucto-0.21.1/debian/libucto5.install 2020-04-21 18:19:45.000000000 +0000
+++ ucto-0.21.1/debian/libucto5.install 1970-01-01 00:00:00.000000000 +0000
@@ -1,2 +0,0 @@
-/usr/lib/*/libucto.so.5*
-/usr/share/ucto
diff -Nru ucto-0.21.1/debian/libucto5.maintscript
ucto-0.21.1/debian/libucto5.maintscript
--- ucto-0.21.1/debian/libucto5.maintscript 2020-04-21 18:19:45.000000000
+0000
+++ ucto-0.21.1/debian/libucto5.maintscript 1970-01-01 00:00:00.000000000
+0000
@@ -1,7 +0,0 @@
-rm_conffile /etc/ucto/e-mail.rule 0.9.6~
-rm_conffile /etc/ucto/smiley.rule 0.9.6~
-rm_conffile /etc/ucto/standard-eos.eos 0.9.6~
-rm_conffile /etc/ucto/standard-quotes.quote 0.9.6~
-rm_conffile /etc/ucto/textcat.cfg 0.9.6-2~
-rm_conffile /etc/ucto/tokconfig-generic 0.9.6~
-rm_conffile /etc/ucto/url.rule 0.9.6~
diff -Nru ucto-0.21.1/debian/libucto5t64.install
ucto-0.21.1/debian/libucto5t64.install
--- ucto-0.21.1/debian/libucto5t64.install 1970-01-01 00:00:00.000000000
+0000
+++ ucto-0.21.1/debian/libucto5t64.install 2020-04-21 18:19:45.000000000
+0000
@@ -0,0 +1,2 @@
+/usr/lib/*/libucto.so.5*
+/usr/share/ucto
diff -Nru ucto-0.21.1/debian/libucto5t64.lintian-overrides
ucto-0.21.1/debian/libucto5t64.lintian-overrides
--- ucto-0.21.1/debian/libucto5t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ ucto-0.21.1/debian/libucto5t64.lintian-overrides 2024-02-04
11:22:58.000000000 +0000
@@ -0,0 +1 @@
+libucto5t64: package-name-doesnt-match-sonames libucto5
diff -Nru ucto-0.21.1/debian/libucto5t64.maintscript
ucto-0.21.1/debian/libucto5t64.maintscript
--- ucto-0.21.1/debian/libucto5t64.maintscript 1970-01-01 00:00:00.000000000
+0000
+++ ucto-0.21.1/debian/libucto5t64.maintscript 2020-04-21 18:19:45.000000000
+0000
@@ -0,0 +1,7 @@
+rm_conffile /etc/ucto/e-mail.rule 0.9.6~
+rm_conffile /etc/ucto/smiley.rule 0.9.6~
+rm_conffile /etc/ucto/standard-eos.eos 0.9.6~
+rm_conffile /etc/ucto/standard-quotes.quote 0.9.6~
+rm_conffile /etc/ucto/textcat.cfg 0.9.6-2~
+rm_conffile /etc/ucto/tokconfig-generic 0.9.6~
+rm_conffile /etc/ucto/url.rule 0.9.6~
--- End Message ---
--- Begin Message ---
Source: ucto
Source-Version: 0.21.1-2.1
Done: Steve Langasek <[email protected]>
We believe that the bug you reported is fixed in the latest version of
ucto, 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 ucto 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 20:02:16 +0000
Source: ucto
Architecture: source
Version: 0.21.1-2.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team
<[email protected]>
Changed-By: Steve Langasek <[email protected]>
Closes: 1063000
Changes:
ucto (0.21.1-2.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1063000
Checksums-Sha1:
ae79da47bafc802a9501efdfe1ac9791cfa9acde 2227 ucto_0.21.1-2.1.dsc
c71232fced5f44c3a1d41899c905486d3ae6f746 5896 ucto_0.21.1-2.1.debian.tar.xz
72d082ca1c13b24c6da248fc710fa96a1f3345ed 7248 ucto_0.21.1-2.1_source.buildinfo
Checksums-Sha256:
380db94a2818202bde487f97a7eeced159b46a121ee16b42bda782a138346b9e 2227
ucto_0.21.1-2.1.dsc
f39c0d8a0b9df0cd952bb5731041be5ed4bb489c756e916e808f18c878dfbb85 5896
ucto_0.21.1-2.1.debian.tar.xz
08db608427400004ca1ece4e51a087205cfcf601918896af0273700ec2834a97 7248
ucto_0.21.1-2.1_source.buildinfo
Files:
337a06c847baeff8111ab49594211a19 2227 science optional ucto_0.21.1-2.1.dsc
22f362112ca0ec04c218ad0d986caae6 5896 science optional
ucto_0.21.1-2.1.debian.tar.xz
2c311abe379fe73166ba9641325e8f26 7248 science optional
ucto_0.21.1-2.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXfkYYSHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9EWkQAKhIKOHtT9W43lMDfin9dR9WyA//yHh9
VDIx1elL/SNbx03WOIbTPgavk9M2sTSOS38n+K7iEFPICqADuZVZJXcc5WXZT8d/
51IfC4iaDsDrIa4YN4LlKLYIG+4zS2ZszPPdsL/Lwf/8W/0RmwOPyekThLs5cuCw
mQPNL3Zo+CKaOit0cf8UjN8WbeXxLj0RsYO4ZlwWdqJLcrhhKweoDcRUkc+bfez1
RG48sOBQZvF4QxxMbL+jwnecJ939P4DDn9jTxxVxVuMP3LTymvd05RpCSM7sj1rY
e1mud6Na7gLGDPDv4jpq+aprGptEcnYzvN/qv/44wgZzcC+TmH7d5WAu59XkVxai
nP1hxDkw/+TEw50gMbU08mQFEVhxCOCYcNiO8Q36jeVG9LJTJl8bWDpmy7gaVA6/
hqcZEChfyRCuXrx4uAHIcnN0f9eSCD+y8xwoOreA/Su/JfVwCIeluLaVDvyD8y6P
fvDpLyqTpweNP/7u7JUbk+2wwZnBXI0O4PM2vnzbMwySalOOfkPdN4BWf6CLqOa+
qklM40cz2gycu2h9RmGZ9To3M5n0k0FLraUHabqbBzGHsoPRZzSDKasaK3UUVo0X
mp1RInbzjunFeUAL/bzY5FkDvsq6wQyTb7RKii9Ahk5Dk8JEhIwAPFq7T/5BMDRc
q1FC3Sp3rr3B
=zhzP
-----END PGP SIGNATURE-----
pgptGEhmF1JIW.pgp
Description: PGP signature
--- End Message ---