r44359 - in /packages/scilab/trunk/debian: changelog control patches/adddemo.diff

sylvestre at users.alioth.debian.org sylvestre at users.alioth.debian.org
Thu Jan 12 08:52:19 UTC 2012


Author: sylvestre
Date: Thu Jan 12 08:52:18 2012
New Revision: 44359

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=44359
Log:
scilab (5.3.3-6) unstable; urgency=low

  * If scilab-doc is not install, do not trigger an error. Just show a warning.
    This will avoid error link in the bug #654621
  * Update of the description


Modified:
    packages/scilab/trunk/debian/changelog
    packages/scilab/trunk/debian/control
    packages/scilab/trunk/debian/patches/adddemo.diff

Modified: packages/scilab/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/scilab/trunk/debian/changelog?rev=44359&op=diff
==============================================================================
--- packages/scilab/trunk/debian/changelog (original)
+++ packages/scilab/trunk/debian/changelog Thu Jan 12 08:52:18 2012
@@ -1,3 +1,11 @@
+scilab (5.3.3-6) unstable; urgency=low
+
+  * If scilab-doc is not install, do not trigger an error. Just show a warning.
+    This will avoid error link in the bug #654621
+  * Update of the description
+
+ -- Sylvestre Ledru <sylvestre at debian.org>  Wed, 11 Jan 2012 20:31:55 +0100
+
 scilab (5.3.3-5) unstable; urgency=low
 
   * Update the error message of the demo when scilab-doc is not installed

Modified: packages/scilab/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/scilab/trunk/debian/control?rev=44359&op=diff
==============================================================================
--- packages/scilab/trunk/debian/control (original)
+++ packages/scilab/trunk/debian/control Thu Jan 12 08:52:18 2012
@@ -72,6 +72,8 @@
  aeronautics...), hydraulic circuits (dam, pipe modeling...), control systems,
  etc. Modelica capabilities are also provided.
  .
+ Scilab is one of the most credible alternatives to Matlab and Simulink. 
+ .
  For a minimum version of scilab, install package "scilab-cli".
 
 Package: scilab-data

Modified: packages/scilab/trunk/debian/patches/adddemo.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/scilab/trunk/debian/patches/adddemo.diff?rev=44359&op=diff
==============================================================================
--- packages/scilab/trunk/debian/patches/adddemo.diff (original)
+++ packages/scilab/trunk/debian/patches/adddemo.diff Thu Jan 12 08:52:18 2012
@@ -7,7 +7,7 @@
    
    if ~isfile(path) then
 -    error(msprintf(gettext("%s: The file %s does not exist.\n"),"add_demo",path));
-+    error(msprintf(gettext("Demos are not available. Please install the package scilab-doc\n")));
++    warning(msprintf(gettext("Demos are not available. Please install the package scilab-doc\n")));
    end
    
    if isdir(path) then 




More information about the debian-science-commits mailing list