r36314 - in /packages/scilab/trunk/debian: README.Debian bash_completion.d/scilab changelog
sylvestre at users.alioth.debian.org
sylvestre at users.alioth.debian.org
Fri Mar 26 15:03:30 UTC 2010
Author: sylvestre
Date: Fri Mar 26 15:03:24 2010
New Revision: 36314
URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=36314
Log:
* Update of the completion script
* Update of the README.Debian file (Scilab is now free)
Modified:
packages/scilab/trunk/debian/README.Debian
packages/scilab/trunk/debian/bash_completion.d/scilab
packages/scilab/trunk/debian/changelog
Modified: packages/scilab/trunk/debian/README.Debian
URL: http://svn.debian.org/wsvn/debian-science/packages/scilab/trunk/debian/README.Debian?rev=36314&op=diff
==============================================================================
--- packages/scilab/trunk/debian/README.Debian (original)
+++ packages/scilab/trunk/debian/README.Debian Fri Mar 26 15:03:24 2010
@@ -1,11 +1,7 @@
scilab for Debian
-----------------
-The homepage of scilab is http://www.scilab.org/ . Please check the
-licence of the package if you are about to upload a new upstream version
-of the package to the Debian archive. If the licence has changed in a
-way that forbids autobuilding the package you have to contact Andreas
-Barth <aba at not.so.argh.org> before uploading it.
+The homepage of scilab is http://www.scilab.org/
+Scilab is free since version 5.0
- -- Torsten Werner <twerner at debian.org>
-
+ -- Sylvestre Ledru <sylvestre at debian.org
Modified: packages/scilab/trunk/debian/bash_completion.d/scilab
URL: http://svn.debian.org/wsvn/debian-science/packages/scilab/trunk/debian/bash_completion.d/scilab?rev=36314&op=diff
==============================================================================
--- packages/scilab/trunk/debian/bash_completion.d/scilab (original)
+++ packages/scilab/trunk/debian/bash_completion.d/scilab Fri Mar 26 15:03:24 2010
@@ -15,7 +15,7 @@
prev=${COMP_WORDS[COMP_CWORD-1]}
# List all options. Note that
- options='-ns -nb -nw -nwni -nogui -debug -debug-kdbg -d -display -profiling -profiling-visu -l -mem -version -e -f -nouserstartup -a -mem -h --help'
+ options='-ns -nb -nw -nwni -nogui -debug -debug-kdbg -d -display -profiling -profiling-visu -l -mem -version -e -f -nouserstartup -args -mem -h --help'
# Loop on the arguments to manage conflicting options
for (( i=0; i < ${#COMP_WORDS[@]}-1; i++ )); do
@@ -34,7 +34,7 @@
case $prev in
-f)
- _filedir '@(sci|sce|SCI|SCE)'
+ _filedir '@(sci|sce|SCI|SCE|tst|TST)'
return 0
;;
-e|-l|-d|-display|-mem)
Modified: packages/scilab/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/scilab/trunk/debian/changelog?rev=36314&op=diff
==============================================================================
--- packages/scilab/trunk/debian/changelog (original)
+++ packages/scilab/trunk/debian/changelog Fri Mar 26 15:03:24 2010
@@ -1,3 +1,10 @@
+scilab (5.2.1-8) UNRELEASED; urgency=low
+
+ * Update of the completion script
+ * Update of the README.Debian file (Scilab is now free)
+
+ -- Sylvestre Ledru <sylvestre at debian.org> Fri, 26 Mar 2010 16:02:41 +0100
+
scilab (5.2.1-7) unstable; urgency=low
* Bad detection on the CPU detection for the Java arch.
More information about the debian-science-commits
mailing list