Your message dated Sat, 25 Jun 2011 15:07:20 +0000
with message-id <[email protected]>
and subject line Bug#626460: fixed in matlab-support 0.0.15
has caused the Debian Bug report #626460,
regarding matlab-support: [debconf_rewrite] Debconf templates and
debian/control review
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
626460: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=626460
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: matlab-support
Version: N/A
Severity: normal
Tags: patch
Dear Debian maintainer,
On Thursday, May 12, 2011, I notified you of the beginning of a review process
concerning debconf templates for matlab-support.
The debian-l10n-english contributors have now reviewed these templates,
and the proposed changes are attached to this bug report.
Please review the suggested changes, and if you have any
objections, let me know in the next 3 days.
However, please try to avoid uploading matlab-support with these changes
right now.
The second phase of this process will begin on Sunday, May 15, 2011, when I will
coordinate updates to translations of debconf templates.
The existing translators will be notified of the changes: they will
receive an updated PO file for their language.
Simultaneously, a general call for new translations will be sent to
the debian-i18n mailing list.
Both these calls for translations will request updates to be sent as
individual bug reports. That will probably trigger a lot of bug
reports against your package, but these should be easier to deal with.
The call for translation updates and new translations will run until
about Sunday, June 05, 2011. Please avoid uploading a package with fixed or
changed
debconf templates and/or translation updates in the meantime. Of
course, other changes are safe.
Please note that this is an approximative delay, which depends on my
own availability to process this work and is influenced by the fact
that I simultaneously work on many packages.
Around Monday, June 06, 2011, I will contact you again and will send a final
patch
summarizing all the updates (changes to debconf templates,
updates to debconf translations and new debconf translations).
Again, thanks for your attention and cooperation.
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable'), (101, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.38-2-686 (SMP w/2 CPU cores)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968)
Shell: /bin/sh linked to /bin/dash
--- matlab-support.old/debian/matlab-support.templates 2011-04-23
11:24:00.863243735 +0200
+++ matlab-support/debian/matlab-support.templates 2011-05-12
08:20:36.989489789 +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-04-23 11:24:00.863243735 +0200
+++ matlab-support/debian/control 2011-05-09 10:35:45.487589694 +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.
--- End Message ---
--- Begin Message ---
Source: matlab-support
Source-Version: 0.0.15
We believe that the bug you reported is fixed in the latest version of
matlab-support, which is due to be installed in the Debian FTP archive:
matlab-support-dev_0.0.15_all.deb
to main/m/matlab-support/matlab-support-dev_0.0.15_all.deb
matlab-support_0.0.15.dsc
to main/m/matlab-support/matlab-support_0.0.15.dsc
matlab-support_0.0.15.tar.gz
to main/m/matlab-support/matlab-support_0.0.15.tar.gz
matlab-support_0.0.15_all.deb
to contrib/m/matlab-support/matlab-support_0.0.15_all.deb
A summary of the changes between this version and the previous one is
attached.
Thank you for reporting the bug, which will now be closed. If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Michael Hanke <[email protected]> (supplier of updated matlab-support package)
(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Format: 1.8
Date: Sat, 25 Jun 2011 08:04:25 -0400
Source: matlab-support
Binary: matlab-support matlab-support-dev
Architecture: source all
Version: 0.0.15
Distribution: unstable
Urgency: low
Maintainer: NeuroDebian Team <[email protected]>
Changed-By: Michael Hanke <[email protected]>
Description:
matlab-support - distro integration for local MATLAB installations
matlab-support-dev - helpers for packages building MATLAB toolboxes
Closes: 623806 626460 627204 627374 627438 627827 627850 627953 628556 628577
629126 629851
Changes:
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.
Checksums-Sha1:
1b4701306691d51c694ed1a5160cd695b20c8f21 1675 matlab-support_0.0.15.dsc
da9f75aa802b796fc53eb8a61b0a433743c0db36 24483 matlab-support_0.0.15.tar.gz
d7a1cedc34fd6927103513c80bf7edf21f389a3f 23988 matlab-support_0.0.15_all.deb
18d45f595d99945435e9ac0fc705429fd932c2a4 5772 matlab-support-dev_0.0.15_all.deb
Checksums-Sha256:
c29269163b6cbaa187907c03aac4f479f33752821f07d3cb3d13ebe7fef1ac9c 1675
matlab-support_0.0.15.dsc
40dac6d3db3b893c7e3fbe18f0d669ffc73e24d014d251c951e97e814241c4a5 24483
matlab-support_0.0.15.tar.gz
1ccdd967a1e9cd12c4f8b446f064d9c52e61dc2ed60cf54482320b478671e265 23988
matlab-support_0.0.15_all.deb
18c6db770135476e867a5f5323e929c972a03ea4053a92fa8d04a4d7df12839d 5772
matlab-support-dev_0.0.15_all.deb
Files:
654e2fed6df8e0cf162ae85d93013ba7 1675 devel optional matlab-support_0.0.15.dsc
b9bb6d41bd8de5a8ef032e0be0f38be6 24483 devel optional
matlab-support_0.0.15.tar.gz
d55654ea26458ef0b6bde62ce6022cbc 23988 contrib/devel optional
matlab-support_0.0.15_all.deb
79ef1d8f536024dccd5cd838a171f2e9 5772 devel optional
matlab-support-dev_0.0.15_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIcBAEBAgAGBQJOBea5AAoJEMBz0ih/+56bwLoQALOPR2SkgYjkLJBtm9D1w1H/
Ng/7jRTMJXa6aY4JbL0gKGAl9CwIc5ouKf5FpE32RVeRV8mPf7GfsWx6xlIJV/NC
rcsiBHc9BIGf7kbbV965yyth1eMNi7X6Tr+6fdFtgzmEqvhUVLaaWJHZ8HjF2L8l
3EsyioNslMHcezm5UU0Q/x3g0OnFu9FymPx0i7wUeDVUeWPNqQNZvan+cSdDsoZ3
8hxRbaOeqNIeDjkInb+R+zafBVO1TVZp8mqxEUHczNBwY5voc6oxoYqeHML5VGxS
yX3olYCk2H8cux23peOi6wMWECUE1ScQ9WfD8tVKcOWlH0AsvtW1agOIjXfdiudd
80wHWNbIGpPdWcwj/cRRUtrvarA9UzawqWjTpbt5f504DFA4cS54JF7T4IZCwrN9
qvgUQ3ogGyISsq6UWHV62Ep9DDNkq6Qlx+LKaqyYq5gnq3W1gPke9AQlp67inIx7
X62/kqYp8jo1swoAaZ++2kn6yQrhIiUpKVdDkmGy9HJ0iPhmA4/lM6NRsPDC/MKo
rOUCE99+Oj/pLYzt/GNdhdJGK7/dIc48Lapy0SbDo47z7Tv8hebG00tPqcEZu6wY
uITKEzaRXctpkJ7axl+A/43CHXiNcVh7n8tFoqe3n5NhXH0gXP7aHFkLhiiDhGL2
ecCzsli7FeLCDOOGtrEt
=O1bT
-----END PGP SIGNATURE-----
--- End Message ---