[pysph] 04/07: Minor fix in d/rules.

Anton Gladky gladk at moszumanska.debian.org
Tue Feb 9 17:39:46 UTC 2016


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

gladk pushed a commit to branch master
in repository pysph.

commit f6238bf58dfc871c1ed643b450b6a0e9e778b4b2
Author: Anton Gladky <gladk at debian.org>
Date:   Tue Feb 9 14:34:33 2016 +0100

    Minor fix in d/rules.
---
 debian/pysph_viewer.1 | 123 --------------------------------------------------
 debian/rules          |   2 +-
 2 files changed, 1 insertion(+), 124 deletions(-)

diff --git a/debian/pysph_viewer.1 b/debian/pysph_viewer.1
deleted file mode 100644
index 8428b0d..0000000
--- a/debian/pysph_viewer.1
+++ /dev/null
@@ -1,123 +0,0 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.46.4.
-.TH PYSPH_VIEWER "1" "December 2014" "pysph_viewer Usage:" "User Commands"
-.SH NAME
-pysph_viewer \- viewer to view the output of results. Usage:
-.SH DESCRIPTION
-Usage:
-pysph_viewer [\-v] <trait1=value> <trait2=value> [files.npz]
-.PP
-If *.npz files are not supplied it will connect to a running solver, if not it
-will display the given files.
-.PP
-The arguments <trait1=value> are optional settings like host, port and authkey
-etc.  The following traits are available:
-.TP
-host
-\fB\-\-\fR hostname/IP address to connect to.
-.TP
-port
-\fB\-\-\fR Port to connect to
-.TP
-authkey
-\fB\-\-\fR authorization key to use.
-.TP
-interval
-\fB\-\-\fR time interval to refresh display
-.TP
-pause_solver
-\fB\-\-\fR Set True/False, will pause running solver
-.TP
-movie_directory \fB\-\-\fR directory to dump movie files (automatically set if not
-supplied)
-.TP
-record
-\fB\-\-\fR True/False: record movie, i.e. store screenshots of display.
-.TP
-play
-\fB\-\-\fR True/False: Play all stored data files.
-.TP
-loop
-\fB\-\-\fR True/False: Loop over data files.
-.SH OPTIONS
-\fB\-\-\-\-\-\-\-\-\fR
-.TP
-\fB\-h\fR/\-\-help
-prints this message.
-.TP
-\fB\-v\fR
-sets verbose mode which will print solver connection
-status failures on stdout.
-.PP
-Examples::
-\fB\-\-\-\-\-\-\-\-\-\-\fR
-.IP
-\f(CW$ pysph_viewer interval=10 host=localhost port=8900\fR
-.br
-\f(CW$ pysph_viewer foo.npz\fR
-.br
-\f(CW$ pysph_viewer *.npz play=True loop=True\fR
-.PP
-pysph_viewer [\-v] <trait1=value> <trait2=value> [files.npz]
-.PP
-If *.npz files are not supplied it will connect to a running solver, if not it
-will display the given files.
-.PP
-The arguments <trait1=value> are optional settings like host, port and authkey
-etc.  The following traits are available:
-.TP
-host
-\fB\-\-\fR hostname/IP address to connect to.
-.TP
-port
-\fB\-\-\fR Port to connect to
-.TP
-authkey
-\fB\-\-\fR authorization key to use.
-.TP
-interval
-\fB\-\-\fR time interval to refresh display
-.TP
-pause_solver
-\fB\-\-\fR Set True/False, will pause running solver
-.TP
-movie_directory \fB\-\-\fR directory to dump movie files (automatically set if not
-supplied)
-.TP
-record
-\fB\-\-\fR True/False: record movie, i.e. store screenshots of display.
-.TP
-play
-\fB\-\-\fR True/False: Play all stored data files.
-.TP
-loop
-\fB\-\-\fR True/False: Loop over data files.
-.PP
-\fB\-\-\-\-\-\-\-\-\fR
-.TP
-\fB\-h\fR/\-\-help
-prints this message.
-.TP
-\fB\-v\fR
-sets verbose mode which will print solver connection
-status failures on stdout.
-.PP
-Examples::
-\fB\-\-\-\-\-\-\-\-\-\-\fR
-.IP
-\f(CW$ pysph_viewer interval=10 host=localhost port=8900\fR
-.br
-\f(CW$ pysph_viewer foo.npz\fR
-.br
-\f(CW$ pysph_viewer *.npz play=True loop=True\fR
-.SH "SEE ALSO"
-The full documentation for
-.B pysph_viewer
-is maintained as a Texinfo manual.  If the
-.B info
-and
-.B pysph_viewer
-programs are properly installed at your site, the command
-.IP
-.B info pysph_viewer
-.PP
-should give you access to the complete manual.
diff --git a/debian/rules b/debian/rules
index 793f502..a4dda82 100755
--- a/debian/rules
+++ b/debian/rules
@@ -21,4 +21,4 @@ override_dh_installdocs:
 	make doc
 	dh_installdocs
 	dh_sphinxdoc
-	find $(CURDIR)/debian/pysph-doc/usr/share/doc/pysph-doc/html -type f -print0 | xargs --no-run-if-empty -0 sed -i 's/http:\/\/cdn.mathjax.org\/mathjax\/latest/\/usr\/share\/javascript\/mathjax/g'
+	find $(CURDIR)/debian/pysph-doc/usr/share/doc/pysph-doc/html -type f -print0 | xargs --no-run-if-empty -0 sed -i 's/https:\/\/cdn.mathjax.org\/mathjax\/latest/\/usr\/share\/javascript\/mathjax/g'

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



More information about the debian-science-commits mailing list