Your message dated Thu, 29 Feb 2024 10:47:19 +0000
with message-id <[email protected]>
and subject line Bug#1062670: fixed in lomiri-indicator-transfer 1.1.0-1.1
has caused the Debian Bug report #1062670,
regarding lomiri-indicator-transfer: 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.)
--
1062670: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062670
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: lomiri-indicator-transfer
Version: 1.0.0-3
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
lomiri-indicator-transfer 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
lomiri-indicator-transfer
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 lomiri-indicator-transfer-1.0.0/debian/changelog
lomiri-indicator-transfer-1.0.0/debian/changelog
--- lomiri-indicator-transfer-1.0.0/debian/changelog 2023-07-26
19:19:46.000000000 +0000
+++ lomiri-indicator-transfer-1.0.0/debian/changelog 2024-02-02
15:35:08.000000000 +0000
@@ -1,3 +1,10 @@
+lomiri-indicator-transfer (1.0.0-3.1) experimental; urgency=medium
+
+ * Non-maintainer upload.
+ * Rename libraries for 64-bit time_t transition.
+
+ -- Graham Inggs <[email protected]> Fri, 02 Feb 2024 15:35:08 +0000
+
lomiri-indicator-transfer (1.0.0-3) unstable; urgency=medium
* debian/patches: Add patch to fix FTBFS with googletest 1.13.0
diff -Nru lomiri-indicator-transfer-1.0.0/debian/control
lomiri-indicator-transfer-1.0.0/debian/control
--- lomiri-indicator-transfer-1.0.0/debian/control 2023-07-26
19:19:16.000000000 +0000
+++ lomiri-indicator-transfer-1.0.0/debian/control 2024-02-02
15:35:08.000000000 +0000
@@ -36,7 +36,7 @@
Depends: ${shlibs:Depends},
${misc:Depends},
lomiri-indicator-transfer-common (>= ${source:Version}),
- libindicator-transfer1 (= ${binary:Version}),
+ libindicator-transfer1t64 (= ${binary:Version}),
ayatana-indicator-common,
Recommends: indicator-applet | indicator-renderer,
content-hub,
@@ -69,7 +69,10 @@
.
This package contains the associated download manager.
-Package: libindicator-transfer1
+Package: libindicator-transfer1t64
+Provides: ${t64:Provides}
+Replaces: libindicator-transfer1
+Breaks: libindicator-transfer1 (<< ${source:Version})
Section: libs
Architecture: any
Multi-Arch: same
@@ -87,7 +90,7 @@
Architecture: any
Depends: ${shlibs:Depends},
${misc:Depends},
- libindicator-transfer1 (= ${binary:Version}),
+ libindicator-transfer1t64 (= ${binary:Version}),
Description: Development files for indicator-transfer
Indicator that shows file/data transfers in the indicator bar of the
Lomiri operating shell.
diff -Nru lomiri-indicator-transfer-1.0.0/debian/libindicator-transfer1.install
lomiri-indicator-transfer-1.0.0/debian/libindicator-transfer1.install
--- lomiri-indicator-transfer-1.0.0/debian/libindicator-transfer1.install
2023-07-26 19:06:43.000000000 +0000
+++ lomiri-indicator-transfer-1.0.0/debian/libindicator-transfer1.install
1970-01-01 00:00:00.000000000 +0000
@@ -1 +0,0 @@
-usr/lib/*/libindicator-transfer.so.*
diff -Nru
lomiri-indicator-transfer-1.0.0/debian/libindicator-transfer1t64.install
lomiri-indicator-transfer-1.0.0/debian/libindicator-transfer1t64.install
--- lomiri-indicator-transfer-1.0.0/debian/libindicator-transfer1t64.install
1970-01-01 00:00:00.000000000 +0000
+++ lomiri-indicator-transfer-1.0.0/debian/libindicator-transfer1t64.install
2023-07-26 19:06:43.000000000 +0000
@@ -0,0 +1 @@
+usr/lib/*/libindicator-transfer.so.*
diff -Nru
lomiri-indicator-transfer-1.0.0/debian/libindicator-transfer1t64.lintian-overrides
lomiri-indicator-transfer-1.0.0/debian/libindicator-transfer1t64.lintian-overrides
---
lomiri-indicator-transfer-1.0.0/debian/libindicator-transfer1t64.lintian-overrides
1970-01-01 00:00:00.000000000 +0000
+++
lomiri-indicator-transfer-1.0.0/debian/libindicator-transfer1t64.lintian-overrides
2024-02-02 15:35:08.000000000 +0000
@@ -0,0 +1 @@
+libindicator-transfer1t64: package-name-doesnt-match-sonames
libindicator-transfer1
--- End Message ---
--- Begin Message ---
Source: lomiri-indicator-transfer
Source-Version: 1.1.0-1.1
Done: Graham Inggs <[email protected]>
We believe that the bug you reported is fixed in the latest version of
lomiri-indicator-transfer, 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.
Graham Inggs <[email protected]> (supplier of updated lomiri-indicator-transfer
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: Thu, 29 Feb 2024 09:47:28 +0000
Source: lomiri-indicator-transfer
Architecture: source
Version: 1.1.0-1.1
Distribution: unstable
Urgency: medium
Maintainer: Debian UBports Team <[email protected]>
Changed-By: Graham Inggs <[email protected]>
Closes: 1062670
Changes:
lomiri-indicator-transfer (1.1.0-1.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Rename libraries for 64-bit time_t transition. Closes: #1062670
Checksums-Sha1:
d3321a3347424c0064f60a487ec41f64600bb063 2836
lomiri-indicator-transfer_1.1.0-1.1.dsc
b2205ddebd824edba68bd11ce9da0110495d8b10 4968
lomiri-indicator-transfer_1.1.0-1.1.debian.tar.xz
256e24ba888f46ec0431190d22dbf32df6ee5c20 11983
lomiri-indicator-transfer_1.1.0-1.1_source.buildinfo
Checksums-Sha256:
e51abacdad7598df3ccddc3bdd062f7a1beb6de6e3e6dba772dbf1dc041a8f89 2836
lomiri-indicator-transfer_1.1.0-1.1.dsc
9073e7d6ce5d1fa06d20f826083c34a05a1c1f0bc75b38b8f657c7d5dea0d479 4968
lomiri-indicator-transfer_1.1.0-1.1.debian.tar.xz
574b12ee827632fb5f6e12cd7ad67c0666d31c220fd52b9a7631f3d1bb1cb458 11983
lomiri-indicator-transfer_1.1.0-1.1_source.buildinfo
Files:
09e0422aef817d6521a404f34d855ab8 2836 misc optional
lomiri-indicator-transfer_1.1.0-1.1.dsc
4486de77ab0aa7509cb4104d22ea66de 4968 misc optional
lomiri-indicator-transfer_1.1.0-1.1.debian.tar.xz
710e5fc785ce4e8a433cad7b71b66a8c 11983 misc optional
lomiri-indicator-transfer_1.1.0-1.1_source.buildinfo
-----BEGIN PGP SIGNATURE-----
iQIzBAEBCgAdFiEEJeP/LX9Gnb59DU5Qr8/sjmac4cIFAmXgUtsACgkQr8/sjmac
4cLHqg/8CbA8t8CM87zSHEz2c8LqZddLC8WbZxcdRf+s4YfpSdsXDs7s/SwbY5Jh
0mXLc55KUDdQ5v2FMIKQGs/vWG+VQ7JNCyvseEspr38r4eMq27mAiDeeYxippMZS
GN+vjnkDfeAIXp0tHjvZo62YDNxLEeavL7k1Sp8fB6r+ulqTsKIqN2MPuxuu74cp
8UG6aWWrGvTBE94itRfQ4D+VcG3NMAz9GOtJwJ6OWz1YghLab6TgC2aTx85mTEXL
O/YeuBNJaHCNbBhhcWcy00hRhp/D+nvI+MNlA4pDpqGjglJf0IXkyafvpWk4YFmT
6pXCaivSHbdhnyKYqcPueWsdbiOPbbVG7u/sN615r+r7iEHfJB646LK6DaIUPSzb
eCxxHObFUxta/kaOtV+xssmHxSX+QZ5Y9XLmU3qCNCIqkL6MB3hkjmpXYdvXQ6Iq
St+JTjokqhxyh0mzcESrv+XlPcuUxZDsfJxGwjm0FeKj01o+B+ydTTzMqKbbSzJd
YSFALvkC/8GDqBMkseogX7S8S+lfWflucnv6IGE0RHvbDx0dYH6LpZFVnTuGhQz2
7QzHMcHn95okFQ+fOeks/oGo6TKCz37E5CakeomHx5t6NL6EL7IV5XpNEibtNK8k
KKJNA+olTdSc7JcXB0fZTtpTAUg8T+yROR8bCfWneuMDKaMQXQA=
=ZXxP
-----END PGP SIGNATURE-----
pgp0fnXbrfVoy.pgp
Description: PGP signature
--- End Message ---