Change logs for scilab source package in Karmic

  • scilab (5.1.1-11) unstable; urgency=low
    
      * In the version 5.1.1-10, I changed a mv by a cp and it caused the help
        file to be stored in both packages (Closes: #547624)
    
    scilab (5.1.1-10) unstable; urgency=low
    
      * Do not build the help on arch != amd64/i386. Waiting for upstream to 
        improve the build time
      * Force the dependency on openjdk-6-jre | sun-java6-jre on scilab-bin to 
        make sure that libjava is available (Closes: #538359)
    
    scilab (5.1.1-9) unstable; urgency=low
    
      * mipsel and armel management added (z_mipsel_arm_mgmt.diff patch added)
    
     -- Julien Lavergne <email address hidden>   Mon,  05 Oct 2009 12:37:10 +0100
  • scilab (5.1.1-8) unstable; urgency=low
    
      * Update libs_by_debian.m4 which is the libs.m4 of autoconf 2.64 
         (bug reported upstream) (LP: #414410)
      * Removal of Torsten on his request (Thanks for everything)
      * Standards-Version updated to 3.8.3
      * DM-Upload-Allowed removed
    
    scilab (5.1.1-7) unstable; urgency=low
    
      [ Sylvestre Ledru ]
      * Change of my email address since I am now DD \o/
      * Better processing with the removal of the rpath
      * dh_desktop call removed
      * Standards-Version updated to 3.8.2
      * Force the minimal version of suitesparse to 3.4.0-1. This version 
        introduced new binary packages (libumfpack and libamd here)
        
      [ Christoph Korn ]
      * debian/control:
        * Set libscilab-java as architecture independent because it only
          contains a jar file.
        * Added scilab-bin-dbg as debugging package. CDBS should do the rest.
      * debian/rules:
        * Moved the install code for icons from "binary-install/libscilab-java::"
          target to "install/scilab::" target.
    
     -- Andrea Veri <email address hidden>   Thu,  03 Sep 2009 17:01:16 +0100
  • scilab (5.1.1-6) unstable; urgency=low
    
      * better install which should really fix the previous bug 
        (Closes: #528517)
      * More feedbacks on the java detection (z_java_debug.diff)
      * Enable a default case on the startup about the java detection 
        (javaruntimedetection.diff)
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Fri,  15 May 2009 09:21:17 +0100
  • scilab (5.1.1-5) unstable; urgency=low
    
      * install/scilab wasn't called when building binary for other archs. 
        Therefor not installing correctly everything (Closes: #528517)
      * A bad define was causing a silly include (alphabuild.diff)
      * uname -m is returning s390x on some s390 archs (s390javadetection.diff)
      * manpage of modelicac updated with the information about the 
        availability of this binary
    
     -- Ubuntu Archive Auto-Sync <email address hidden>   Thu,  14 May 2009 17:49:28 +0100
  • scilab (5.1.1-4) unstable; urgency=low
    
      * librefblas3-dev does not exist (yet). Thanks to Jose Ramon
      * Do not stop when ocamlopt is not available on the arch 
        (ocaml-not-available.diff)
      * Provide a clear error message for archs where modelicac compiler is 
        not available (modelicac-not-available.diff)
      * scilab startup script moved from package scilab => scilab-bin (because of
        the ocamlopt problem, I cannot predict if modelicac will be available or
        not. Therefor, I ship usr/bin/ instead of binary per binary. This will
        also simplifies the packaging of Scilab 5.2)
    
    scilab (5.1.1-3) unstable; urgency=low
    
      * Fix warnings in the manpages (modelicac.1 & scilab.1)
      * Fix a few typo in the code (typo.diff)
      * Remove some exit() in some libs of Scilab (exitincode.diff)
      * Encoding removed from scilab.desktop (it is now the default encoding)
      * call_scilab documentation was not correctly loaded (missingaddchapter.diff)
      * change of the order of the dependencies of the numerical deps (didn't work
        buildd) (Closes: #525935)
      * Build-dep atlas3-base-dev renamed to libatlas-base-dev
    
    scilab (5.1.1-2) unstable; urgency=low
    
      * More windows-devel-file-in-package lintian ignored 
      * libscilab-java is now in Section: java
      * Upload in unstable
      * Standards-Version updated to 3.8.1
      * compat & debhelpder dep updated from 4 => 7
    
    scilab (5.1.1-1) experimental; urgency=low
    
      [ Christoph Korn ]
      * New upstream version.
        (patches 64bitsdetection.diff filesWithSpace.diff javaHeadLess.diff 
        displayStack.diff xmlCleanupParser.diff removed. Applied upstream)
    
      [ Sylvestre Ledru ]
      * Add a patch to manage powerpc detection of the JVM (jvm-powerpc.diff)
      * Add a patch to use only fpu_control under Linux & x86 (fpu_control.diff)
    
    scilab (5.1-2) experimental; urgency=low
    
      [ Sylvestre Ledru ]
      * Package scilab-include added (was missing in the previous version)
      * sivp added in the recommanded packages (Closes: #505203)
      * Replaces: scilab (< 5.0) added in scilab-bin (caused issue in the 4.X
       => 5.X upgrade)
      * Patch xmlCleanupParser.diff added (fix some problems with the latest 
        version of libxml... which is not yet present in Debian).
      * Add a lintian override for some visual project files
      * Copyright update about javasci's examples (public domain now)
      * Missing deps on docbook-xsl for scilab-doc
    	
      [ Christoph Korn ]
      * debian/patches/filesWithSpace.diff: Removes a space in two filenames.
      * debian/rules: Remove empty translation files (Closes LP: #272264)
    
    scilab (5.1-1) experimental; urgency=low
    
      * New upstream release
      * Some patches removed (included upstream)
      * Better watch file
      * Missing dep to pkg-config
      * Patch javaHeadLess.diff added (build Scilab into a chroot)
      * Patch 64bitsdetection.diff added (better detection of a 64 bits CPU)
    
      [ Christoph Korn ]
      * ${misc:Depends} added to make lintian happy
      * deleted debian/patches/series because quilt is not used as patch system
      * Dropped g++ build dependency to make lintian happy.
      * debian/control: Changed the unique package descriptions to
        make lintian happy.
    
     -- Morten Kjeldgaard <email address hidden>   Mon,  11 May 2009 15:46:51 +0100
  • scilab (5.1-0ubuntu2) jaunty; urgency=low
    
      * debian/rules: Remove empty translation files (Closes LP: #272264)
    
     -- Christoph Korn <email address hidden>   Thu, 05 Mar 2009 14:52:46 +0100