Your message dated Thu, 29 Feb 2024 12:57:36 +0000 with message-id <e1rffyi-00b8nw...@fasolo.debian.org> and subject line Bug#1062853: fixed in mathgl 8.0.1-7.1 has caused the Debian Bug report #1062853, regarding mathgl: 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.) -- 1062853: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1062853 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Source: mathgl Version: 8.0.1-5 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 mathgl 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 mathgl 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 detectdiff -Nru mathgl-8.0.1/debian/changelog mathgl-8.0.1/debian/changelog --- mathgl-8.0.1/debian/changelog 2024-01-07 19:41:30.000000000 +0000 +++ mathgl-8.0.1/debian/changelog 2024-02-03 20:21:23.000000000 +0000 @@ -1,3 +1,10 @@ +mathgl (8.0.1-5.1) experimental; urgency=medium + + * Non-maintainer upload. + * Rename libraries for 64-bit time_t transition. + + -- Graham Inggs <gin...@debian.org> Sat, 03 Feb 2024 20:21:23 +0000 + mathgl (8.0.1-5) unstable; urgency=medium * d/control: diff -Nru mathgl-8.0.1/debian/control mathgl-8.0.1/debian/control --- mathgl-8.0.1/debian/control 2024-01-07 19:41:30.000000000 +0000 +++ mathgl-8.0.1/debian/control 2024-02-03 20:21:22.000000000 +0000 @@ -52,7 +52,7 @@ Package: mathgl Architecture: any Section: libs -Depends: ${shlibs:Depends}, ${misc:Depends}, libmgl8 (= ${binary:Version}) +Depends: ${shlibs:Depends}, ${misc:Depends}, libmgl8t64 (= ${binary:Version}) Description: library for scientific graphs (utilities and examples) A free cross-platform library of fast C++ routines for plotting data in up to 3 dimensions. It can export plots to bitmaps and vector EPS, SVG, IDTF @@ -65,7 +65,7 @@ Package: udav Architecture: any Section: libs -Depends: ${shlibs:Depends}, ${misc:Depends}, libmgl8 (= ${binary:Version}) +Depends: ${shlibs:Depends}, ${misc:Depends}, libmgl8t64 (= ${binary:Version}) Description: library for scientific graphs (window interface) A free cross-platform library of fast C++ routines for plotting data in up to 3 dimensions. It can export plots to bitmaps and vector EPS, SVG, IDTF @@ -90,7 +90,10 @@ # . # This package contains the MathGL documentation in English. -Package: libmgl8 +Package: libmgl8t64 +Provides: ${t64:Provides} +Replaces: libmgl8 +Breaks: libmgl8 (<< ${source:Version}) Architecture: any Section: libs Depends: ${shlibs:Depends}, ${misc:Depends}, libmgl-data (= ${source:Version}) @@ -103,7 +106,10 @@ . This package contains the shared object files. -Package: libmgl-mpi8 +Package: libmgl-mpi8t64 +Provides: ${t64:Provides} +Replaces: libmgl-mpi8 +Breaks: libmgl-mpi8 (<< ${source:Version}) Architecture: any Section: libs Depends: ${shlibs:Depends}, ${misc:Depends}, libmgl-data (= ${source:Version}) @@ -117,7 +123,10 @@ This package contains the, parallel interface enhanced, shared object files. -Package: libmgl-wnd8 +Package: libmgl-wnd8t64 +Provides: ${t64:Provides} +Replaces: libmgl-wnd8 +Breaks: libmgl-wnd8 (<< ${source:Version}) Architecture: any Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} @@ -131,7 +140,10 @@ This package contains the window opening related shared object files based on Fltk, Qt and Wx. -Package: libmgl-glut8 +Package: libmgl-glut8t64 +Provides: ${t64:Provides} +Replaces: libmgl-glut8 +Breaks: libmgl-glut8 (<< ${source:Version}) Architecture: any Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} @@ -145,7 +157,10 @@ This package contains the glut interface shared object files for window opening. -Package: libmgl-qt5-8 +Package: libmgl-qt5-8t64 +Provides: ${t64:Provides} +Replaces: libmgl-qt5-8 +Breaks: libmgl-qt5-8 (<< ${source:Version}) Architecture: any Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} @@ -159,7 +174,10 @@ This package contains the Qt interface shared object files for window opening. -Package: libmgl-fltk8 +Package: libmgl-fltk8t64 +Provides: ${t64:Provides} +Replaces: libmgl-fltk8 +Breaks: libmgl-fltk8 (<< ${source:Version}) Architecture: any Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} @@ -173,7 +191,10 @@ This package contains the fltk interface shared object files for window opening. -Package: libmgl-wx8 +Package: libmgl-wx8t64 +Provides: ${t64:Provides} +Replaces: libmgl-wx8 +Breaks: libmgl-wx8 (<< ${source:Version}) Architecture: any Section: libs Depends: ${shlibs:Depends}, ${misc:Depends} @@ -223,13 +244,13 @@ libhdf4-dev, libhdf5-dev, libhpdf-dev, - libmgl8 (= ${binary:Version}), - libmgl-fltk8 (= ${binary:Version}), - libmgl-glut8 (= ${binary:Version}), - libmgl-mpi8 (= ${binary:Version}), - libmgl-qt5-8 (= ${binary:Version}), - libmgl-wnd8 (= ${binary:Version}), - libmgl-wx8 (= ${binary:Version}), + libmgl8t64 (= ${binary:Version}), + libmgl-fltk8t64 (= ${binary:Version}), + libmgl-glut8t64 (= ${binary:Version}), + libmgl-mpi8t64 (= ${binary:Version}), + libmgl-qt5-8t64 (= ${binary:Version}), + libmgl-wnd8t64 (= ${binary:Version}), + libmgl-wx8t64 (= ${binary:Version}), libpng-dev, mathgl, udav, diff -Nru mathgl-8.0.1/debian/libmgl-fltk8.install mathgl-8.0.1/debian/libmgl-fltk8.install --- mathgl-8.0.1/debian/libmgl-fltk8.install 2024-01-07 19:41:30.000000000 +0000 +++ mathgl-8.0.1/debian/libmgl-fltk8.install 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -usr/lib/libmgl-fltk.so.* diff -Nru mathgl-8.0.1/debian/libmgl-fltk8t64.install mathgl-8.0.1/debian/libmgl-fltk8t64.install --- mathgl-8.0.1/debian/libmgl-fltk8t64.install 1970-01-01 00:00:00.000000000 +0000 +++ mathgl-8.0.1/debian/libmgl-fltk8t64.install 2024-01-07 19:41:30.000000000 +0000 @@ -0,0 +1 @@ +usr/lib/libmgl-fltk.so.* diff -Nru mathgl-8.0.1/debian/libmgl-fltk8t64.lintian-overrides mathgl-8.0.1/debian/libmgl-fltk8t64.lintian-overrides --- mathgl-8.0.1/debian/libmgl-fltk8t64.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ mathgl-8.0.1/debian/libmgl-fltk8t64.lintian-overrides 2024-02-03 20:21:22.000000000 +0000 @@ -0,0 +1 @@ +libmgl-fltk8t64: package-name-doesnt-match-sonames libmgl-fltk8 diff -Nru mathgl-8.0.1/debian/libmgl-glut8.install mathgl-8.0.1/debian/libmgl-glut8.install --- mathgl-8.0.1/debian/libmgl-glut8.install 2024-01-07 19:41:30.000000000 +0000 +++ mathgl-8.0.1/debian/libmgl-glut8.install 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -usr/lib/libmgl-glut.so.* diff -Nru mathgl-8.0.1/debian/libmgl-glut8t64.install mathgl-8.0.1/debian/libmgl-glut8t64.install --- mathgl-8.0.1/debian/libmgl-glut8t64.install 1970-01-01 00:00:00.000000000 +0000 +++ mathgl-8.0.1/debian/libmgl-glut8t64.install 2024-01-07 19:41:30.000000000 +0000 @@ -0,0 +1 @@ +usr/lib/libmgl-glut.so.* diff -Nru mathgl-8.0.1/debian/libmgl-glut8t64.lintian-overrides mathgl-8.0.1/debian/libmgl-glut8t64.lintian-overrides --- mathgl-8.0.1/debian/libmgl-glut8t64.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ mathgl-8.0.1/debian/libmgl-glut8t64.lintian-overrides 2024-02-03 20:21:22.000000000 +0000 @@ -0,0 +1 @@ +libmgl-glut8t64: package-name-doesnt-match-sonames libmgl-glut8 diff -Nru mathgl-8.0.1/debian/libmgl-mpi8.install mathgl-8.0.1/debian/libmgl-mpi8.install --- mathgl-8.0.1/debian/libmgl-mpi8.install 2024-01-07 19:41:30.000000000 +0000 +++ mathgl-8.0.1/debian/libmgl-mpi8.install 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -usr/lib/libmgl-mpi.so.* diff -Nru mathgl-8.0.1/debian/libmgl-mpi8t64.install mathgl-8.0.1/debian/libmgl-mpi8t64.install --- mathgl-8.0.1/debian/libmgl-mpi8t64.install 1970-01-01 00:00:00.000000000 +0000 +++ mathgl-8.0.1/debian/libmgl-mpi8t64.install 2024-01-07 19:41:30.000000000 +0000 @@ -0,0 +1 @@ +usr/lib/libmgl-mpi.so.* diff -Nru mathgl-8.0.1/debian/libmgl-mpi8t64.lintian-overrides mathgl-8.0.1/debian/libmgl-mpi8t64.lintian-overrides --- mathgl-8.0.1/debian/libmgl-mpi8t64.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ mathgl-8.0.1/debian/libmgl-mpi8t64.lintian-overrides 2024-02-03 20:21:22.000000000 +0000 @@ -0,0 +1 @@ +libmgl-mpi8t64: package-name-doesnt-match-sonames libmgl-mpi8 diff -Nru mathgl-8.0.1/debian/libmgl-qt5-8.install mathgl-8.0.1/debian/libmgl-qt5-8.install --- mathgl-8.0.1/debian/libmgl-qt5-8.install 2024-01-07 19:41:30.000000000 +0000 +++ mathgl-8.0.1/debian/libmgl-qt5-8.install 1970-01-01 00:00:00.000000000 +0000 @@ -1,2 +0,0 @@ -usr/lib/libmgl-qt.so.* -usr/lib/libmgl-qt5.so.* diff -Nru mathgl-8.0.1/debian/libmgl-qt5-8t64.install mathgl-8.0.1/debian/libmgl-qt5-8t64.install --- mathgl-8.0.1/debian/libmgl-qt5-8t64.install 1970-01-01 00:00:00.000000000 +0000 +++ mathgl-8.0.1/debian/libmgl-qt5-8t64.install 2024-01-07 19:41:30.000000000 +0000 @@ -0,0 +1,2 @@ +usr/lib/libmgl-qt.so.* +usr/lib/libmgl-qt5.so.* diff -Nru mathgl-8.0.1/debian/libmgl-qt5-8t64.lintian-overrides mathgl-8.0.1/debian/libmgl-qt5-8t64.lintian-overrides --- mathgl-8.0.1/debian/libmgl-qt5-8t64.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ mathgl-8.0.1/debian/libmgl-qt5-8t64.lintian-overrides 2024-02-03 20:21:22.000000000 +0000 @@ -0,0 +1 @@ +libmgl-qt5-8t64: package-name-doesnt-match-sonames libmgl-qt5-8 diff -Nru mathgl-8.0.1/debian/libmgl-wnd8.install mathgl-8.0.1/debian/libmgl-wnd8.install --- mathgl-8.0.1/debian/libmgl-wnd8.install 2024-01-07 19:41:30.000000000 +0000 +++ mathgl-8.0.1/debian/libmgl-wnd8.install 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -usr/lib/libmgl-wnd.so.* diff -Nru mathgl-8.0.1/debian/libmgl-wnd8t64.install mathgl-8.0.1/debian/libmgl-wnd8t64.install --- mathgl-8.0.1/debian/libmgl-wnd8t64.install 1970-01-01 00:00:00.000000000 +0000 +++ mathgl-8.0.1/debian/libmgl-wnd8t64.install 2024-01-07 19:41:30.000000000 +0000 @@ -0,0 +1 @@ +usr/lib/libmgl-wnd.so.* diff -Nru mathgl-8.0.1/debian/libmgl-wnd8t64.lintian-overrides mathgl-8.0.1/debian/libmgl-wnd8t64.lintian-overrides --- mathgl-8.0.1/debian/libmgl-wnd8t64.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ mathgl-8.0.1/debian/libmgl-wnd8t64.lintian-overrides 2024-02-03 20:21:22.000000000 +0000 @@ -0,0 +1 @@ +libmgl-wnd8t64: package-name-doesnt-match-sonames libmgl-wnd8 diff -Nru mathgl-8.0.1/debian/libmgl-wx8.install mathgl-8.0.1/debian/libmgl-wx8.install --- mathgl-8.0.1/debian/libmgl-wx8.install 2024-01-07 19:41:30.000000000 +0000 +++ mathgl-8.0.1/debian/libmgl-wx8.install 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -usr/lib/libmgl-wx.so.* diff -Nru mathgl-8.0.1/debian/libmgl-wx8t64.install mathgl-8.0.1/debian/libmgl-wx8t64.install --- mathgl-8.0.1/debian/libmgl-wx8t64.install 1970-01-01 00:00:00.000000000 +0000 +++ mathgl-8.0.1/debian/libmgl-wx8t64.install 2024-01-07 19:41:30.000000000 +0000 @@ -0,0 +1 @@ +usr/lib/libmgl-wx.so.* diff -Nru mathgl-8.0.1/debian/libmgl-wx8t64.lintian-overrides mathgl-8.0.1/debian/libmgl-wx8t64.lintian-overrides --- mathgl-8.0.1/debian/libmgl-wx8t64.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ mathgl-8.0.1/debian/libmgl-wx8t64.lintian-overrides 2024-02-03 20:21:22.000000000 +0000 @@ -0,0 +1 @@ +libmgl-wx8t64: package-name-doesnt-match-sonames libmgl-wx8 diff -Nru mathgl-8.0.1/debian/libmgl8.install mathgl-8.0.1/debian/libmgl8.install --- mathgl-8.0.1/debian/libmgl8.install 2024-01-07 19:41:30.000000000 +0000 +++ mathgl-8.0.1/debian/libmgl8.install 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -usr/lib/libmgl.so.* diff -Nru mathgl-8.0.1/debian/libmgl8t64.install mathgl-8.0.1/debian/libmgl8t64.install --- mathgl-8.0.1/debian/libmgl8t64.install 1970-01-01 00:00:00.000000000 +0000 +++ mathgl-8.0.1/debian/libmgl8t64.install 2024-01-07 19:41:30.000000000 +0000 @@ -0,0 +1 @@ +usr/lib/libmgl.so.* diff -Nru mathgl-8.0.1/debian/libmgl8t64.lintian-overrides mathgl-8.0.1/debian/libmgl8t64.lintian-overrides --- mathgl-8.0.1/debian/libmgl8t64.lintian-overrides 1970-01-01 00:00:00.000000000 +0000 +++ mathgl-8.0.1/debian/libmgl8t64.lintian-overrides 2024-02-03 20:21:23.000000000 +0000 @@ -0,0 +1 @@ +libmgl8t64: package-name-doesnt-match-sonames libmgl8
--- End Message ---
--- Begin Message ---Source: mathgl Source-Version: 8.0.1-7.1 Done: Graham Inggs <gin...@debian.org> We believe that the bug you reported is fixed in the latest version of mathgl, 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. Graham Inggs <gin...@debian.org> (supplier of updated mathgl 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 12:12:57 +0000 Source: mathgl Architecture: source Version: 8.0.1-7.1 Distribution: unstable Urgency: medium Maintainer: Debian Science Maintainers <debian-science-maintain...@lists.alioth.debian.org> Changed-By: Graham Inggs <gin...@debian.org> Closes: 1062853 Changes: mathgl (8.0.1-7.1) unstable; urgency=medium . * Non-maintainer upload. * Rename libraries for 64-bit time_t transition. Closes: #1062853 Checksums-Sha1: 64a13b0695b01050c49d972661224b88394468a7 3256 mathgl_8.0.1-7.1.dsc f8f7209519477099ae9a1f352df297712faf5f37 14856 mathgl_8.0.1-7.1.debian.tar.xz a3e224fba089eae868c58ef894e5f4be0c0d48e6 21216 mathgl_8.0.1-7.1_source.buildinfo Checksums-Sha256: 0535a778aeaa6e622f271d7818b98f65eb6ae8e9cf56a859366490fdc6a5846e 3256 mathgl_8.0.1-7.1.dsc a2336e20a7d2ed2cf9982fa31557f8012fe27751e082a7a954a414ab37ee23ec 14856 mathgl_8.0.1-7.1.debian.tar.xz 94c73224518da6706392d0651de82623292ff069e8b5ce397bab0d082b9b4916 21216 mathgl_8.0.1-7.1_source.buildinfo Files: 094ef55b48dd610bcfd239c85e72b341 3256 science optional mathgl_8.0.1-7.1.dsc f8df6cc84cfdf627296ddeb80d1a00df 14856 science optional mathgl_8.0.1-7.1.debian.tar.xz 4d8b7e744241196d3480538ca5ed2a2e 21216 science optional mathgl_8.0.1-7.1_source.buildinfo -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEJeP/LX9Gnb59DU5Qr8/sjmac4cIFAmXgdc8ACgkQr8/sjmac 4cJu4hAAvOAHjY7xQACsfiSH+Sw9v1Br9JV9upJbJCcFr0DzkswZ/SW/5S+zeKqV CNdBzAbqgv1d3gltjnawCkeoUACf2JNDFq9J2+44C3jPcJcbutTW4uGTD2b52FxD hh9cM4sfnHgHYxKSqdWquAZy+BBsvNeC3MQOxTOJyM/7mTMtBxtS37Y1TwAVOm22 DDvqHFQS5IDcKY93MEwtPk4qJOEpRubCMnpOFJOVztuIswef/nNaNbkYFvadcU1f fRC1t3qfrrFJsqAq4mQJ8+l6mtEK6wvDy4PiKbJBu5zoX0nT0yMa2dQudSDUbsyJ PcKixSYfe49QcZvEUvJkgh3oV5MnTlEwJ0NKoctkb9ipk78ebjjgzX2fU94LcC11 Hk4ka0/XtF7D8faHfzUSRuQTmby002Pmm10jdflr7BKf+X4+fY2GHXtVUEn6Tb1D sXfLcGw6AJAd4juU1vddUiCjsmB27jN9L3t/R7G6TTyCwu/w1J0CsZiOQAEtsQ+B 7ztFDDjN3nJ2WqpVMZc2zjke8lug0VrZ1pkWQ8fyiHY7ifV8cRGI60VEJnWh5hn8 9N3MNXhn7ad1i1Nl4/UbBiDXF1zUitq5zA9/0FXMazKXEn7tFrxLMZWM9WSU6ZxB Ib4iHrnKLLenKgGZimC3CkxhzIP/EajO+YZKRz1Ty8a4Fa8PR3U= =O1eG -----END PGP SIGNATURE-----pgpJimlULdRZ6.pgp
Description: PGP signature
--- End Message ---
-- debian-science-maintainers mailing list debian-science-maintainers@alioth-lists.debian.net https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-science-maintainers