r36111 - in /packages/scilab/trunk/debian: changelog control rules

sylvestre at users.alioth.debian.org sylvestre at users.alioth.debian.org
Wed Jan 27 16:55:33 UTC 2010


Author: sylvestre
Date: Wed Jan 27 16:55:32 2010
New Revision: 36111

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36111
Log:
  * Update of package descriptions
  * Package scilab-doc-pt-br (Brazilian Portuguese) added

Modified:
    packages/scilab/trunk/debian/changelog
    packages/scilab/trunk/debian/control
    packages/scilab/trunk/debian/rules

Modified: packages/scilab/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/scilab/trunk/debian/changelog?rev=36111&op=diff
==============================================================================
--- packages/scilab/trunk/debian/changelog (original)
+++ packages/scilab/trunk/debian/changelog Wed Jan 27 16:55:32 2010
@@ -1,3 +1,10 @@
+scilab (5.2.0-5) UNRELEASED; urgency=low
+
+  * Update of package descriptions
+  * Package scilab-doc-pt-br (Brazilian Portuguese) added
+
+ -- Sylvestre Ledru <sylvestre at debian.org>  Wed, 27 Jan 2010 16:01:42 +0100
+
 scilab (5.2.0-4) unstable; urgency=low
 
   * New packages added: scilab-cli (for command line interpretor), scilab-bin 

Modified: packages/scilab/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/scilab/trunk/debian/control?rev=36111&op=diff
==============================================================================
--- packages/scilab/trunk/debian/control (original)
+++ packages/scilab/trunk/debian/control Wed Jan 27 16:55:32 2010
@@ -45,8 +45,9 @@
  etc...) and comes with a number of specific toolboxes for 
  control, signal processing, ...
  .
- This package provides Scilab as Command Line Interpreter (CLI). Please install
- the package "scilab" to have all features.
+ This package provides Scilab as Command Line Interpreter (CLI). This package
+ provides Scilab as a computing engine or script interpreter. 
+ Please install the package "scilab" to have all features.
 
 Package: scilab
 Architecture: all
@@ -58,6 +59,7 @@
  etc...) and comes with a number of specific toolboxes for
  control, signal processing, ...
  .
+ For a minimum version of scilab, install package "scilab-cli".
 
 Package: scilab-data
 Architecture: all
@@ -98,6 +100,8 @@
  control, signal processing, ...
  .
  This package contains the architecture specific binary files.
+ All mandatory libraries for scilab-cli are shipped in this package.
+ Please install the package "scilab" to have all features.
 
 Package: scilab-full-bin
 Architecture: any
@@ -108,7 +112,7 @@
  libjgraphx-java (>= 1.2.0.7), libjhdf5-java (>= 2.6)
 Recommends: pvm
 Replaces: scilab (<< 5.0), scilab-bin
-Description: Scientific software package for numerical computations (minimal binary files)                                                                     
+Description: Scientific software package for numerical computations (all binary files)                                                                     
  Scilab is a matrix-based scientific software package.
  Scilab contains hundreds of built-in mathematical functions, rich
  data structures (including polynomials, rationals,linear systems, lists,
@@ -194,7 +198,7 @@
 Section: doc
 Architecture: all
 Depends: scilab-doc, ${misc:Depends}
-Description: Scientific software package for numerical computations (french documentations)
+Description: Scientific software package for numerical computations (french documentation)
  Scilab is a matrix-based scientific software package.
  Scilab contains hundreds of built-in mathematical functions, rich 
  data structures (including polynomials, rationals,linear systems, lists, 
@@ -202,6 +206,19 @@
  control, signal processing, ...
  .
  This package contains help pages in French.
+
+Package: scilab-doc-pt-br
+Section: doc
+Architecture: all
+Depends: scilab-doc, ${misc:Depends}
+Description: Scientific software package for numerical computations (Brazilian Portuguese documentation)
+ Scilab is a matrix-based scientific software package.
+ Scilab contains hundreds of built-in mathematical functions, rich 
+ data structures (including polynomials, rationals,linear systems, lists, 
+ etc...) and comes with a number of specific toolboxes for 
+ control, signal processing, ...
+ .
+ This package contains help pages in Brazilian Portuguese documentation.
 
 
 Package: scilab-test

Modified: packages/scilab/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/scilab/trunk/debian/rules?rev=36111&op=diff
==============================================================================
--- packages/scilab/trunk/debian/rules (original)
+++ packages/scilab/trunk/debian/rules Wed Jan 27 16:55:32 2010
@@ -96,6 +96,10 @@
 	if test -f $$FR_FR_DOC; then \
 		mv $$FR_FR_DOC $(CURDIR)/debian/scilab-doc-fr/usr/share/scilab/modules/helptools/jar/; \
 	fi
+	PT_BR_DOC=$(CURDIR)/debian/tmp/usr/share/scilab/modules/helptools/jar/scilab_pt_BR_help.jar; \
+	if test -f $$PT_BR_DOC; then \
+		mv $$PT_BR_DOC $(CURDIR)/debian/scilab-doc-pt-br/usr/share/scilab/modules/helptools/jar/; \
+	fi
 
 binary-install/libscilab-java::
 # Move the javasci lib




More information about the debian-science-commits mailing list