Your message dated Wed, 28 Feb 2024 22:37:04 +0000
with message-id <[email protected]>
and subject line Bug#1062997: fixed in ttfautohint 1.8.4-1.1
has caused the Debian Bug report #1062997,
regarding ttfautohint: 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.)
--
1062997: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062997
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: ttfautohint
Version: 1.8.4-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
ttfautohint 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 ttfautohint
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 ttfautohint-1.8.4/debian/changelog ttfautohint-1.8.4/debian/changelog
--- ttfautohint-1.8.4/debian/changelog 2023-08-19 21:28:01.000000000 +0000
+++ ttfautohint-1.8.4/debian/changelog 2024-02-04 11:02:30.000000000 +0000
@@ -1,3 +1,10 @@
+ttfautohint (1.8.4-1.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Steve Langasek <[email protected]> Sun, 04 Feb 2024 11:02:30 +0000
+
ttfautohint (1.8.4-1) unstable; urgency=medium
* Team upload.
diff -Nru ttfautohint-1.8.4/debian/control ttfautohint-1.8.4/debian/control
--- ttfautohint-1.8.4/debian/control 2023-08-19 21:05:33.000000000 +0000
+++ ttfautohint-1.8.4/debian/control 2024-02-04 11:02:29.000000000 +0000
@@ -14,7 +14,10 @@
Vcs-Browser: https://salsa.debian.org/fonts-team/ttfautohint
Homepage: https://www.freetype.org/ttfautohint/
-Package: libttfautohint1
+Package: libttfautohint1t64
+Provides: ${t64:Provides}
+Replaces: libttfautohint1
+Breaks: libttfautohint1 (<< ${source:Version})
Section: libs
Architecture: any
Multi-Arch: same
@@ -33,7 +36,7 @@
Section: libdevel
Architecture: any
Depends: ${misc:Depends},
- libttfautohint1 (= ${binary:Version})
+ libttfautohint1t64 (= ${binary:Version})
Description: Automatic font hinter - development files
This project provides a library which takes a TrueType font as the input,
removes its bytecode instructions (if any), and returns a new font where all
@@ -47,7 +50,7 @@
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
- libttfautohint1 (= ${binary:Version})
+ libttfautohint1t64 (= ${binary:Version})
Description: Automatic font hinter
This project provides a library which takes a TrueType font as the input,
removes its bytecode instructions (if any), and returns a new font where all
diff -Nru ttfautohint-1.8.4/debian/libttfautohint1.install
ttfautohint-1.8.4/debian/libttfautohint1.install
--- ttfautohint-1.8.4/debian/libttfautohint1.install 2023-08-19
20:56:16.000000000 +0000
+++ ttfautohint-1.8.4/debian/libttfautohint1.install 1970-01-01
00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/*.so.*
\ No newline at end of file
diff -Nru ttfautohint-1.8.4/debian/libttfautohint1t64.install
ttfautohint-1.8.4/debian/libttfautohint1t64.install
--- ttfautohint-1.8.4/debian/libttfautohint1t64.install 1970-01-01
00:00:00.000000000 +0000
+++ ttfautohint-1.8.4/debian/libttfautohint1t64.install 2023-08-19
20:56:16.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/*.so.*
\ No newline at end of file
diff -Nru ttfautohint-1.8.4/debian/libttfautohint1t64.lintian-overrides
ttfautohint-1.8.4/debian/libttfautohint1t64.lintian-overrides
--- ttfautohint-1.8.4/debian/libttfautohint1t64.lintian-overrides
1970-01-01 00:00:00.000000000 +0000
+++ ttfautohint-1.8.4/debian/libttfautohint1t64.lintian-overrides
2024-02-04 11:02:29.000000000 +0000
@@ -0,0 +1 @@
+libttfautohint1t64: package-name-doesnt-match-sonames libttfautohint1
--- End Message ---
--- Begin Message ---
Source: ttfautohint
Source-Version: 1.8.4-1.1
Done: Steve Langasek <[email protected]>
We believe that the bug you reported is fixed in the latest version of
ttfautohint, 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 ttfautohint 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 19:52:33 +0000
Source: ttfautohint
Architecture: source
Version: 1.8.4-1.1
Distribution: unstable
Urgency: medium
Maintainer: Debian Fonts Task Force <[email protected]>
Changed-By: Steve Langasek <[email protected]>
Closes: 1062997
Changes:
ttfautohint (1.8.4-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1062997
Checksums-Sha1:
a386fc25534aa1702cb32ed32e10880f35f251d6 2239 ttfautohint_1.8.4-1.1.dsc
c2c5b3d579e3e48e72d04e975526ace93096a585 10156
ttfautohint_1.8.4-1.1.debian.tar.xz
b2cae043790dbe2a8d1480479ffdd8758d5d1a93 12234
ttfautohint_1.8.4-1.1_source.buildinfo
Checksums-Sha256:
e8ea8ca8265ac79b3671785836b8703bcdf88193155599b588cce941d10c018f 2239
ttfautohint_1.8.4-1.1.dsc
f847edddd038de2f2ba482344f9f89c6fe30e3ba46b986cfb3899396f1b8b04b 10156
ttfautohint_1.8.4-1.1.debian.tar.xz
468eb35a86875081ac982a1ef2b71cb591f6852c469dcc775b7718adc451b5e9 12234
ttfautohint_1.8.4-1.1_source.buildinfo
Files:
6d3736156d71160db062ff93a516884e 2239 fonts optional ttfautohint_1.8.4-1.1.dsc
d91e4d2e8d1b7c0480eabffde875b2b9 10156 fonts optional
ttfautohint_1.8.4-1.1.debian.tar.xz
a9d7bf83e069e0ed3222718261e628be 12234 fonts optional
ttfautohint_1.8.4-1.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXfj08SHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM940AP/38y1rPD+7PDRaS1EMtCIe2WcVUPHATz
o34p3kTtPPm0tRA+Qnq4kAPMDDJFe09wp3IbkQ3xvrUdwLVwk5ju7x/ed7sG4TZk
dZl69vizktiApxrAvHRPQGmm1PQZ1a7BSovSLX38PchrZOmOs9wNFKf3/V+BKL3E
PL2FErwI2Mba1mEZqXMZ/eKJuFpitbwWZUwPnoO+JMSSr/T2C1nyNDOEBlbsbgKi
gT0JdFYELTXKcGRw6rwJg1BxLsiFlnWi4jIqC4ckN7by1dTE4HaEQSZQ3jjL5v8r
Gog0wKtwvDEhxBzO20IU67g0frWLP0mEZ8e9bMvVuEVuY2/leq/XYe4CGaBN0Nlo
xfELr4n/RVLZmWh2nPrZkElQs3eSqKJDMB7feg11fhwur/qGBgk4bsbPF/0EmlOX
TXL5kjJ0DweICQiZ20cEZ9M32TjwfNZezbnKCC9vyyr0OpRFybUYShFGIzUxCmke
xmlRwJZwsRxacVCUYaCDSa/3GJvBdjIDt6uAQ+QxgJAepgV59BFlpyzLc6dXV75z
scYEhKb5JkoHEiy09gf0k9RKkBMR1OCS58OHzCg1MXRs3Tr132r2wIMUdN0U59yR
8xOUr9aZpdVZ8T8Ok35v98BcRATPDN1bI/KATzLT6/UjL2DWJ9TDVZRhBchjweGb
O1w/uY9BgFXu
=4jgb
-----END PGP SIGNATURE-----
pgpFnvrLqjbzH.pgp
Description: PGP signature
--- End Message ---