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 Sat, 17 Jun 2023 15:53:43 +0200 matlab-support (0.0.23) unstable; urgency=medium * matlab-support.config: replace “which” by “command -v” The “which” command is non-standard and deprecated. * Update Recommends for GCC 11 (libstdc++-11-dev and libgfortran-11-dev) * Add myself to Uploaders * Update standards version to 4.6.0, no changes needed. -- Sébastien Villemot Wed, 10 Nov 2021 17:20:00 +0100 matlab-support (0.0.22) unstable; urgency=medium * Team upload * postinst: also rename libgfortran and libquadmath (Closes: #913712) * Update Recommends on libstdc++-dev for GCC 10 * Remove obsolete Conflicts / Replaces / versioned Depends * Bump to debhelper 13 * Bump Standards-Version to 4.5.0 * config: fix detection of MATLAB version for muliple choice menu * Fix lintian error with debconf templates -- Sébastien Villemot Tue, 29 Sep 2020 15:43:23 +0200 matlab-support (0.0.21.1) unstable; urgency=medium * Take over maintenance via ITS process. (Closes: #918843). * debian/: Apply "wrap-and-sort -abst". * debian/control: + Bump debhelper compat to v12. + Bump Standards-Version to 4.4.1. + Update version of dependency recommendation (libstdc++-dev). + Set maintainer to Debian Science team. * debian/po: Add Simplified Chinese debconf translation. * debian/rules: Use "dh_missing --fail-missing". * debian-mex-helper: Bump version string. * matlab.desktop: + Do not use hardcoded icon path. + Add zh_CN translation for Comment field. -- Boyuan Yang Tue, 03 Dec 2019 16:09:24 -0500 matlab-support (0.0.21) unstable; urgency=medium * Re-remove the libxp6 dependency again, mistakenly reintroduced do to an unacknowledged NMU. Fixed now. Thanks again to Michael Gilbert for the NMU. -- Michael Hanke Sat, 15 Aug 2015 10:06:15 +0200 matlab-support (0.0.20) unstable; urgency=medium * Debconf translation additions - Added Brazilian Portuguese debconf translation (thanks to Eder L. Marques; Closes: #795375). * Add lsb-core as a suggested package. This prevent lmutil (network license manager) from failing in a way identical to the one described in #609882. Suggested instead of recommended due to the significant footprint of lsb-core dependencies. * Change matlab version detection logic to include searching all mex* scripts, as recent MATLAB version move the version declaration around. This prevents unnecessary execution of MATLAB itself, which may fail when installing from scratch (with preseeding). * Bumped Standards-version to 3.9.6.1; no changes necessary. -- Michael Hanke Fri, 14 Aug 2015 13:09:24 +0200 matlab-support (0.0.19+nmu1) unstable; urgency=medium * Non-maintainer upload. * Eliminate libxp dependency (closes: #623649). -- Michael Gilbert Fri, 19 Sep 2014 04:38:34 +0000 matlab-support (0.0.19) unstable; urgency=low * Debconf translation updates and additions - Added reviewed and updated Japanese debconf translation (thanks to Victory; Closes: #691775). - Added Italian translation. Thanks to Beatrice (Closes: #675681). * During (re-)configure, always display the Debconf question for selecting the default Matlab version when the old default version vanished (old behavior) or whenever there is more than one version to choose from (new behavior). This should make manual calls to update-alternatives obsolete when only adding a new Matlab installation that shall become default, but the old default version is still around. Thanks to Sébastien Villemot for the report (Closes: #666087). * Improve desktop file - icon is now specified using the absolute path as recommended - startup notification is improved by using appropriate StartupWMClass settings. This should address launchpad bug #654912. * Remove obsolete XS-DM-Upload-Allowed flag from debian/control. -- Michael Hanke Wed, 13 Feb 2013 08:02:45 +0100 matlab-support (0.0.18) unstable; urgency=low * Update debian/copyright. * Make debian-matlab-mexhelper be more robust to whitespace in the MATLAB user variable. * Bumped Standards-version to 3.9.3; no changes necessary. -- Michael Hanke Wed, 07 Mar 2012 13:18:49 +0100 matlab-support (0.0.17) unstable; urgency=low * Add .desktop file and icon for MATLAB. Thanks to Sébastien Villemot for the ignition pulse (Closes: #646527). * Improve DEP5 compliance of debian/copyright. -- Michael Hanke Tue, 25 Oct 2011 14:17:30 +0200 matlab-support (0.0.16) unstable; urgency=low * For compatibility with older mktemp (e.g. as on lenny) -- do not rely on having --tmpdir, use ${TMPDIR:-/tmp} instead -- Yaroslav Halchenko Tue, 26 Jul 2011 14:22:20 -0400 matlab-support (0.0.15) unstable; urgency=low * i18n release: Thanks to all translators and especially Christian Perrier for coordinating this effort. [ Christian Perrier ] * Debconf templates and debian/control reviewed by the debian-l10n- english team as part of the Smith review project. Closes: #626460 * [Debconf translation updates] * Russian (Yuri Kozlov). Closes: #627204, #623806 * Danish (Joe Hansen). Closes: #627374 * Czech (Michal Simunek). Closes: #627438 * Dutch; (Jeroen Schot). Closes: #627827 * Swedish (Martin Bagge / brother). Closes: #627850 * German (Chris Leick). Closes: #627953 * French (Steve Petruzzello). Closes: #628577 * Spanish; (Francisco Javier Cuadrado). Closes: #628556 * Portuguese (Miguel Figueiredo). Closes: #629126 [ Michael Hanke ] * Japanese debconf translation (Hideki Yamane). Closes: #629851 * Bumped Standards-version to 3.9.1; no changes necessary. -- Michael Hanke Sat, 25 Jun 2011 08:04:25 -0400 matlab-support (0.0.14) unstable; urgency=low * First release targeting Debian proper (Closes: #608922). * Rename source and binary packages to matlab-support*, after discussion on debian-devel. -- Michael Hanke Wed, 05 Jan 2011 09:15:51 -0500 matlab (0.0.13) unstable; urgency=low * Do not set Makefile-related build/install/clean command by default. Instead the default is to do nothing. The old behavior can be restored by using the '--make' option. * Test whether whether the installation directory actually exists before trying to remove things from it in clean mode. This should help recovering from partial installations. * Do not attempt to move MEX extensions from the M-DIR into the MEX-DIR if they were not installed into the intended locations. * Add runtime dependency on sudo. * Improve documentation: Added examples to manpage, added README.Developers for package maintainers. * Add README.source with a justification for placing this source package into 'main'. -- Michael Hanke Tue, 04 Jan 2011 10:26:02 -0500 matlab (0.0.12) unstable; urgency=low * Prevent expansion of glob expression for Matlab search. -- Michael Hanke Tue, 21 Dec 2010 20:11:21 -0500 matlab (0.0.11) unstable; urgency=low * Fail properly in non-interactive mode instead of going into infinite loop when no Matlab is found. -- Michael Hanke Thu, 16 Dec 2010 14:53:47 -0500 matlab (0.0.10) unstable; urgency=low * Again mktemp fix. Some Ubuntu version insists on having X's trailing with no additional extension. Thanks to Daniel Kimberg for repeated reports. -- Michael Hanke Sat, 11 Dec 2010 13:00:05 -0500 matlab (0.0.9) unstable; urgency=low * Extend mktemp filename template in debian-matlab-mexhelper. On some systems mktemp demands at least six X's. Now it has seven. -- Michael Hanke Mon, 29 Nov 2010 16:50:53 -0500 matlab (0.0.8) unstable; urgency=low * Move the source package to 'main', but keep the matlab package itself in contrib. Add an additional 'matlab-dev' package to ship the configuration Makefile snippet. This package is placed into 'main' to allow other source packages to build-depend on it. * Add dependency to libxp6 -- required by Matlab. * Add recommends to libstdc++-dev package to matlab package. This is necessary to be able to build MEX extensions. Thanks to Guillaume Flandin. -- Michael Hanke Sat, 27 Nov 2010 10:54:13 -0500 matlab (0.0.7) UNRELEASED; urgency=low * Guess the Matlab install directory upon fresh installation. * Catch and handle few error conditions in the debconf handling. -- Michael Hanke Wed, 24 Nov 2010 20:52:44 -0500 matlab (0.0.6) unstable; urgency=low * Install /usr/lib/matlab/site as MEX destination directory. -- Michael Hanke Tue, 23 Nov 2010 08:46:37 -0500 matlab (0.0.5) UNRELEASED; urgency=low * MEX helper now also deals with installing, cleaning and symlinking extensions. -- Michael Hanke Tue, 23 Nov 2010 08:20:25 -0500 matlab (0.0.4) UNRELEASED; urgency=low * Install /usr/src/matlab as a location to put MEX extension sources. * New helper to build Matlab extensions in a package's postinst script. -- Michael Hanke Mon, 22 Nov 2010 09:38:58 -0500 matlab (0.0.3) UNRELEASED; urgency=low * Debconf questions are now processed in a state machine to allow users to go back and change answers to previous questions. Included basic input validation and selection of a default Matlab version, in case of multiple installations. * Introduce configuration at /etc/matlab. * Add debconf templates for dedicated Matlab user account and Matlab GCC library backup. These changes are inspired by the dynare-matlab package and have been adopted from it. * Add Octave-like makefile snippet to allow source packages to deduce the installation paths. -- Michael Hanke Sat, 20 Nov 2010 09:22:59 -0500 matlab (0.0.2) UNRELEASED; urgency=low * ENH: revert to calling matlab to figure out its version if bin/mex lacks that information (necessary for older Matlabs such as R12.1) -- Yaroslav Halchenko Thu, 28 Oct 2010 17:15:27 -0400 matlab (0.0.1) UNRELEASED; urgency=low * Initial release. * Add package conflict to 'texlive-lang-polish' that also provides /usr/bin/mex. -- Michael Hanke Tue, 03 Aug 2010 21:04:00 -0400