r35347 - in /packages/scilab/trunk/debian: TODO changelog control rules

sylvestre-guest at users.alioth.debian.org sylvestre-guest at users.alioth.debian.org
Sun Nov 23 22:32:19 UTC 2008


Author: sylvestre-guest
Date: Sun Nov 23 22:32:19 2008
New Revision: 35347

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=35347
Log:
   * Warnings removed on startup
+  * Tests moved to scilab-test package
 

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

Modified: packages/scilab/trunk/debian/TODO
URL: http://svn.debian.org/wsvn/debian-science/packages/scilab/trunk/debian/TODO?rev=35347&op=diff
==============================================================================
--- packages/scilab/trunk/debian/TODO (original)
+++ packages/scilab/trunk/debian/TODO Sun Nov 23 22:32:19 2008
@@ -1,4 +1,2 @@
-* Create a test package
 * See what to do with localization files
 * Create a binary package (scilab-cli) which doesn't need java
-* see if we want all the dep on the doc

Modified: packages/scilab/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/scilab/trunk/debian/changelog?rev=35347&op=diff
==============================================================================
--- packages/scilab/trunk/debian/changelog (original)
+++ packages/scilab/trunk/debian/changelog Sun Nov 23 22:32:19 2008
@@ -1,6 +1,7 @@
-scilab (5.0.3-2) intrepid; urgency=low
+scilab (5.0.3-2) experimental; urgency=medium
 
   * Warnings removed on startup
+  * Tests moved to scilab-test package
 
  -- Sylvestre Ledru <sylvestre.ledru at inria.fr>  Sat, 22 Nov 2008 10:28:30 +0100
 

Modified: packages/scilab/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/scilab/trunk/debian/control?rev=35347&op=diff
==============================================================================
--- packages/scilab/trunk/debian/control (original)
+++ packages/scilab/trunk/debian/control Sun Nov 23 22:32:19 2008
@@ -53,7 +53,7 @@
 Package: scilab-bin
 Architecture: any
 Depends: ${shlibs:Depends}, scilab-data (= ${binary:Version}),
- java1-runtime | java2-runtime,
+ openjdk-6-jre | java1-runtime | java2-runtime,
  libflexdock-java, libjogl-java (>= 1.1.1), libjrosetta-java (>= 1.0.1), 
  javahelp2
 Recommends: pvm

Modified: packages/scilab/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/scilab/trunk/debian/rules?rev=35347&op=diff
==============================================================================
--- packages/scilab/trunk/debian/rules (original)
+++ packages/scilab/trunk/debian/rules Sun Nov 23 22:32:19 2008
@@ -59,10 +59,16 @@
 		chrpath -d $$file; \
 	done
 
-# Move the help in the right package
 	for dir in $(DEB_DESTDIR)usr/share/scilab/modules/*; do \
 		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; \
+		if test -d $$dir/tests; then \
+			mkdir -p $$target_test; \
+			mv $$dir/tests $$target_test; \
+		fi; \
+		# 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