Bug#1120688: trixie-pu: package matlab-support/0.1.1+deb13u1

Sébastien Villemot sebastien at debian.org
Fri Nov 14 17:55:11 GMT 2025


Package: release.debian.org
Severity: normal
Tags: trixie
X-Debbugs-Cc: matlab-support at packages.debian.org
Control: affects -1 + src:matlab-support
User: release.debian.org at packages.debian.org
Usertags: pu

[ Reason ]

matlab-support provides Debian integration for MATLAB, a piece of proprietary
software.

The version of matlab-support currently in trixie offers the possibility to
rename some libraries vendored by MATLAB and also present in Debian.

However, if the option is accepted by the user, this could lead to a broken
MATLAB installation. This issue is tracked by #1120681. 

[ Impact ]

If this p-u is not approved, the user may end up with a broken MATLAB
installation after installing matlab-support and accepting the corresponding
Debconf question.

[ Tests ]

It’s not possible to automatically test this change since it relies on nonfree
software. However, manual testing has been done.

[ Risks ]

Risk is very limited since matlab-support only provides some helpers around
MATLAB, which itself is not in Debian.

[ Checklist ]
  [X] *all* changes are documented in the d/changelog
  [X] I reviewed all changes and I approve them
  [X] attach debdiff against the package in (old)stable
  [X] the issue is verified as fixed in unstable

[ Changes ]

- drop libvulkan.so.1 and libfreetype.so.6 from the list of vendored libraries
  that are to be renamed
- incidentally, no longer list libvulkan1 and libfreetype6 in the Recommends of
  matlab-support, since the vendored version will be present
-------------- next part --------------
diff -Nru matlab-support-0.1.1/debian/changelog matlab-support-0.1.1+deb13u1/debian/changelog
--- matlab-support-0.1.1/debian/changelog	2025-01-21 04:15:39.000000000 +0100
+++ matlab-support-0.1.1+deb13u1/debian/changelog	2025-11-14 18:43:47.000000000 +0100
@@ -1,3 +1,10 @@
+matlab-support (0.1.1+deb13u1) trixie; urgency=medium
+
+  * No longer rename libvulkan.so.1 and libfreetype.so.6 in postinst
+    (Closes: #1120681)
+
+ -- Sébastien Villemot <sebastien at debian.org>  Fri, 14 Nov 2025 18:43:47 +0100
+
 matlab-support (0.1.1) unstable; urgency=medium
 
   [ Boyuan Yang ]
diff -Nru matlab-support-0.1.1/debian/control matlab-support-0.1.1+deb13u1/debian/control
--- matlab-support-0.1.1/debian/control	2025-01-21 04:15:39.000000000 +0100
+++ matlab-support-0.1.1+deb13u1/debian/control	2025-11-14 18:43:35.000000000 +0100
@@ -25,9 +25,7 @@
  libgcc-s1,
  libstdc++6,
  libgfortran5,
- libquadmath0,
- libvulkan1,
- libfreetype6
+ libquadmath0
 Description: distro integration for local MATLAB installations
  This package does not provide MATLAB. Instead, it configures an
  existing MATLAB installation to integrate more comfortably in
diff -Nru matlab-support-0.1.1/debian/matlab-support.postinst matlab-support-0.1.1+deb13u1/debian/matlab-support.postinst
--- matlab-support-0.1.1/debian/matlab-support.postinst	2025-01-21 04:13:30.000000000 +0100
+++ matlab-support-0.1.1+deb13u1/debian/matlab-support.postinst	2025-11-14 18:43:35.000000000 +0100
@@ -68,9 +68,7 @@
                          $matlab_path/sys/os/glnxa64/libgcc_s.so.1 \
                          $matlab_path/sys/os/glnxa64/libstdc++.so.6 \
                          $matlab_path/sys/os/glnxa64/libgfortran.so.5 \
-                         $matlab_path/sys/os/glnxa64/libquadmath.so.0 \
-                         $matlab_path/bin/glnxa64/libvulkan.so.1 \
-                         $matlab_path/bin/glnxa64/libfreetype.so.6
+                         $matlab_path/sys/os/glnxa64/libquadmath.so.0
                 do
                     if [ -e $f ]; then
                         echo "Renaming $f to $f.bak."


More information about the debian-science-maintainers mailing list