Your message dated Thu, 29 Feb 2024 21:07:21 +0000 with message-id <e1rfncf-00d2ls...@fasolo.debian.org> and subject line Bug#1063217: fixed in peony 4.0.0.0-1.1 has caused the Debian Bug report #1063217, regarding peony: 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.) -- 1063217: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063217 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Source: peony Version: 4.0.0.0-1 Severity: serious Tags: patch pending sid trixie Justification: library ABI skew on upgrade User: debian-...@lists.debian.org 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 peony 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 peony 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.2.0-39-generic (SMP w/32 CPU threads; PREEMPT) Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE, TAINT_UNSIGNED_MODULE Locale: LANG=C.UTF-8, 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 peony-4.0.0.0/debian/changelog peony-4.0.0.0/debian/changelog --- peony-4.0.0.0/debian/changelog 2024-01-22 23:42:22.000000000 -0300 +++ peony-4.0.0.0/debian/changelog 2024-02-05 15:10:29.000000000 -0300 @@ -1,3 +1,10 @@ +peony (4.0.0.0-1.1) experimental; urgency=medium + + * Non-maintainer upload. + * Rename libraries for 64-bit time_t transition. + + -- Lucas Kanashiro <kanash...@debian.org> Mon, 05 Feb 2024 15:10:29 -0300 + peony (4.0.0.0-1) unstable; urgency=medium * New upstream release. diff -Nru peony-4.0.0.0/debian/control peony-4.0.0.0/debian/control --- peony-4.0.0.0/debian/control 2024-01-22 23:42:22.000000000 -0300 +++ peony-4.0.0.0/debian/control 2024-02-05 15:10:28.000000000 -0300 @@ -44,7 +44,7 @@ Package: peony Architecture: any Multi-Arch: foreign -Depends: libpeony3 (= ${binary:Version}), +Depends: libpeony3t64 (= ${binary:Version}), peony-common (= ${source:Version}), ${misc:Depends}, ${shlibs:Depends} @@ -69,7 +69,7 @@ . This package contains the architecture independent files. -Package: libpeony3 +Package: libpeony3t64 Section: libs Architecture: any Pre-Depends: ${misc:Pre-Depends} @@ -79,9 +79,9 @@ gvfs-fuse, ${misc:Depends}, ${shlibs:Depends} -Provides: libpeony -Breaks: libpeony2, peony (<< 2.2.0-1) -Replaces: libpeony2, peony (<< 2.2.0-1) +Provides: ${t64:Provides}, libpeony +Breaks: libpeony3 (<< ${source:Version}), libpeony2, peony (<< 2.2.0-1) +Replaces: libpeony3, libpeony2, peony (<< 2.2.0-1) Description: libraries for Peony components Peony is the official file manager for the UKUI desktop. It allows one to browse directories, preview files and launch applications associated @@ -99,7 +99,7 @@ libglib2.0-dev, libgsettings-qt-dev, libnotify-dev, - libpeony3 (= ${binary:Version}), + libpeony3t64 (= ${binary:Version}), libpoppler-qt5-dev, libudisks2-dev, qtbase5-dev, diff -Nru peony-4.0.0.0/debian/libpeony3.install peony-4.0.0.0/debian/libpeony3.install --- peony-4.0.0.0/debian/libpeony3.install 2024-01-16 23:42:10.000000000 -0300 +++ peony-4.0.0.0/debian/libpeony3.install 1969-12-31 21:00:00.000000000 -0300 @@ -1,3 +0,0 @@ -translations/libpeony-qt/* usr/share/libpeony-qt -usr/lib/*/*.so.* -usr/share/libpeony-qt/*.qm diff -Nru peony-4.0.0.0/debian/libpeony3.shlibs peony-4.0.0.0/debian/libpeony3.shlibs --- peony-4.0.0.0/debian/libpeony3.shlibs 2024-01-16 23:42:10.000000000 -0300 +++ peony-4.0.0.0/debian/libpeony3.shlibs 1969-12-31 21:00:00.000000000 -0300 @@ -1 +0,0 @@ -libpeony 3 libpeony3 (>= 3.0.2) diff -Nru peony-4.0.0.0/debian/libpeony3t64.install peony-4.0.0.0/debian/libpeony3t64.install --- peony-4.0.0.0/debian/libpeony3t64.install 1969-12-31 21:00:00.000000000 -0300 +++ peony-4.0.0.0/debian/libpeony3t64.install 2024-01-16 23:42:10.000000000 -0300 @@ -0,0 +1,3 @@ +translations/libpeony-qt/* usr/share/libpeony-qt +usr/lib/*/*.so.* +usr/share/libpeony-qt/*.qm diff -Nru peony-4.0.0.0/debian/libpeony3t64.lintian-overrides peony-4.0.0.0/debian/libpeony3t64.lintian-overrides --- peony-4.0.0.0/debian/libpeony3t64.lintian-overrides 1969-12-31 21:00:00.000000000 -0300 +++ peony-4.0.0.0/debian/libpeony3t64.lintian-overrides 2024-02-05 15:10:28.000000000 -0300 @@ -0,0 +1 @@ +libpeony3t64: package-name-doesnt-match-sonames libpeony3 diff -Nru peony-4.0.0.0/debian/libpeony3t64.shlibs peony-4.0.0.0/debian/libpeony3t64.shlibs --- peony-4.0.0.0/debian/libpeony3t64.shlibs 1969-12-31 21:00:00.000000000 -0300 +++ peony-4.0.0.0/debian/libpeony3t64.shlibs 2024-02-05 15:10:28.000000000 -0300 @@ -0,0 +1 @@ +libpeony 3 libpeony3t64 (>= 3.0.2)
--- End Message ---
--- Begin Message ---Source: peony Source-Version: 4.0.0.0-1.1 Done: Benjamin Drung <bdr...@debian.org> We believe that the bug you reported is fixed in the latest version of peony, 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 1063...@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Benjamin Drung <bdr...@debian.org> (supplier of updated peony 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: Thu, 29 Feb 2024 20:19:01 +0000 Source: peony Architecture: source Version: 4.0.0.0-1.1 Distribution: unstable Urgency: medium Maintainer: Kylin Team <team+ky...@tracker.debian.org> Changed-By: Benjamin Drung <bdr...@debian.org> Closes: 1063217 Changes: peony (4.0.0.0-1.1) unstable; urgency=medium . * Non-maintainer upload. * Rename libraries for 64-bit time_t transition. Closes: #1063217 Checksums-Sha1: fa9b197b9a58540d21ad06f5e3628ca9aa25b5cc 2616 peony_4.0.0.0-1.1.dsc 58e48b67e12f4599e2c027ec256acb58510a4ac3 6472 peony_4.0.0.0-1.1.debian.tar.xz d454394e8fb653d467886a2c49e974d3f0a9f0e4 19517 peony_4.0.0.0-1.1_source.buildinfo Checksums-Sha256: 1bec1e012bdd28bb46ac404f42d6624e4c60ccb31ea0e689a4437b162c03354b 2616 peony_4.0.0.0-1.1.dsc ad038a5eba118bb056526fe3beb09d9897942f4dc56b9d677548a402516f4db0 6472 peony_4.0.0.0-1.1.debian.tar.xz 15df5292a20ba670617d7dce4d73253f8805ba184c5cbe41fd3b8118ab6f40fd 19517 peony_4.0.0.0-1.1_source.buildinfo Files: b3c4f1bc1b07bc62a95c6bcc4b17eb4c 2616 utils optional peony_4.0.0.0-1.1.dsc 4824fdc32a4f3f2adaf205cec2e065b4 6472 utils optional peony_4.0.0.0-1.1.debian.tar.xz 095774cbca284e37d7f6664a044e5d7f 19517 utils optional peony_4.0.0.0-1.1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEpi0s+9ULm1vzYNVLFZ61xO/Id0wFAmXg5yYACgkQFZ61xO/I d0yejA//e+splOS1cxnodXB1wbAkURfUrb/87F/GJNv0/RMYhh3HgAyNrYUl+pQD jZNigjSG8CHXNKbbBBR5d0GI/XNEX8URMeqGR0R5+lRlbMcjpw/BzI2neOSVtUZ6 NADyC4UlHMTLnqTcRgKirLFQOCnfuEoOzInVI1fQG/MJL3IXrBOXRNWXTUk/4Af4 bn3lVlNceQ4r/j/bLDVrHke1seTYLUJXJoKnTCkW1q9LB9BDIwqc/zJFacej+aJz AvVd39ilxC1DdEARXhe+/UdwEa+OUnsaElqNxKifKOEfzKkdC8pGDwkM9TYK5Xqo d/hbZ33NOY0nJE69h76iNSAZiQA4ruLgS8hmrz+5cqtEzJY3ORYCuiFOeqIXEauw BfEDgYabwI7tdNuhXXd/X6W1aEOVEFf7sAL5BbIbh5EY4q0BTh38aYBUvqsfcd47 vbToq88/1o8liVODQKrsz3qMLv3seIFjh2iVFih1pYvP7HcD1KsRfwvccA88j5kZ pifB3ZgmP+0ZBo3pRAAwEpm8VzsYxK/toKDYgmBOIWSTOaD3hsROshq7fcrrmgJw zIgR9uQOFm21q/95MqcipKQowQ9bJWxXWSq8Fjw64wTyyvOlkeex4rYe++U+Sv14 xpeRM0FiFALQYACf7NHGAFr0XnegpgzWZDTHZBwhjxGG/lKVYnA= =Om3o -----END PGP SIGNATURE-----pgpH6GCXxJ3vi.pgp
Description: PGP signature
--- End Message ---