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

sylvestre at users.alioth.debian.org sylvestre at users.alioth.debian.org
Sun Feb 14 11:27:17 UTC 2010


Author: sylvestre
Date: Sun Feb 14 11:27:11 2010
New Revision: 36162

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36162
Log:
  * Update of some descriptions of package
  * Scilab build doc dependencies moved from package scilab-doc to 
    scilab-full-bin
  * Scilab package recommends now scilab-doc (and suggests scilab-doc-pt-br
    and scilab-doc-fr)

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=36162&op=diff
==============================================================================
--- packages/scilab/trunk/debian/changelog (original)
+++ packages/scilab/trunk/debian/changelog Sun Feb 14 11:27:11 2010
@@ -1,3 +1,13 @@
+scilab (5.2.0-7) unstable; urgency=low
+
+  * Update of some descriptions of package
+  * Scilab build doc dependencies moved from package scilab-doc to 
+    scilab-full-bin
+  * Scilab package recommends now scilab-doc (and suggests scilab-doc-pt-br
+    and scilab-doc-fr)
+
+ -- Sylvestre Ledru <sylvestre at debian.org>  Sat, 13 Feb 2010 16:00:55 +0100
+
 scilab (5.2.0-6) unstable; urgency=low
 
   * Missing dependency on scilab-full-bin for package scilab

Modified: packages/scilab/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/scilab/trunk/debian/control?rev=36162&op=diff
==============================================================================
--- packages/scilab/trunk/debian/control (original)
+++ packages/scilab/trunk/debian/control Sun Feb 14 11:27:11 2010
@@ -35,7 +35,7 @@
  scilab-include (= ${binary:Version})
 # scilab-include is installed by default since it is widely used by many
 # toolboxes
-Recommends: scilab-doc (= ${binary:Version}), scilab-sivp (>= 5.0.0)
+Recommends: scilab-sivp (>= 5.0.0)
 Suggests: gfortran, gcc, scilab-swt, scilab-scimax, scilab-plotlib, scilab-ann
 # For the dynamic link
 Description: Scientific software package - Command Line Interpreter
@@ -52,6 +52,8 @@
 Package: scilab
 Architecture: all
 Depends: scilab-cli (>= ${source:Version}), ${misc:Depends}, scilab-full-bin
+Recommends: scilab-doc (= ${binary:Version}), 
+Suggests: scilab-doc-fr (= ${binary:Version}), scilab-doc-pt-br (= ${binary:Version}),
 Description: Scientific software package for numerical computations
  Scilab is a matrix-based scientific software package.
  Scilab contains hundreds of built-in mathematical functions, rich
@@ -107,9 +109,10 @@
 Architecture: any
 Depends: ${shlibs:Depends}, scilab-minimal-bin (= ${binary:Version}),
  libflexdock-java, libjogl-java (>= 1.1.1), libjrosetta-java (>= 1.0.1),
- libjlatexmath-java,
- javahelp2, ${misc:Depends},
- libjgraphx-java (>= 1.2.0.7), libjhdf5-java (>= 2.6)
+ libjlatexmath-java, libjeuclid-core-java, libbatik-java (>= 1.7), 
+ fop (>= 0.95), libsaxon-java, libavalon-framework-java, docbook-xsl,
+ javahelp2, libjgraphx-java (>= 1.2.0.7), libjhdf5-java (>= 2.6), 
+ ${misc:Depends}
 Recommends: pvm
 Replaces: scilab (<< 5.0), scilab-bin
 Description: Scientific software package for numerical computations (all binary files)                                                                     
@@ -182,10 +185,9 @@
 
 Package: scilab-doc
 Section: doc
-Depends: libjeuclid-core-java, libbatik-java (>= 1.7), fop (>= 0.95),
- libsaxon-java, libavalon-framework-java, docbook-xsl, ${misc:Depends}
-Architecture: all
-Description: Scientific software package for numerical computations (documentations)
+Depends: ${misc:Depends}
+Architecture: all
+Description: Scientific software package (english documentations)
  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, 
@@ -198,7 +200,7 @@
 Section: doc
 Architecture: all
 Depends: scilab-doc, ${misc:Depends}
-Description: Scientific software package for numerical computations (french documentation)
+Description: Scientific software package (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, 
@@ -211,7 +213,7 @@
 Section: doc
 Architecture: all
 Depends: scilab-doc, ${misc:Depends}
-Description: Scientific software package for numerical computations (Brazilian Portuguese documentation)
+Description: Scientific software package (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, 

Modified: packages/scilab/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/scilab/trunk/debian/rules?rev=36162&op=diff
==============================================================================
--- packages/scilab/trunk/debian/rules (original)
+++ packages/scilab/trunk/debian/rules Sun Feb 14 11:27:11 2010
@@ -67,12 +67,12 @@
 		moduleName=`echo $$dir|sed -e "s|.*/\(.*\)|\1|"`; \
 		target=$(CURDIR)/debian/scilab-doc/usr/share/scilab/modules/$$moduleName; \
 		target_test=$(CURDIR)/debian/scilab-test/usr/share/scilab/modules/$$moduleName; \
-# Move tests in the right package; \
+		:# Move tests in the right package; \
 		if test -d $$dir/tests; then \
 			mkdir -p $$target_test; \
 			mv $$dir/tests $$target_test; \
 		fi; \
-# Move the help in the right package; \
+		:# Move the help in the right package; \
 		if test -d $$dir/demos -o -d $$dir/help/en_US/; then \
 			mkdir -p $$target/help; \
 		fi; \




More information about the debian-science-commits mailing list