r46629 - in /packages/scilab/branches/5.5/debian: changelog control scilab-full-bin.install scilab-minimal-bin.install

sylvestre at users.alioth.debian.org sylvestre at users.alioth.debian.org
Mon Apr 14 08:07:40 UTC 2014


Author: sylvestre
Date: Mon Apr 14 08:07:40 2014
New Revision: 46629

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=46629
Log:
* Bring back the signal processing library (Don't know why it was missing)
  (Closes: #738456)
* Bring back missing changelog items (Closes: #733279)
* Restrict to the arch on which OpenJDK is available:
  amd64, armel, armhf, i386, mips, mipsel, powerpc, s390x, arm64, ppc64el
  (Partial Closes of #739235)
* Fix also the javadoc encoding issue (Closes: #672618)
* Fix a build issue with openjdk7 (Closes: #672618)
* Get ride of the watcher. The doc build process is way faster now
  (Closes: #673292)
* Fix a bug with 32 bit userland and 64 bit kernel (Closes: #631813)
* Standards-Version updated to version 3.9.3
* Ignore "scilab-doc: doc-package-depends-on-main-package depends"
* Fix a bug on the startup of Xcos because the new version of hdf5
  in the archive is 1.8.8 (Closes: #666215)
* Change dependency libhdf5-serial-dev => libhdf5-dev
* Update the dependency on jhdf to version 2.8
* 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
* Add an explicit dependency on libjgoodies-looks-java
* Update the error message of the demo when scilab-doc is not installed
* Fix a build issues relative to LD_LIBRARY_PATH

Modified:
    packages/scilab/branches/5.5/debian/changelog
    packages/scilab/branches/5.5/debian/control
    packages/scilab/branches/5.5/debian/scilab-full-bin.install
    packages/scilab/branches/5.5/debian/scilab-minimal-bin.install

Modified: packages/scilab/branches/5.5/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/scilab/branches/5.5/debian/changelog?rev=46629&op=diff
==============================================================================
--- packages/scilab/branches/5.5/debian/changelog	(original)
+++ packages/scilab/branches/5.5/debian/changelog	Mon Apr 14 08:07:40 2014
@@ -1,3 +1,14 @@
+scilab (5.5.0-2) unstable; urgency=medium
+
+  * Bring back the signal processing library (Don't know why it was missing)
+    (Closes: #738456)
+  * Bring back missing changelog items (Closes: #733279)
+  * Restrict to the arch on which OpenJDK is available:
+    amd64, armel, armhf, i386, mips, mipsel, powerpc, s390x, arm64, ppc64el
+    (Partial Closes of #739235)
+
+ -- Sylvestre Ledru <sylvestre at debian.org>  Sun, 13 Apr 2014 13:07:21 +0200
+
 scilab (5.5.0-1) unstable; urgency=medium
 
   * Stable release (very similar to beta-1+git~20140406-1522)
@@ -267,6 +278,53 @@
   * New upstream release
 
  -- Sylvestre Ledru <sylvestre at debian.org>  Fri, 16 Dec 2011 11:57:15 +0100
+
+scilab (5.3.3-10) unstable; urgency=low
+
+  * Fix also the javadoc encoding issue (Closes: #672618)
+
+ -- Sylvestre Ledru <sylvestre at debian.org>  Sun, 20 May 2012 16:55:54 +0200
+
+scilab (5.3.3-9) unstable; urgency=low
+
+  * Fix a build issue with openjdk7 (Closes: #672618)
+  * Get ride of the watcher. The doc build process is way faster now
+    (Closes: #673292)
+  * Fix a bug with 32 bit userland and 64 bit kernel (Closes: #631813)
+  * Standards-Version updated to version 3.9.3
+  * Ignore "scilab-doc: doc-package-depends-on-main-package depends"
+
+ -- Sylvestre Ledru <sylvestre at debian.org>  Fri, 18 May 2012 17:39:55 +0200
+
+scilab (5.3.3-8) unstable; urgency=low
+
+  * Fix a bug on the startup of Xcos because the new version of hdf5
+    in the archive is 1.8.8 (Closes: #666215)
+
+ -- Sylvestre Ledru <sylvestre at debian.org>  Thu, 29 Mar 2012 21:08:55 +0200
+
+scilab (5.3.3-7) unstable; urgency=low
+
+  * Change dependency libhdf5-serial-dev => libhdf5-dev
+  * Update the dependency on jhdf to version 2.8
+
+ -- Sylvestre Ledru <sylvestre at debian.org>  Wed, 18 Jan 2012 18:36:36 +0100
+
+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
+  * Add an explicit dependency on libjgoodies-looks-java
+
+ -- 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
+  * Fix a build issues relative to LD_LIBRARY_PATH
+
+ -- Sylvestre Ledru <sylvestre at debian.org>  Wed, 28 Dec 2011 11:33:45 +0100
 
 scilab (5.3.3-4) unstable; urgency=low
 

Modified: packages/scilab/branches/5.5/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/scilab/branches/5.5/debian/control?rev=46629&op=diff
==============================================================================
--- packages/scilab/branches/5.5/debian/control	(original)
+++ packages/scilab/branches/5.5/debian/control	Mon Apr 14 08:07:40 2014
@@ -107,7 +107,7 @@
 
 Package: scilab-include
 # any because of the bug #550243
-Architecture: any
+Architecture: amd64, armel, armhf, i386, mips, mipsel, powerpc, s390x, arm64, ppc64el
 Depends: ${misc:Depends}
 Description: Scientific software package for numerical computations (include files)
  Scilab is a matrix-based scientific software package.
@@ -128,7 +128,7 @@
 
 
 Package: scilab-minimal-bin
-Architecture: any
+Architecture: amd64, armel, armhf, i386, mips, mipsel, powerpc, s390x, arm64, ppc64el
 Depends: ${shlibs:Depends}, scilab-data (= ${source:Version}),
  ${misc:Depends}
 Replaces: scilab-bin, scilab-full-bin (<< 5.4.1-3)
@@ -153,7 +153,7 @@
  Please install the package "scilab" to have all features.
 
 Package: scilab-full-bin
-Architecture: any
+Architecture: amd64, armel, armhf, i386, mips, mipsel, powerpc, s390x, arm64, ppc64el
 Depends: ${shlibs:Depends}, scilab-minimal-bin (= ${binary:Version}),
  libflexdock-java (>= 1.2.3), libjogl2-java (>= 2.0-rc8), libjrosetta-java (>= 1.0.1),
  libjlatexmath-java (>= 1.0.2), libjlatexmath-fop-java (>= 1.0.2),
@@ -184,7 +184,7 @@
 
 
 Package: scilab-minimal-bin-dbg
-Architecture: any
+Architecture: amd64, armel, armhf, i386, mips, mipsel, powerpc, s390x, arm64, ppc64el
 Section: debug
 Priority: extra
 Pre-Depends: ${dpkg:Depends}
@@ -208,7 +208,7 @@
  This package contains the architecture specific debugging symbols.
 
 Package: scilab-full-bin-dbg
-Architecture: any
+Architecture: amd64, armel, armhf, i386, mips, mipsel, powerpc, s390x, arm64, ppc64el
 Section: debug
 Priority: extra
 Pre-Depends: ${dpkg:Depends}

Modified: packages/scilab/branches/5.5/debian/scilab-full-bin.install
URL: http://svn.debian.org/wsvn/debian-science/packages/scilab/branches/5.5/debian/scilab-full-bin.install?rev=46629&op=diff
==============================================================================
--- packages/scilab/branches/5.5/debian/scilab-full-bin.install	(original)
+++ packages/scilab/branches/5.5/debian/scilab-full-bin.install	Mon Apr 14 08:07:40 2014
@@ -8,8 +8,7 @@
 debian/tmp/usr/lib/scilab/libscirenderer.*
 debian/tmp/usr/lib/scilab/libscixcos.*
 debian/tmp/usr/lib/scilab/libsciscinotes.*
-debian/tmp/usr/lib/scilab/libsciscicos_blocks.*
-debian/tmp/usr/lib/scilab/libsciscicos.*
+debian/tmp/usr/lib/scilab/libsciscicos*.*
 debian/tmp/usr/lib/scilab/libscihelptools.*
 debian/tmp/usr/lib/scilab/libsciaction_binding.*
 debian/tmp/usr/lib/scilab/libscihistory_browser.*

Modified: packages/scilab/branches/5.5/debian/scilab-minimal-bin.install
URL: http://svn.debian.org/wsvn/debian-science/packages/scilab/branches/5.5/debian/scilab-minimal-bin.install?rev=46629&op=diff
==============================================================================
--- packages/scilab/branches/5.5/debian/scilab-minimal-bin.install	(original)
+++ packages/scilab/branches/5.5/debian/scilab-minimal-bin.install	Mon Apr 14 08:07:40 2014
@@ -1,4 +1,3 @@
-# TODO regarder fftw
 debian/tmp/usr/lib/scilab/libsciaction_binding-disable.*
 debian/tmp/usr/lib/scilab/libsciarnoldi.*
 debian/tmp/usr/lib/scilab/libscicall_scilab.*
@@ -17,7 +16,7 @@
 debian/tmp/usr/lib/scilab/libscimatio.*
 debian/tmp/usr/lib/scilab/libscioptimization.*
 debian/tmp/usr/lib/scilab/libscirandlib.*
-#debian/tmp/usr/lib/scilab/libscisignal_processing.*
+debian/tmp/usr/lib/scilab/libscisignal_processing.*
 debian/tmp/usr/lib/scilab/libscisound.*
 debian/tmp/usr/lib/scilab/libscispecial_functions.*
 debian/tmp/usr/lib/scilab/libscispreadsheet.*




More information about the debian-science-commits mailing list