r35331 - in /packages/scilab/trunk/debian: changelog intersci.1 modelicac.1 rules scilab-bin.lintian-overrides scilab-doc.lintian-overrides scilab.1 scilab.manpages

sylvestre-guest at users.alioth.debian.org sylvestre-guest at users.alioth.debian.org
Tue Nov 18 16:37:12 UTC 2008


Author: sylvestre-guest
Date: Tue Nov 18 16:37:12 2008
New Revision: 35331

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=35331
Log:
* Manpages added
* lintian overrides added 
* clean up of debian/rules

Added:
    packages/scilab/trunk/debian/intersci.1
    packages/scilab/trunk/debian/modelicac.1
    packages/scilab/trunk/debian/scilab-bin.lintian-overrides
    packages/scilab/trunk/debian/scilab-doc.lintian-overrides
    packages/scilab/trunk/debian/scilab.1
    packages/scilab/trunk/debian/scilab.manpages
Modified:
    packages/scilab/trunk/debian/changelog
    packages/scilab/trunk/debian/rules

Modified: packages/scilab/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/scilab/trunk/debian/changelog?rev=35331&op=diff
==============================================================================
--- packages/scilab/trunk/debian/changelog (original)
+++ packages/scilab/trunk/debian/changelog Tue Nov 18 16:37:12 2008
@@ -2,6 +2,7 @@
 
   * New upstream version (Closes: #483682, #499565, #486876)
   * Package moved to main.
+  * modelicac, intersci and scilab manpages added
   * sivp added to recommends (Closes: #505203)
 
  -- Sylvestre Ledru <sylvestre.ledru at inria.fr>  Fri, 1 Oct 2008 13:37:08 +0200

Added: packages/scilab/trunk/debian/intersci.1
URL: http://svn.debian.org/wsvn/debian-science/packages/scilab/trunk/debian/intersci.1?rev=35331&op=file
==============================================================================
--- packages/scilab/trunk/debian/intersci.1 (added)
+++ packages/scilab/trunk/debian/intersci.1 Tue Nov 18 16:37:12 2008
@@ -1,0 +1,21 @@
+.TH "intersci" "1" "November 18, 2008"
+.SH NAME
+intersci \- intersci is a program for building an interface file between Scilab
+and C/Fortran functions/subroutines.
+.SH SYNOPSIS
+.B intersci \fIinterface_file\fP\ 'files'\ 'libs'
+
+.br
+This manual page documents briefly the
+.B intersci
+commands.
+.SH DESCRIPTION
+Intersci is a program for building an interface file between Scilab and 
+Fortran subroutines or C functions. This interface describes both the routine 
+called and the associated Scilab function.
+.PP
+See : http://www.scilab.org/doc/intersci.pdf
+.SH AUTHOR
+Intersci was written by the Scilab Consortium.
+.PP
+This manual page was written by Sylvestre Ledru <sylvestre.ledru at inria.fr>.

Added: packages/scilab/trunk/debian/modelicac.1
URL: http://svn.debian.org/wsvn/debian-science/packages/scilab/trunk/debian/modelicac.1?rev=35331&op=file
==============================================================================
--- packages/scilab/trunk/debian/modelicac.1 (added)
+++ packages/scilab/trunk/debian/modelicac.1 Tue Nov 18 16:37:12 2008
@@ -1,0 +1,50 @@
+.TH "modelicac" "1" "November 18, 2008"
+.SH NAME
+modelicac \- modelicac is a compiler for a subset of the Modelica language including parts of the 'equation' subset that can express relations between Real variable.
+.SH SYNOPSIS
+.B modelicac [-c] [-o <outputfile>] <inputfile> [  -L directory  |  -hpath directory  |  -keep-all-variables  |  -jac  |  -no-parameter-removal  |  -no-simplifs  |  -trace filename  |  -xml ]
+This manual page documents briefly the
+.B modelicac
+commands.
+.PP
+.SH OPTIONS
+A complete list of options is included below.
+.TP
+.B \-c
+Compile only, do not instantiate. Modelicac produces a "*.moc" file when invoked with that option.
+.TP
+.B \-o outputfile
+Set output file name to <outputfile> (this option also works
+with -c option but is somewhat useless because of the class
+name restrictions given above).
+.TP
+.B \-L directory
+Add <directory> to the list of directories to be searched when
+producing a C file (no effect when used with -c).
+.TP
+.B \-hpath directory
+Specify a path to be added to #include directives in the
+generated C code.
+.TP
+.B \-keep-all-variables
+ Do not remove any variable from the initial system.
+.TP
+.B \-jac
+Generate analytic jacobian matrix code.
+.TP
+.B \-no-parameter-removal
+Do not remove any parameter
+.TP
+.B \-no-simplifs
+Same as -keep-all-variables -no-parameter-removal
+.TP
+.B \-trace filename
+Generate tracing information for external function calls
+into <filename>
+.TP
+.B \-xml
+Generate an XML version of the model instead of target code
+.SH AUTHOR
+Modelicac was written by TNI-Valiosys and Imagineby.
+.PP
+This manual page was written by Sylvestre Ledru <sylvestre.ledru at inria.fr>.

Modified: packages/scilab/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/scilab/trunk/debian/rules?rev=35331&op=diff
==============================================================================
--- packages/scilab/trunk/debian/rules (original)
+++ packages/scilab/trunk/debian/rules Tue Nov 18 16:37:12 2008
@@ -3,7 +3,6 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
-
 
 # Detect the arch (with the namming of Sun)
 DEB_HOST_ARCH ?= $(shell dpkg-architecture -qDEB_HOST_ARCH)
@@ -31,8 +30,11 @@
 				   sharedir=$(DEB_DESTDIR)/usr/share/ \
 				   docdir=$(DEB_DESTDIR)/usr/share/doc/
 
+DEB_DH_MAKESHLIBS_ARGS_scilab-bin = -n
+
+#DEB_MAKE_CHECK_TARGET = check
+
 install/scilab::
-	echo $(DEB_DESTDIR)
 # Remove empty directories
 	find $(DEB_DESTDIR)/usr/share/scilab -type d -empty -delete
 # Remove extra license files to make lintian happier
@@ -80,48 +82,10 @@
 	mv $(CURDIR)/debian/tmp/usr/share/scilab/modules/helptools/jar/scilab_en_US_help.jar $(CURDIR)/debian/scilab-doc/usr/share/scilab/modules/helptools/jar/
 	mv $(CURDIR)/debian/tmp/usr/share/scilab/modules/helptools/jar/scilab_fr_FR_help.jar $(CURDIR)/debian/scilab-doc-fr/usr/share/scilab/modules/helptools/jar/
 
-
 # Move the javasci lib
 	mkdir -p $(CURDIR)/debian/libscilab-java/usr/share/java/
 	mv debian/tmp/usr/share/scilab/modules/javasci/jar/javasci.jar $(CURDIR)/debian/libscilab-java/usr/share/java/
 
 
-#binary-post-install/scilab-data::
-# Remove them from data
-# They are included in the scilab-doc
-#	rm -f $(CURDIR)/debian/scilab-data/usr/share/scilab/modules/scicos/help/fr_FR/scicos_help.jar $(CURDIR)/debian/scilab-data/usr/share/scilab/modules/scicos/help/en_US/scicos_help.jar
-
-
-
-
-
-
-#DEB_MAKE_CHECK_TARGET = check
-
-#DEB_CONFIGURE_SCRIPT_ENV += PVM_ROOT=/usr/lib/pvm3/ LDFLAGS=-L/usr/lib/atlas/
-
-
-
-
-
-
-#install/scilab::
-# remove some cruft
-#	cd $(DEB_DESTDIR)/usr/share/scilab/modules/ && \
-#	  for file in *.c; do $(RM) $$file `basename $$file .c`; done
-#	find debian/tmp/usr/lib/scilab/macros/ -name '*.sci' | xargs $(RM)
-#	find debian/tmp/usr/lib/scilab/man/ -name '*.xml' | xargs $(RM)
-#	find debian/tmp/ -name '.cvsignore' | xargs $(RM)
-
 binary-install/scilab::
 	dh_desktop -p scilab
-
-#clean::
-#	$(RM) debian/stamp-autoconf
-
-#clean::
-#	dh_testdir
-#	dh_testroot
-#	rm -f build-stamp
-# Add here commands to clean up after the build process.
-#	svn update

Added: packages/scilab/trunk/debian/scilab-bin.lintian-overrides
URL: http://svn.debian.org/wsvn/debian-science/packages/scilab/trunk/debian/scilab-bin.lintian-overrides?rev=35331&op=file
==============================================================================
--- packages/scilab/trunk/debian/scilab-bin.lintian-overrides (added)
+++ packages/scilab/trunk/debian/scilab-bin.lintian-overrides Tue Nov 18 16:37:12 2008
@@ -1,0 +1,2 @@
+# the actual binary which should not be called directly
+scilab-bin: binary-without-manpage usr/bin/scilab-bin

Added: packages/scilab/trunk/debian/scilab-doc.lintian-overrides
URL: http://svn.debian.org/wsvn/debian-science/packages/scilab/trunk/debian/scilab-doc.lintian-overrides?rev=35331&op=file
==============================================================================
--- packages/scilab/trunk/debian/scilab-doc.lintian-overrides (added)
+++ packages/scilab/trunk/debian/scilab-doc.lintian-overrides Tue Nov 18 16:37:12 2008
@@ -1,0 +1,3 @@
+# Actual documentation files
+scilab-doc: extra-license-file usr/share/scilab/modules/umfpack/help/en_US/umf_license.xml
+scilab-doc: extra-license-file usr/share/scilab/modules/umfpack/help/en_US/taucs_license.xml

Added: packages/scilab/trunk/debian/scilab.1
URL: http://svn.debian.org/wsvn/debian-science/packages/scilab/trunk/debian/scilab.1?rev=35331&op=file
==============================================================================
--- packages/scilab/trunk/debian/scilab.1 (added)
+++ packages/scilab/trunk/debian/scilab.1 Tue Nov 18 16:37:12 2008
@@ -1,0 +1,84 @@
+.TH "Scilab" "1" "November 18, 2008"
+.SH NAME
+scilab \- Scientific software package for numerical computations
+.SH SYNOPSIS
+.B scilab [ -h  |  -f file  |  -e instruction  |  -l lang  |  -mem n  | -nw  |  -nwni  |  -nogui  |  -nb  |  -ns  |  -nouserstartup  |  -version ]
+.br
+This manual page documents briefly the
+.B scilab
+commands.
+.PP
+.SH OPTIONS
+A complete list of options is included below.
+.TP
+.B \-h
+Show the list of options.
+.TP
+.B \-f file
+Execute the scilab script given in
+.B file
+argument.
+Not that -e and -f options are mutually exclusive.
+.TP
+.B \-e instruction
+Execute the scilab instruction given in
+.B instruction
+argument.
+Not that -e and -f options are mutually exclusive.
+.TP
+.B \-nw
+Start Scilab without specialized Scilab Window.
+.TP
+.B \-nwni
+start Scilab without the GUI, graphic and help features (batch mode). 
+This option disable the need of Java.
+.TP
+.B \-nogui
+start Scilab without user GUI (batch mode).
+.TP
+.B \-l lang
+Launch Scilab in the specified language. The lang must be the locale code 
+(ie fr_FR, en_US...)
+.TP
+.B \-nb
+Do not display the Scilab banner at starting time.
+.TP
+.B \-ns
+Do not execute scilab.start startup file
+.TP
+.B \-mem N
+Set the initial stacksize
+.TP
+.B \-nouserstartup
+Do not execute the user startup files SCIHOME/.scilab or SCIHOME/scilab.ini.
+.TP
+.B \-version
+Print product version and exit.
+.SH FILES
+.IR ~/.Scilab/<Scilab_version>/.scilab 
+The user startup script.
+.br
+.IR ~/.Scilab/<Scilab_version>/scilab.ini
+The user startup script.
+.br
+.IR ~/.Scilab/<Scilab_version>/configuration.xml
+The configuration of the GUI
+.br
+.IR ~/.Scilab/<Scilab_version>/.history.scilab
+The history of commands
+.br
+.IR SCI/modules/jvm/etc/jvm_options.xml
+Options given to the JVM
+.br
+.IR SCI/etc/modules.xml
+List of Scilab modules 
+.br
+.IR SCI/etc/classpath.xml
+Where Scilab should load the Java libraries
+.br
+.IR SCI/etc/librarypath.xml
+Where Scilab should look for JNI libraries
+.SH AUTHOR
+Scilab was written by the Scilab Consortium.
+.PP
+This manual page was written by Sylvestre Ledru <sylvestre.ledru at inria.fr>.

Added: packages/scilab/trunk/debian/scilab.manpages
URL: http://svn.debian.org/wsvn/debian-science/packages/scilab/trunk/debian/scilab.manpages?rev=35331&op=file
==============================================================================
--- packages/scilab/trunk/debian/scilab.manpages (added)
+++ packages/scilab/trunk/debian/scilab.manpages Tue Nov 18 16:37:12 2008
@@ -1,0 +1,2 @@
+debian/scilab.1
+




More information about the debian-science-commits mailing list