r36900 - in /packages/scilab/trunk/debian: changelog control patches/mips64.diff

sylvestre at users.alioth.debian.org sylvestre at users.alioth.debian.org
Tue Sep 28 19:33:10 UTC 2010


Author: sylvestre
Date: Tue Sep 28 19:33:05 2010
New Revision: 36900

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36900
Log:
+  * Fix a bad upload: Not binNMU-able (Closes: #597755)
+  * Fix an issue with mips64. Thanks to Liushiwei (Closes: #593902)
+  * Wrong recommends on sivp (Closes: #576475)

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

Modified: packages/scilab/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/scilab/trunk/debian/changelog?rev=36900&op=diff
==============================================================================
--- packages/scilab/trunk/debian/changelog (original)
+++ packages/scilab/trunk/debian/changelog Tue Sep 28 19:33:05 2010
@@ -1,3 +1,17 @@
+scilab (5.2.2-7) unstable; urgency=low
+
+  * Fix a bad upload: Not binNMU-able (Closes: #597755)
+  * Fix an issue with mips64. Thanks to Liushiwei (Closes: #593902)
+  * Wrong recommends on sivp (Closes: #576475)
+
+ -- Sylvestre Ledru <sylvestre at debian.org>  Thu, 23 Sep 2010 14:07:07 +0200
+
+scilab (5.2.2-6) unstable; urgency=low
+
+  * Fix a problem with the build system
+
+ -- Sylvestre Ledru <sylvestre at debian.org>  Sat, 18 Sep 2010 08:50:49 +0200
+
 scilab (5.2.2-5) unstable; urgency=low
 
   [ Matthias Klose ]

Modified: packages/scilab/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/scilab/trunk/debian/control?rev=36900&op=diff
==============================================================================
--- packages/scilab/trunk/debian/control (original)
+++ packages/scilab/trunk/debian/control Tue Sep 28 19:33:05 2010
@@ -35,7 +35,7 @@
  scilab-include (>= ${source:Version})
 # scilab-include is installed by default since it is widely used by many
 # toolboxes
-Recommends: scilab-sivp (>= 5.0.0)
+Recommends: scilab-sivp (>= 0.5.2)
 Suggests: gfortran, gcc, scilab-swt, scilab-scimax, scilab-plotlib, scilab-ann
 # For the dynamic link
 Description: Scientific software package - Command Line Interpreter
@@ -53,7 +53,8 @@
 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}),
+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

Added: packages/scilab/trunk/debian/patches/mips64.diff
URL: http://svn.debian.org/wsvn/debian-science/packages/scilab/trunk/debian/patches/mips64.diff?rev=36900&op=file
==============================================================================
--- packages/scilab/trunk/debian/patches/mips64.diff (added)
+++ packages/scilab/trunk/debian/patches/mips64.diff Tue Sep 28 19:33:05 2010
@@ -1,0 +1,13 @@
+Index: scilab-5.2.2/bin/scilab
+===================================================================
+--- scilab-5.2.2.orig/bin/scilab	2010-09-23 14:03:16.000000000 +0200
++++ scilab-5.2.2/bin/scilab	2010-09-23 14:03:49.000000000 +0200
+@@ -383,7 +383,7 @@
+ 					"ia64")
+ 						proc="ia64"
+ 						;;
+-					"mips"|"mipsel") # under mipsel, uname -m is
++					mips*) # under mipsel, uname -m is
+ 					# usually returning mips ...
+ 					# but binary are in mipsel
+ 						if test -d ${JRE_HOME}/lib/mipsel ; then




More information about the debian-science-commits mailing list