Your message dated Wed, 28 Feb 2024 23:21:56 +0000
with message-id <e1rftfm-008vsv...@fasolo.debian.org>
and subject line Bug#1062114: fixed in gocr 0.52-6.1
has caused the Debian Bug report #1062114,
regarding gocr: 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 ow...@bugs.debian.org
immediately.)
--
1062114: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062114
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: gocr
Version: 0.52-6
Severity: serious
Tags: patch pending
Justification: library ABI skew on upgrade
User: debian-...@lists.debian.org
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
gocr 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 gocr
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'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 6.5.0-15-generic (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: 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: unable to detect
diff -Nru gocr-0.52/debian/changelog gocr-0.52/debian/changelog
--- gocr-0.52/debian/changelog 2023-01-16 08:54:18.000000000 +0000
+++ gocr-0.52/debian/changelog 2024-01-31 12:07:42.000000000 +0000
@@ -1,3 +1,10 @@
+gocr (0.52-6.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Graham Inggs <gin...@debian.org> Wed, 31 Jan 2024 12:07:42 +0000
+
gocr (0.52-6) unstable; urgency=medium
[ Debian Janitor ]
diff -Nru gocr-0.52/debian/control gocr-0.52/debian/control
--- gocr-0.52/debian/control 2023-01-16 08:53:55.000000000 +0000
+++ gocr-0.52/debian/control 2024-01-31 12:07:42.000000000 +0000
@@ -56,7 +56,7 @@
Architecture: any
Section: libdevel
Depends:
- libpgm2asc0.52 (= ${binary:Version}),
+ libpgm2asc0.52t64 (= ${binary:Version}),
${misc:Depends},
Provides:
gocr-dev,
@@ -71,7 +71,10 @@
.
These are the development files.
-Package: libpgm2asc0.52
+Package: libpgm2asc0.52t64
+Provides: ${t64:Provides}
+Replaces: libpgm2asc0.52
+Breaks: libpgm2asc0.52 (<< ${source:Version})
Architecture: any
Section: libs
Depends:
diff -Nru gocr-0.52/debian/libpgm2asc0.52.install
gocr-0.52/debian/libpgm2asc0.52.install
--- gocr-0.52/debian/libpgm2asc0.52.install 2023-01-16 08:50:52.000000000
+0000
+++ gocr-0.52/debian/libpgm2asc0.52.install 1970-01-01 00:00:00.000000000
+0000
@@ -1 +0,0 @@
-libPgm2asc.so.* usr/lib/${DEB_HOST_MULTIARCH}
diff -Nru gocr-0.52/debian/libpgm2asc0.52t64.install
gocr-0.52/debian/libpgm2asc0.52t64.install
--- gocr-0.52/debian/libpgm2asc0.52t64.install 1970-01-01 00:00:00.000000000
+0000
+++ gocr-0.52/debian/libpgm2asc0.52t64.install 2023-01-16 08:50:52.000000000
+0000
@@ -0,0 +1 @@
+libPgm2asc.so.* usr/lib/${DEB_HOST_MULTIARCH}
diff -Nru gocr-0.52/debian/libpgm2asc0.52t64.lintian-overrides
gocr-0.52/debian/libpgm2asc0.52t64.lintian-overrides
--- gocr-0.52/debian/libpgm2asc0.52t64.lintian-overrides 1970-01-01
00:00:00.000000000 +0000
+++ gocr-0.52/debian/libpgm2asc0.52t64.lintian-overrides 2024-01-31
12:07:42.000000000 +0000
@@ -0,0 +1 @@
+libpgm2asc0.52t64: package-name-doesnt-match-sonames libpgm2asc0.52
--- End Message ---
--- Begin Message ---
Source: gocr
Source-Version: 0.52-6.1
Done: Steve Langasek <vor...@debian.org>
We believe that the bug you reported is fixed in the latest version of
gocr, 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 1062...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Steve Langasek <vor...@debian.org> (supplier of updated gocr 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512
Format: 1.8
Date: Wed, 28 Feb 2024 21:34:16 +0000
Source: gocr
Architecture: source
Version: 0.52-6.1
Distribution: unstable
Urgency: medium
Maintainer: Andrius Merkys <mer...@debian.org>
Changed-By: Steve Langasek <vor...@debian.org>
Closes: 1062114
Changes:
gocr (0.52-6.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1062114
Checksums-Sha1:
410df8673b3d97c3777a1c529cab334b4d8ea843 2171 gocr_0.52-6.1.dsc
0dbec9bd7b4619c869e66d9f113c1e95330753bd 7448 gocr_0.52-6.1.debian.tar.xz
e050b2d7ed03cf31f5bd1e90a632c6b7692934f5 7116 gocr_0.52-6.1_source.buildinfo
Checksums-Sha256:
28833da412e74fb66d7654e561e4df3cf949b689fdacee5d843c48dddd11b6e6 2171
gocr_0.52-6.1.dsc
b057385ff9600cd76bd9bc417548754df2fcd0b5fb3f240aba83f4feef5119c6 7448
gocr_0.52-6.1.debian.tar.xz
6aca8b4c47c8a134de20390f33f7aba170929cfc665ad73a703593895ac9a37e 7116
gocr_0.52-6.1_source.buildinfo
Files:
653f575f74b3b42e8b5d1964b25545ea 2171 graphics optional gocr_0.52-6.1.dsc
992fa90b570e689d9fa998522fba56e7 7448 graphics optional
gocr_0.52-6.1.debian.tar.xz
b5413713ae59d31c967cfb687521c10f 7116 graphics optional
gocr_0.52-6.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQJGBAEBCgAwFiEErEg/aN5yj0PyIC/KVo0w8yGyEz0FAmXfpxUSHHZvcmxvbkBk
ZWJpYW4ub3JnAAoJEFaNMPMhshM9IxwQAIB5JavaWRJyKi1W/xJjzF/neL5e9IKz
/RGaAaQNYeDXhL4NUtv04QErYMeaQL9YYFJlVmoiI4vRuMeT/HsNVV4crK/RhUaG
lQNIu6oLzvJE9+xo5/YNKWivwOkTTogSLpbFxBLjqM4tSegndgJ0u7sr2u/QPL5v
sOI6tSpb91XqSVdZtZ99l0RbgJqTvW9J97JmM2HSdxCS5/gNSD5vx0nW6t4idsmN
VBaMDArbBcOsUd+CmN0I0PYlG1XkzuyVLZe6tsuDcFnocFx4iSui7HTHfLkHI/2C
zzrhR1MG5rt6vYRJShNtZDYQvobbpT30A28qvu41TmKBTtDTRzYK9GVu91iA2EHQ
2G/PHUM87/sJKKPdWxmbPmRj3w9/Rc/0WeFAj/0e/k3EHgrEcLCGinS5+IOMyW19
LhZkRepGPcayq+XFxlPzgAQbcFiyarC0Dt9YYJQimtODECi3k/IIpZQ1Y8g24PLV
sJKo2QiqwX+hL5LX/Y6jA+cRBs/BiRVrQ4neV2XeytAuYcjt74SFaC5gTL30RRj3
IbnsiWNx7hwaPNnufrevE/40BuHJGUcHeieaAtJDleQIFzk993c43kmdc3JzuAfz
7MBjwaY2jFNWB1CdQteUTOetbR1iqi3wIDnYSJUdLwUu7bMvWzKBtgko8fpgaVZ6
+HF47ylqFg+V
=Y5nW
-----END PGP SIGNATURE-----
pgpMinGcikeSq.pgp
Description: PGP signature
--- End Message ---