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 detect
diff -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

Reply via email to