matlab-support 0.1 source package in Ubuntu

Changelog

matlab-support (0.1) unstable; urgency=medium

  [ Yaroslav Halchenko ]
  * Move libvulkan.so.1 into .bak upon recommendation of the psychtoolbox-3
    upstream (Mario Kleiner)

  [ Sébastien Villemot ]
  * Also rename libfreetype.so.6 into .bak. The version shipped with MATLAB
    is incompatible with Debian libraries, and this breaks MATLABWindow (which
    is needed in particular for getting MATLAB updates)
  * Update Recommends list for shared libraries renamed into .bak
  * No longer Suggests lsb-core (removed from Debian)
  * Update standards version to 4.6.2, no changes needed.
  * Update lintian override

 -- Sébastien Villemot <email address hidden>  Sat, 17 Jun 2023 15:53:43 +0200

Upload details

Uploaded by:
Debian Science Team
Uploaded to:
Sid
Original maintainer:
Debian Science Team
Architectures:
all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe devel
Noble release universe devel
Mantic release universe devel

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
matlab-support_0.1.dsc 1.7 KiB 7ac083ecf4cf22ac8be6c09549704b13db45ec53f80908fbbd638a76b215c543
matlab-support_0.1.tar.xz 94.6 KiB 8b9971d985b24de20cb26f1b88ad70bbdd1f11fa9a46aa0ade6782cc3d08a182

Available diffs

No changes file available.

Binary packages built by this source

matlab-support: distro integration for local MATLAB installations

 This package does not provide MATLAB. Instead, it configures an
 existing MATLAB installation to integrate more comfortably in
 a Debian installation.
 .
 Currently it provides /usr/bin/matlab through the alternatives
 system, offers to work around incompatibilities between the libraries
 bundled with MATLAB and system libraries, and provides a helper
 utility meant to be used by other packages to compile MEX extensions.
 .
 Install this if you would like your MATLAB installation to behave more
 like an ordinary Debian package. Other packages may depend on
 this one if they install MATLAB code, for example in order to
 compile MEX extensions.

matlab-support-dev: helpers for packages building MATLAB toolboxes

 This package provides a Makefile snippet (analogous to the one used for
 Octave) that configures the locations for architecture independent M-files,
 binary MEX-extensions, and their corresponding sources. This package can be
 used as a build-dependency by other packages shipping MATLAB toolboxes.