[woo] 02/02: Add manpages.

Anton Gladky gladk at moszumanska.debian.org
Fri Aug 7 21:14:48 UTC 2015


This is an automated email from the git hooks/post-receive script.

gladk pushed a commit to branch master
in repository woo.

commit e2109f77f887a9dabc0d521d9775bc46e5f266b7
Author: Anton Gladky <gladk at debian.org>
Date:   Fri Aug 7 23:09:04 2015 +0200

    Add manpages.
---
 debian/manpages/py2/woo-batch.1     | 169 ++++++++++++++++++++++++++++++++++++
 debian/manpages/py2/woo.1           | 136 +++++++++++++++++++++++++++++
 debian/manpages/py3/woo-py3-batch.1 | 169 ++++++++++++++++++++++++++++++++++++
 debian/manpages/py3/woo-py3.1       | 136 +++++++++++++++++++++++++++++
 debian/python-woo.manpages          |   1 +
 debian/python3-woo.manpages         |   1 +
 6 files changed, 612 insertions(+)

diff --git a/debian/manpages/py2/woo-batch.1 b/debian/manpages/py2/woo-batch.1
new file mode 100644
index 0000000..e8435ee
--- /dev/null
+++ b/debian/manpages/py2/woo-batch.1
@@ -0,0 +1,169 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.1.
+.TH USAGE: "1" "August 2015" "usage: woo-batch [-h] [-j NUM] [--job-threads NUM] [--force-threads]" "User Commands"
+.SH NAME
+usage: \- manual page for usage: woo-batch [-h] [-j NUM] [--job-threads NUM] [--force-threads]
+.SH DESCRIPTION
+usage: woo\-batch [\-h] [\-j NUM] [\-\-job\-threads NUM] [\-\-force\-threads]
+.IP
+[\-\-log FORMAT] [\-\-global\-log FILE] [\-l LIST]
+[\-\-results RESULTSDB] [\-\-nice NICE] [\-\-cpu\-affinity]
+[\-\-executable FILE] [\-\-rebuild] [\-\-debug] [\-\-gnuplot FILE]
+[\-\-dry\-run] [\-\-http\-wait] [\-\-exit\-prompt]
+[\-\-plot\-update TIME] [\-\-plot\-timeout TIME] [\-\-refresh TIME]
+[\-\-timing COUNT] [\-\-timing\-output FILE] [\-\-randomize]
+[\-\-no\-table]
+\&...
+.PP
+Woo: batch system: runs Woo simulation multiple times with different
+parameters. See https://yade\-dem.org/sphinx/user.html#batch\-queuing\-andexecution\-woo\-batch for details. Batch can be specified either with parameter
+table TABLE (must not end in .py), which is either followed by exactly one
+SIMULATION.py (must end in .py), or contains !SCRIPT column specifying the
+simulation to be run. The second option is to specify multiple scripts, which
+can optionally have \fI\,/nCores\/\fP suffix to specify number of cores for that
+particular simulation (corresponds to !THREADS column in the parameter table),
+e.g. sim.py/3.
+.SS "positional arguments:"
+.IP
+simulations
+.SS "optional arguments:"
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+show this help message and exit
+.TP
+\fB\-j\fR NUM, \fB\-\-jobs\fR NUM
+Maximum number of simultaneous threads to run
+(default: number of cores, further limited by
+OMP_NUM_THREADS if set by the environment: 6)
+.TP
+\fB\-\-job\-threads\fR NUM
+Default number of threads for one job; can be
+overridden by per\-job with !THREADS (or
+!OMP_NUM_THREADS) column. Defaults to 1.
+.TP
+\fB\-\-force\-threads\fR
+Force jobs to not use more cores than the maximum (see
+\e\-j), even if !THREADS colums specifies more.
+.TP
+\fB\-\-log\fR FORMAT
+Format of job log files: must contain a $, % or @,
+which will be replaced by script name, line number or
+by title column respectively. Directory for logs will
+be created automatically. (default: logs/$. at .log)
+.TP
+\fB\-\-global\-log\fR FILE
+Filename where to redirect output of woo\-batch itself
+(as opposed to \e\-\e\-log); if not specified (default),
+stdout/stderr are used
+.TP
+\fB\-l\fR LIST, \fB\-\-lines\fR LIST
+Lines of TABLE to use, in the format 2,3\-5,8,11\-13
+(default: all available lines in TABLE)
+.TP
+\fB\-\-results\fR RESULTSDB
+File (HDF5 or SQLite) where simulation should store
+its results (such as input/output files and some
+data); the default is to use {tableName}.hdf5
+({tableName}.sqlite under Windows), if there is a
+param table, otherwise each simulation defines its own
+default files to write results in. The preferred
+format is HDF5 (usually *.hdf5, *.h5, *.he5, *.hdf),
+SQLite is used for *.sqlite, *.db.
+.TP
+\fB\-\-nice\fR NICE
+Nice value of spawned jobs (default: 10)
+.TP
+\fB\-\-cpu\-affinity\fR
+Bind each job to specific CPU cores; cores are
+assigned in a quasi\-random order, depending on
+availability at the moment the jobs is started. Each
+job can override this setting by setting AFFINE
+column.
+.TP
+\fB\-\-executable\fR FILE
+Name of the program to run (default: \fI\,/usr/bin/woo\/\fP).
+Jobs can override with !EXEC column.
+.TP
+\fB\-\-rebuild\fR
+Run executable(s) with \fB\-\-rebuild\fR prior to running any
+jobs.
+.TP
+\fB\-\-debug\fR
+Run the executable with \fB\-\-debug\fR. Can be overriddenn
+per\-job with !DEBUG column.
+.TP
+\fB\-\-gnuplot\fR FILE
+Gnuplot file where gnuplot from all jobs should be put
+together
+.TP
+\fB\-\-dry\-run\fR
+Do not actually run (useful for getting gnuplot only,
+for instance)
+.TP
+\fB\-\-http\-wait\fR
+Do not quit if still serving overview over http
+repeatedly
+.TP
+\fB\-\-exit\-prompt\fR
+Do not quit until a key is pressed in the terminal
+(useful for reviewing plots after all simulations
+finish).
+.TP
+\fB\-\-plot\-update\fR TIME
+Interval (in seconds) at which job plots will be
+updated even if not requested via HTTP. Non\-positive
+values will make the plots not being updated and saved
+unless requested via HTTP (see \e\-\e\-plot\-timeout for
+controlling maximum age of those). Plots are saved at
+exit under the same name as the log file, with the
+\&.log extension removed. (default: 120 seconds)
+.TP
+\fB\-\-plot\-timeout\fR TIME
+Maximum age (in seconds) of plots served over HTTP;
+they will be updated if they are older. (default: 30
+seconds)
+.TP
+\fB\-\-refresh\fR TIME
+Refresh rate of automatically reloaded web pages
+(summary, logs, ...).
+.TP
+\fB\-\-timing\fR COUNT
+Repeat each job COUNT times, and output a simple table
+with average/variance/minimum/maximum job duration;
+used for measuring how various parameters affect
+execution time. Jobs can override the global value
+with the !COUNT column.
+.TP
+\fB\-\-timing\-output\fR FILE
+With \fB\-\-timing\fR, save measured durations to FILE,
+instead of writing to standard output.
+.TP
+\fB\-\-randomize\fR
+Randomize job order (within constraints given by
+assigned cores).
+.TP
+\fB\-\-no\-table\fR
+Treat all command\-line argument as simulations to be
+run, either python scripts or saved simulations.
+.IP
+[\-\-log FORMAT] [\-\-global\-log FILE] [\-l LIST]
+[\-\-results RESULTSDB] [\-\-nice NICE] [\-\-cpu\-affinity]
+[\-\-executable FILE] [\-\-rebuild] [\-\-debug] [\-\-gnuplot FILE]
+[\-\-dry\-run] [\-\-http\-wait] [\-\-exit\-prompt]
+[\-\-plot\-update TIME] [\-\-plot\-timeout TIME] [\-\-refresh TIME]
+[\-\-timing COUNT] [\-\-timing\-output FILE] [\-\-randomize]
+[\-\-no\-table]
+\&...
+.PP
+woo\-batch: error: unrecognized arguments: \fB\-\-version\fR
+.SH "SEE ALSO"
+The full documentation for
+.B usage:
+is maintained as a Texinfo manual.  If the
+.B info
+and
+.B usage:
+programs are properly installed at your site, the command
+.IP
+.B info usage:
+.PP
+should give you access to the complete manual.
diff --git a/debian/manpages/py2/woo.1 b/debian/manpages/py2/woo.1
new file mode 100644
index 0000000..95905a6
--- /dev/null
+++ b/debian/manpages/py2/woo.1
@@ -0,0 +1,136 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.1.
+.TH VER. "1" "August 2015" "ver. 1.0-1 (openmp,opengl,gts,vtk,qt4)" "User Commands"
+.SH NAME
+ver. \- manual page for ver. 1.0-1 (openmp,opengl,gts,vtk,qt4)
+.SH DESCRIPTION
+usage: woo [\-h] [\-\-version] [\-j THREADS] [\-\-cores CORES] [\-\-cl\-dev CLDEV] [\-n]
+.IP
+[\-D] [\-\-quirks QUIRKS] [\-\-flavor FLAVOR] [\-\-batch\-table BATCHTABLE]
+[\-\-batch\-line BATCHLINE] [\-\-batch\-results BATCHRESULTS]
+[\-c COMMANDS] [\-e EXPR] [\-\-paused] [\-\-nice NICE] [\-x] [\-v] [\-R]
+[\-\-test] [\-\-no\-gdb] [\-\-in\-gdb] [\-\-in\-pdb] [\-\-in\-valgrind]
+[\-\-fake\-display]
+\&...
+.PP
+Woo: open\-source platform for dynamic compuations, http://woodem.eu.
+.SS "positional arguments:"
+.IP
+simulation
+.SS "optional arguments:"
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+show this help message and exit
+.HP
+\fB\-\-version\fR
+.TP
+\fB\-j\fR THREADS, \fB\-\-threads\fR THREADS
+Number of OpenMP threads to run; unset (0) by default,
+which means to use all available cores, but at most 4.
+Equivalent to setting OMP_NUM_THREADS environment
+variable.
+.TP
+\fB\-\-cores\fR CORES
+Comma\-separated list of cores to use \- determined
+number of OpenMP threads and sets affinity for those
+threads as well.
+.TP
+\fB\-\-cl\-dev\fR CLDEV
+Numerical couple (comma\-separated) givin OpenCL
+platform/device indices. This is machine\-dependent
+value
+.TP
+\fB\-n\fR
+Run without graphical interface (equivalent to
+unsetting the DISPLAY environment variable)
+.TP
+\fB\-D\fR, \fB\-\-debug\fR
+Run the debug build, if available.
+.TP
+\fB\-\-quirks\fR QUIRKS
+Bitmask for workarounds for broken configurations; all
+quirks are enabled by default. 1: set
+LIBGL_ALWAYS_SOFTWARE=1 for Intel GPUs (determined
+from `lspci | grep VGA`) (avoids GPU freeze), 2: set
+\fB\-\-in\-gdb\fR when on AMD FirePro GPUs to avoid crash in
+fglrx.so (only when using the fglrx driver)
+.TP
+\fB\-\-flavor\fR FLAVOR
+Build flavor of woo to use.
+.TP
+\fB\-\-batch\-table\fR BATCHTABLE
+Batch table file.
+.TP
+\fB\-\-batch\-line\fR BATCHLINE
+Batch table line.
+.TP
+\fB\-\-batch\-results\fR BATCHRESULTS
+Batch results file.
+.TP
+\fB\-c\fR COMMANDS
+Run these python commands after the start (use \fB\-x\fR to
+exit afterwards)
+.TP
+\fB\-e\fR EXPR
+Evaluate this expression (instead of loading file). It
+should be a scene object or a preprocessor, which will
+be run
+.TP
+\fB\-\-paused\fR
+When proprocessor or simulation is given on the
+command\-line, don't run it automatically (default)
+.TP
+\fB\-\-nice\fR NICE
+Increase nice level (i.e. decrease priority) by given
+number.
+.TP
+\fB\-x\fR
+Exit when the script finishes
+.TP
+\fB\-v\fR
+Increase logging verbosity; first occurence sets
+default logging level to info (only available if built
+with log4cxx), second to debug, third to trace.
+.TP
+\fB\-R\fR, \fB\-\-rebuild\fR
+Re\-run build in the source directory, then run the
+updated woo with the same command line except
+\fB\-\-rebuild\fR. The build flavor for this build and its
+stored parameters will be used. If given twice, update
+from the repository will be attempted before
+recompilation.
+.TP
+\fB\-\-test\fR
+Run regression test suite and exit; the exists status
+is 0 if all tests pass, 1 if a test fails and 2 for an
+unspecified exception.
+.TP
+\fB\-\-no\-gdb\fR
+Do not show backtrace when Woo crashes (only effective
+with \e\-\e\-debug).
+.TP
+\fB\-\-in\-gdb\fR
+Run Woo inside gdb (must be in $PATH).
+.TP
+\fB\-\-in\-pdb\fR
+Run Woo inside pdb
+.TP
+\fB\-\-in\-valgrind\fR
+Run inside valgrind (must be in $PATH); automatically
+adds python ignore files
+.TP
+\fB\-\-fake\-display\fR
+Allow importing the woo.qt4 module without
+initializing Qt4. This is only useful for generating
+documentation and should not be used otherwise.
+.SH "SEE ALSO"
+The full documentation for
+.B ver.
+is maintained as a Texinfo manual.  If the
+.B info
+and
+.B ver.
+programs are properly installed at your site, the command
+.IP
+.B info ver.
+.PP
+should give you access to the complete manual.
diff --git a/debian/manpages/py3/woo-py3-batch.1 b/debian/manpages/py3/woo-py3-batch.1
new file mode 100644
index 0000000..e8435ee
--- /dev/null
+++ b/debian/manpages/py3/woo-py3-batch.1
@@ -0,0 +1,169 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.1.
+.TH USAGE: "1" "August 2015" "usage: woo-batch [-h] [-j NUM] [--job-threads NUM] [--force-threads]" "User Commands"
+.SH NAME
+usage: \- manual page for usage: woo-batch [-h] [-j NUM] [--job-threads NUM] [--force-threads]
+.SH DESCRIPTION
+usage: woo\-batch [\-h] [\-j NUM] [\-\-job\-threads NUM] [\-\-force\-threads]
+.IP
+[\-\-log FORMAT] [\-\-global\-log FILE] [\-l LIST]
+[\-\-results RESULTSDB] [\-\-nice NICE] [\-\-cpu\-affinity]
+[\-\-executable FILE] [\-\-rebuild] [\-\-debug] [\-\-gnuplot FILE]
+[\-\-dry\-run] [\-\-http\-wait] [\-\-exit\-prompt]
+[\-\-plot\-update TIME] [\-\-plot\-timeout TIME] [\-\-refresh TIME]
+[\-\-timing COUNT] [\-\-timing\-output FILE] [\-\-randomize]
+[\-\-no\-table]
+\&...
+.PP
+Woo: batch system: runs Woo simulation multiple times with different
+parameters. See https://yade\-dem.org/sphinx/user.html#batch\-queuing\-andexecution\-woo\-batch for details. Batch can be specified either with parameter
+table TABLE (must not end in .py), which is either followed by exactly one
+SIMULATION.py (must end in .py), or contains !SCRIPT column specifying the
+simulation to be run. The second option is to specify multiple scripts, which
+can optionally have \fI\,/nCores\/\fP suffix to specify number of cores for that
+particular simulation (corresponds to !THREADS column in the parameter table),
+e.g. sim.py/3.
+.SS "positional arguments:"
+.IP
+simulations
+.SS "optional arguments:"
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+show this help message and exit
+.TP
+\fB\-j\fR NUM, \fB\-\-jobs\fR NUM
+Maximum number of simultaneous threads to run
+(default: number of cores, further limited by
+OMP_NUM_THREADS if set by the environment: 6)
+.TP
+\fB\-\-job\-threads\fR NUM
+Default number of threads for one job; can be
+overridden by per\-job with !THREADS (or
+!OMP_NUM_THREADS) column. Defaults to 1.
+.TP
+\fB\-\-force\-threads\fR
+Force jobs to not use more cores than the maximum (see
+\e\-j), even if !THREADS colums specifies more.
+.TP
+\fB\-\-log\fR FORMAT
+Format of job log files: must contain a $, % or @,
+which will be replaced by script name, line number or
+by title column respectively. Directory for logs will
+be created automatically. (default: logs/$. at .log)
+.TP
+\fB\-\-global\-log\fR FILE
+Filename where to redirect output of woo\-batch itself
+(as opposed to \e\-\e\-log); if not specified (default),
+stdout/stderr are used
+.TP
+\fB\-l\fR LIST, \fB\-\-lines\fR LIST
+Lines of TABLE to use, in the format 2,3\-5,8,11\-13
+(default: all available lines in TABLE)
+.TP
+\fB\-\-results\fR RESULTSDB
+File (HDF5 or SQLite) where simulation should store
+its results (such as input/output files and some
+data); the default is to use {tableName}.hdf5
+({tableName}.sqlite under Windows), if there is a
+param table, otherwise each simulation defines its own
+default files to write results in. The preferred
+format is HDF5 (usually *.hdf5, *.h5, *.he5, *.hdf),
+SQLite is used for *.sqlite, *.db.
+.TP
+\fB\-\-nice\fR NICE
+Nice value of spawned jobs (default: 10)
+.TP
+\fB\-\-cpu\-affinity\fR
+Bind each job to specific CPU cores; cores are
+assigned in a quasi\-random order, depending on
+availability at the moment the jobs is started. Each
+job can override this setting by setting AFFINE
+column.
+.TP
+\fB\-\-executable\fR FILE
+Name of the program to run (default: \fI\,/usr/bin/woo\/\fP).
+Jobs can override with !EXEC column.
+.TP
+\fB\-\-rebuild\fR
+Run executable(s) with \fB\-\-rebuild\fR prior to running any
+jobs.
+.TP
+\fB\-\-debug\fR
+Run the executable with \fB\-\-debug\fR. Can be overriddenn
+per\-job with !DEBUG column.
+.TP
+\fB\-\-gnuplot\fR FILE
+Gnuplot file where gnuplot from all jobs should be put
+together
+.TP
+\fB\-\-dry\-run\fR
+Do not actually run (useful for getting gnuplot only,
+for instance)
+.TP
+\fB\-\-http\-wait\fR
+Do not quit if still serving overview over http
+repeatedly
+.TP
+\fB\-\-exit\-prompt\fR
+Do not quit until a key is pressed in the terminal
+(useful for reviewing plots after all simulations
+finish).
+.TP
+\fB\-\-plot\-update\fR TIME
+Interval (in seconds) at which job plots will be
+updated even if not requested via HTTP. Non\-positive
+values will make the plots not being updated and saved
+unless requested via HTTP (see \e\-\e\-plot\-timeout for
+controlling maximum age of those). Plots are saved at
+exit under the same name as the log file, with the
+\&.log extension removed. (default: 120 seconds)
+.TP
+\fB\-\-plot\-timeout\fR TIME
+Maximum age (in seconds) of plots served over HTTP;
+they will be updated if they are older. (default: 30
+seconds)
+.TP
+\fB\-\-refresh\fR TIME
+Refresh rate of automatically reloaded web pages
+(summary, logs, ...).
+.TP
+\fB\-\-timing\fR COUNT
+Repeat each job COUNT times, and output a simple table
+with average/variance/minimum/maximum job duration;
+used for measuring how various parameters affect
+execution time. Jobs can override the global value
+with the !COUNT column.
+.TP
+\fB\-\-timing\-output\fR FILE
+With \fB\-\-timing\fR, save measured durations to FILE,
+instead of writing to standard output.
+.TP
+\fB\-\-randomize\fR
+Randomize job order (within constraints given by
+assigned cores).
+.TP
+\fB\-\-no\-table\fR
+Treat all command\-line argument as simulations to be
+run, either python scripts or saved simulations.
+.IP
+[\-\-log FORMAT] [\-\-global\-log FILE] [\-l LIST]
+[\-\-results RESULTSDB] [\-\-nice NICE] [\-\-cpu\-affinity]
+[\-\-executable FILE] [\-\-rebuild] [\-\-debug] [\-\-gnuplot FILE]
+[\-\-dry\-run] [\-\-http\-wait] [\-\-exit\-prompt]
+[\-\-plot\-update TIME] [\-\-plot\-timeout TIME] [\-\-refresh TIME]
+[\-\-timing COUNT] [\-\-timing\-output FILE] [\-\-randomize]
+[\-\-no\-table]
+\&...
+.PP
+woo\-batch: error: unrecognized arguments: \fB\-\-version\fR
+.SH "SEE ALSO"
+The full documentation for
+.B usage:
+is maintained as a Texinfo manual.  If the
+.B info
+and
+.B usage:
+programs are properly installed at your site, the command
+.IP
+.B info usage:
+.PP
+should give you access to the complete manual.
diff --git a/debian/manpages/py3/woo-py3.1 b/debian/manpages/py3/woo-py3.1
new file mode 100644
index 0000000..95905a6
--- /dev/null
+++ b/debian/manpages/py3/woo-py3.1
@@ -0,0 +1,136 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.1.
+.TH VER. "1" "August 2015" "ver. 1.0-1 (openmp,opengl,gts,vtk,qt4)" "User Commands"
+.SH NAME
+ver. \- manual page for ver. 1.0-1 (openmp,opengl,gts,vtk,qt4)
+.SH DESCRIPTION
+usage: woo [\-h] [\-\-version] [\-j THREADS] [\-\-cores CORES] [\-\-cl\-dev CLDEV] [\-n]
+.IP
+[\-D] [\-\-quirks QUIRKS] [\-\-flavor FLAVOR] [\-\-batch\-table BATCHTABLE]
+[\-\-batch\-line BATCHLINE] [\-\-batch\-results BATCHRESULTS]
+[\-c COMMANDS] [\-e EXPR] [\-\-paused] [\-\-nice NICE] [\-x] [\-v] [\-R]
+[\-\-test] [\-\-no\-gdb] [\-\-in\-gdb] [\-\-in\-pdb] [\-\-in\-valgrind]
+[\-\-fake\-display]
+\&...
+.PP
+Woo: open\-source platform for dynamic compuations, http://woodem.eu.
+.SS "positional arguments:"
+.IP
+simulation
+.SS "optional arguments:"
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+show this help message and exit
+.HP
+\fB\-\-version\fR
+.TP
+\fB\-j\fR THREADS, \fB\-\-threads\fR THREADS
+Number of OpenMP threads to run; unset (0) by default,
+which means to use all available cores, but at most 4.
+Equivalent to setting OMP_NUM_THREADS environment
+variable.
+.TP
+\fB\-\-cores\fR CORES
+Comma\-separated list of cores to use \- determined
+number of OpenMP threads and sets affinity for those
+threads as well.
+.TP
+\fB\-\-cl\-dev\fR CLDEV
+Numerical couple (comma\-separated) givin OpenCL
+platform/device indices. This is machine\-dependent
+value
+.TP
+\fB\-n\fR
+Run without graphical interface (equivalent to
+unsetting the DISPLAY environment variable)
+.TP
+\fB\-D\fR, \fB\-\-debug\fR
+Run the debug build, if available.
+.TP
+\fB\-\-quirks\fR QUIRKS
+Bitmask for workarounds for broken configurations; all
+quirks are enabled by default. 1: set
+LIBGL_ALWAYS_SOFTWARE=1 for Intel GPUs (determined
+from `lspci | grep VGA`) (avoids GPU freeze), 2: set
+\fB\-\-in\-gdb\fR when on AMD FirePro GPUs to avoid crash in
+fglrx.so (only when using the fglrx driver)
+.TP
+\fB\-\-flavor\fR FLAVOR
+Build flavor of woo to use.
+.TP
+\fB\-\-batch\-table\fR BATCHTABLE
+Batch table file.
+.TP
+\fB\-\-batch\-line\fR BATCHLINE
+Batch table line.
+.TP
+\fB\-\-batch\-results\fR BATCHRESULTS
+Batch results file.
+.TP
+\fB\-c\fR COMMANDS
+Run these python commands after the start (use \fB\-x\fR to
+exit afterwards)
+.TP
+\fB\-e\fR EXPR
+Evaluate this expression (instead of loading file). It
+should be a scene object or a preprocessor, which will
+be run
+.TP
+\fB\-\-paused\fR
+When proprocessor or simulation is given on the
+command\-line, don't run it automatically (default)
+.TP
+\fB\-\-nice\fR NICE
+Increase nice level (i.e. decrease priority) by given
+number.
+.TP
+\fB\-x\fR
+Exit when the script finishes
+.TP
+\fB\-v\fR
+Increase logging verbosity; first occurence sets
+default logging level to info (only available if built
+with log4cxx), second to debug, third to trace.
+.TP
+\fB\-R\fR, \fB\-\-rebuild\fR
+Re\-run build in the source directory, then run the
+updated woo with the same command line except
+\fB\-\-rebuild\fR. The build flavor for this build and its
+stored parameters will be used. If given twice, update
+from the repository will be attempted before
+recompilation.
+.TP
+\fB\-\-test\fR
+Run regression test suite and exit; the exists status
+is 0 if all tests pass, 1 if a test fails and 2 for an
+unspecified exception.
+.TP
+\fB\-\-no\-gdb\fR
+Do not show backtrace when Woo crashes (only effective
+with \e\-\e\-debug).
+.TP
+\fB\-\-in\-gdb\fR
+Run Woo inside gdb (must be in $PATH).
+.TP
+\fB\-\-in\-pdb\fR
+Run Woo inside pdb
+.TP
+\fB\-\-in\-valgrind\fR
+Run inside valgrind (must be in $PATH); automatically
+adds python ignore files
+.TP
+\fB\-\-fake\-display\fR
+Allow importing the woo.qt4 module without
+initializing Qt4. This is only useful for generating
+documentation and should not be used otherwise.
+.SH "SEE ALSO"
+The full documentation for
+.B ver.
+is maintained as a Texinfo manual.  If the
+.B info
+and
+.B ver.
+programs are properly installed at your site, the command
+.IP
+.B info ver.
+.PP
+should give you access to the complete manual.
diff --git a/debian/python-woo.manpages b/debian/python-woo.manpages
new file mode 100644
index 0000000..b42fef1
--- /dev/null
+++ b/debian/python-woo.manpages
@@ -0,0 +1 @@
+debian/manpages/py2/*
diff --git a/debian/python3-woo.manpages b/debian/python3-woo.manpages
new file mode 100644
index 0000000..fb534f4
--- /dev/null
+++ b/debian/python3-woo.manpages
@@ -0,0 +1 @@
+debian/manpages/py3/*

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/woo.git



More information about the debian-science-commits mailing list