Your message dated Mon, 01 Apr 2024 18:00:11 +0000 with message-id <E1rrLx5-00DSkk-7V@fasolo.debian.org> and subject line Bug#1062170: fixed in glw 8.0.0-3 has caused the Debian Bug report #1062170, regarding glw: 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 owner@bugs.debian.org immediately.) -- 1062170: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062170 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: glw: NMU diff for 64-bit time_t transition
- From: Lukas Märdian <slyon@debian.org>
- Date: Wed, 31 Jan 2024 14:54:08 +0000
- Message-id: <170671284829.1635221.11931278234617075461.reportbug@sid-time-t>
Source: glw Version: 8.0.0-1.1 Severity: serious Tags: patch pending Justification: library ABI skew on upgrade User: debian-arm@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 glw 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 glw 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/8 CPU threads; PREEMPT) Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_OOT_MODULE Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set Shell: /bin/sh linked to /usr/bin/dash Init: systemd (via /run/systemd/system)diff -u glw-8.0.0/debian/changelog glw-8.0.0/debian/changelog --- glw-8.0.0/debian/changelog +++ glw-8.0.0/debian/changelog @@ -1,3 +1,10 @@ +glw (8.0.0-1.2) experimental; urgency=medium + + * Non-maintainer upload. + * Rename libraries for 64-bit time_t transition. + + -- Lukas Märdian <slyon@debian.org> Wed, 31 Jan 2024 14:53:50 +0000 + glw (8.0.0-1.1) unstable; urgency=low [ Paul Gevers ] diff -u glw-8.0.0/debian/control glw-8.0.0/debian/control --- glw-8.0.0/debian/control +++ glw-8.0.0/debian/control @@ -19,11 +19,13 @@ Homepage: http://mesa3d.sourceforge.net/ Package: libglw1-mesa +Replaces: libglw1-mesa +Breaks: libglw1-mesa (<< ${source:Version}) Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, -Provides: libglw1 +Provides: libglw1, ${t64:Provides} Pre-Depends: ${misc:Pre-Depends} Multi-Arch: same Description: GL widget library for Athena and Motif -- runtime
--- End Message ---
--- Begin Message ---
- To: 1062170-close@bugs.debian.org
- Subject: Bug#1062170: fixed in glw 8.0.0-3
- From: Debian FTP Masters <ftpmaster@ftp-master.debian.org>
- Date: Mon, 01 Apr 2024 18:00:11 +0000
- Message-id: <E1rrLx5-00DSkk-7V@fasolo.debian.org>
- Reply-to: Julien Cristau <jcristau@debian.org>
Source: glw Source-Version: 8.0.0-3 Done: Julien Cristau <jcristau@debian.org> We believe that the bug you reported is fixed in the latest version of glw, 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 1062170@bugs.debian.org, and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Julien Cristau <jcristau@debian.org> (supplier of updated glw 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 ftpmaster@ftp-master.debian.org) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Sun, 31 Mar 2024 13:00:14 +0200 Source: glw Binary: libglw1-mesa-dev libglw1t64-mesa libglw1t64-mesa-dbgsym Architecture: source amd64 Version: 8.0.0-3 Distribution: unstable Urgency: medium Maintainer: Debian X Strike Force <debian-x@lists.debian.org> Changed-By: Julien Cristau <jcristau@debian.org> Description: libglw1-mesa-dev - GL widget library for Athena and Motif -- development files libglw1t64-mesa - GL widget library for Athena and Motif -- runtime Closes: 1062170 Changes: glw (8.0.0-3) unstable; urgency=medium . * Add versioned build-dep on dpkg-dev for 64-bit time_t transition. . glw (8.0.0-2) unstable; urgency=low . [ Debian Janitor ] * Trim trailing whitespace. * Use secure copyright file specification URI. * Bump debhelper from deprecated 9 to 12. + debian/rules: Move --fail-missing argument to dh_missing. * Set debhelper-compat version in Build-Depends. * Drop unnecessary dependency on dh-autoreconf. * Use secure URI in Vcs control header Vcs-Git. * Update Vcs-* headers from URL redirect. * Use canonical URL in Vcs-Git. * Use secure URI in Homepage field. * Bump debhelper from old 12 to 13. + debian/rules: Drop --fail-missing argument to dh_missing, which is now the default. . [ Julien Cristau ] * Actually rename library package for 64-bit time_t transition (closes: #1062170). Checksums-Sha1: 7716bc84a31753a43c7e53f12e85c618d105651d 2017 glw_8.0.0-3.dsc c956deb158f261c3bf788c5f5b191eaf3d1689ef 4805 glw_8.0.0-3.diff.gz a1d212ee5cdcabb82ea95b054c5078eaab1a676c 9760 glw_8.0.0-3_amd64.buildinfo b37bbf3d83f1a49bd004abe73789c407d9d1378f 11092 libglw1-mesa-dev_8.0.0-3_amd64.deb 5b4c75973f2b47355d27411cd1c0588f0d7ba643 21760 libglw1t64-mesa-dbgsym_8.0.0-3_amd64.deb 55bdb1e81327701595e250661abc389cc924a63c 10232 libglw1t64-mesa_8.0.0-3_amd64.deb Checksums-Sha256: 6927e4807ecdc7d1067a1dcdd2cb06dc081a8c61272248ac53acbdaa15e007ce 2017 glw_8.0.0-3.dsc c0e901b7d4f8f72c87c3063f1c343e0d1020e7ad703860183097ca345a496dfe 4805 glw_8.0.0-3.diff.gz 5232236c82c9ab9930a681cf3e6d1b678c641b45ed669a1a7a8baf065c50ad1f 9760 glw_8.0.0-3_amd64.buildinfo d7bdfb41f8c8c63bafd61fba199dd70353864f8b5f4e6b79463662a7179ebedf 11092 libglw1-mesa-dev_8.0.0-3_amd64.deb bd794fcd6964c4f86e7f6d139a338f90cffd258b3382c71c4efa203af213ceba 21760 libglw1t64-mesa-dbgsym_8.0.0-3_amd64.deb 671a6285f7a2ba61908b838f4a3a0d32fbacbcb3ba60ce97e729117a71a8a83c 10232 libglw1t64-mesa_8.0.0-3_amd64.deb Files: 00388d82a47ff5b247866d10e7dfc821 2017 libs optional glw_8.0.0-3.dsc 49d44e155c286638cbb1208d6d39e1b9 4805 libs optional glw_8.0.0-3.diff.gz 43203b9780ce6685d45900962de3af90 9760 libs optional glw_8.0.0-3_amd64.buildinfo 14eff45350ab02725255d4b74aacd0f8 11092 libdevel optional libglw1-mesa-dev_8.0.0-3_amd64.deb b8d98abb10ca4ecb6581a8fb802c8b0e 21760 debug optional libglw1t64-mesa-dbgsym_8.0.0-3_amd64.deb 2c3f5d7dd24cdab74a6ffba60993f5c1 10232 libs optional libglw1t64-mesa_8.0.0-3_amd64.deb -----BEGIN PGP SIGNATURE----- iQJIBAEBCgAyFiEEVXgdqzTmGgnvuIvhnbAjVVb4z60FAmYJUisUHGpjcmlzdGF1 QGRlYmlhbi5vcmcACgkQnbAjVVb4z61g8hAAsVOm6XReHWiHypKJQZ8GRxV4fnFv geE6jc8FW+VVUvZI3VHl4s+URTcLaQQjW1Rw14v8ZWQySwU04gthS4elWXMnqCnf C5r+DpO9T8eFFNqoo0mDwB+LZbPtP4XZpP8dkrjTnuRmmBnjslm3M9L8uqpRD0zv tHHRuTUb6rfbw1s/XrPLJiDPbv5DWdKMjzpqjg3kKDfdM/QKoSjW4n4O6Ry22n9U NBgYt+LjLxEXw0SS5Dp0UT/4a/8B9HP68sEV356+QGW+2rYOEnhaKoibRn9rCkN0 b+X2wmq5z0uQGxyuK85ffbheC6ByPgfjseZYvjctmUfI5CBIpS5vXfK74C+bywXd KWICaQ7sM2hvbUHJ2wu3DeyAk4EJElQC47tMddvbRdpAsyGrP8u2YaSsgLkC3Iyy D+Q2CyWf4Rs4CdV/LWh65Qsf7PTcOocIzEI4uzz4vAIJR9w5T+Q/rxK02QOJ6kZe cf/W2ch9PW01xu09lspcO7y8neRGKARMA/f+GhUfe5FTEvoOYneSdppkj0RU/Nrn D5Tqno81CaSLb1FH3VMRMYVRPeC9WhRNg+Y6UHREiJum3t7gPM2qHMp1wXIolg4U UkPX+Jfvvrgic51hDn7Few4xiyzRr8raYnD7rLcIB4fbbA+AHsY1FA8Zc7xPvH5f WnP3BmA5FIwkwI8= =1hJU -----END PGP SIGNATURE-----Attachment: pgp4ppF3pAgWA.pgp
Description: PGP signature
--- End Message ---