Dear Debian maintainer, On Tuesday, June 07, 2011, I sent you a notification about the beginning of a review action on debconf templates for matlab-support.
Then, I sent you a bug report with rewritten templates and announcing the beginning of the second phase of this action: call for translation updates. Translators have been working hard and here is now the result of their efforts. Please consider using it EVEN if you committed files to your development tree as long as they were reported. The attached tarball contains: - debian/changelog with the list of changes - debian/control with rewrites of packages' descriptions - debian/<templates> with all the rewritten templates file(s) - debian/po/*.po with all PO files (existing ones and new ones) As said, please use *at least* the PO files as provided here, preferrably over those sent by translators in their bug reports. All of them have been checked and reformatted. In some cases, formatting errors have been corrected. The patch.rfr file contains a patch for the templates and control file(s) alone. Please note that this patch applies to the templates and control file(s) of your package as of Tuesday, June 07, 2011. If your package was updated in the meantime, I may have updated my reference copy....but I also may have missed that. This is indeed why I suggested you do not modified such files while the review process was running, remember..:-) It is now safe to upload a new package version with these changes. Please notify me of your intents with regards to this. There is of course no hurry to update your package but feel free to contact me in case you would need sponsoring or any other action to fix this. --
patch.tar.gz
Description: Binary data
--- matlab-support.old/debian/matlab-support.templates 2011-05-22 12:00:44.939875837 +0200 +++ matlab-support/debian/matlab-support.templates 2011-05-22 12:00:44.963875956 +0200 @@ -1,3 +1,12 @@ +# These templates have been reviewed by the debian-l10n-english +# team +# +# If modifications/additions/rewording are needed, please ask +# [email protected] for advice. +# +# Even minor modifications require translation updates and such +# changes should be coordinated with translators and reviewers. + Template: matlab-support/title Type: title _description: MATLAB interface configuration @@ -6,16 +15,16 @@ Template: matlab-support/matlab-install-glob Type: string _Description: Location of MATLAB installation(s): - The Debian MATLAB interface needs to know where MATLAB is installed on this + The MATLAB interface needs to know where MATLAB is installed on this system. This can be specified as a single directory or, in case of multiple MATLAB installations, as a glob expression (any expression supported by bash, including extended pattern matching operators). . - If, for example, the MATLAB executable is at '/opt/matlab76/bin/matlab', - please enter '/opt/matlab76'. If there are multiple MATLAB versions - installed, it is possible to use '/opt/matlab*' (or something similar). Only - matches that actually contain a MATLAB executable will be considered, - everything else is ignored. Therefore a glob expression may match more than + If, for example, the MATLAB executable is installed in /opt/matlab76/bin/matlab, + please enter "/opt/matlab76". If there are multiple MATLAB versions + installed, you can enter "/opt/matlab*" or a similar expression. Only + matches that really contain a MATLAB executable will be considered. + Therefore, a glob expression may match more than just MATLAB installation directories without negative side effects. @@ -23,25 +32,27 @@ Type: select Choices: ${choices} _Description: Default MATLAB version: - The following MATLAB versions were found on this system. Any of these versions - can serve as the default MATLAB on this system. + The following MATLAB versions were found on this system. Please select which + one should serve as the default MATLAB on this system. Template: matlab-support/no-matlab-found Type: error -_Description: No MATLAB installation found. +_Description: No MATLAB installation found + No MATLAB executables were found in the directories you specified. + . This package requires at least one local installation of MATLAB. Template: matlab-support/mexbuild-user Type: string -_Description: UNIX user account able to launch MATLAB: - If MATLAB can only be launched by a limited set of UNIX user accounts, please - specify the login of such an account. This account will be used by other Debian +_Description: Authorized user for MATLAB: + If MATLAB can only be launched by a limited set of user accounts, please + specify one of these. This account will be used by other packages to build MEX extensions upon installation. . - If every UNIX user account (including root) is allowed to launch MATLAB, - please leave this field empty. + You may leave this field empty if any user account + (including root) is allowed to launch MATLAB. Template: matlab-support/rename-libs @@ -53,6 +64,6 @@ . These libraries sometimes cause conflicts. . - If you accept it, the conflicting libraries will be renamed by appending + If you choose this option, the conflicting libraries will be renamed by appending a ".bak" extension. These libraries are located in the "sys/os/glnx86" or - "sys/os/glnxa64" subdirectory of your MATLAB installation. + "sys/os/glnxa64" subdirectory of a MATLAB installation tree. --- matlab-support.old/debian/control 2011-05-22 12:00:44.939875837 +0200 +++ matlab-support/debian/control 2011-05-22 12:00:44.967875980 +0200 @@ -17,16 +17,20 @@ Recommends: libstdc++6-4.4-dev | libstdc++-dev Conflicts: matlab (<= 0.0.14~) Replaces: matlab (<= 0.0.14~) -Description: integrate local Matlab installations into the Debian system - This package does NOT provide Matlab (TM). It merely helps sysadmins - integrate local installations in the Debian system to handle this proprietary - software in a more coherent way. Moreover, this package can be used as a - runtime dependency for packages that install Matlab code and, for example, - need to compile MEX extensions. +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 + a Debian installation. . - One or more Matlab installations can be registered with Debian's alternatives - system, and a helper utility to build MEX extensions is provided. All - configuration is conveniently done via debconf. + 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. Package: matlab-support-dev @@ -35,8 +39,8 @@ Depends: ${misc:Depends} Conflicts: matlab-dev (<= 0.0.14~) Replaces: matlab-dev (<= 0.0.14~) -Description: helpers for packages building Matlab toolboxes - Analogous to Octave a Makefile snippet is provided that configures the - locations for architecture independent M-files, binary MEX-extensions, and - there corresponding sources. This package can be used as a build-dependency - by other packages shipping Matlab toolboxes. +Description: 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. --- matlab-support.old/debian/changelog 2011-05-22 12:00:44.931875808 +0200 +++ matlab-support/debian/changelog 2011-06-04 08:17:44.709471772 +0200 @@ -1,3 +1,20 @@ +matlab-support (0.0.15) UNRELEASED; urgency=low + + * 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 + * 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 + + -- Christian Perrier <[email protected]> Fri, 13 May 2011 22:53:40 +0200 + matlab-support (0.0.14) unstable; urgency=low * First release targeting Debian proper (Closes: #608922).
signature.asc
Description: Digital signature

