[SCM] Test git-repository for paraview branch, master, updated. upstream/3.10.1-30-g88a5551

Anton Gladky gladky.anton at gmail.com
Tue Jul 19 20:34:09 UTC 2011


The following commit has been merged in the master branch:
commit 13d58acf3bbf358c340e2c33be6989888845ffd8
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Tue Jul 19 22:09:04 2011 +0200

    Move artificially created to subfolder

diff --git a/debian/genmanpage.sh b/debian/genmanpage.sh
deleted file mode 100644
index 87f850b..0000000
--- a/debian/genmanpage.sh
+++ /dev/null
@@ -1,27 +0,0 @@
-#! /usr/bin/zsh
-#set -x
-for name in H5detect ProcessShader csClient csServer kwProcessXML mkg3states pvbatch pvdataserver pvpython pvrenderserver pvserver vtkParseOGLExt vtkSMExtractDocumentation vtkVREncodeString vtkWrapClientServer DobranoViz; do
-
-manname=`echo -n ${name}.1`
-cat > $manname <<EOF
-.TH NAME 1
-.\" NAME $name, SECTION 1
-.SH NAME
-$name \-
-.SH SYNOPSIS
-.B $name
-.br
-.SH DESCRIPTION
-This manual page documents briefly the
-.BR $name
-command.
-
-You can find information in the paraview manual page and on the
-paraview web page http://www.paraview.org.
-
-.SH AUTHOR
-The Debian Scientific Computing Team
-EOF
-echo debian/$manname /usr/share/man/man1
-done
-
diff --git a/debian/manuals/genmanpage.sh b/debian/manuals/genmanpage.sh
new file mode 100755
index 0000000..ef2a189
--- /dev/null
+++ b/debian/manuals/genmanpage.sh
@@ -0,0 +1,26 @@
+#! /bin/sh
+#set -x
+for name in pvblot mTestDriver vtkEncodeString vtkWrapHierarchy vtkWrapPython vtkWrapPythonInit smTestDriver; do
+
+manname=`echo -n ${name}.1`
+cat > $manname <<EOF
+.TH NAME 1
+.\" NAME $name, SECTION 1
+.SH NAME
+$name \- $name
+.SH SYNOPSIS
+.B $name
+.br
+.SH DESCRIPTION
+This manual page documents briefly the
+.BR $name
+command.
+
+You can find information in the paraview manual page and on the
+paraview web page http://www.paraview.org.
+
+.SH AUTHOR
+The Debian Scientific Computing Team
+EOF
+done
+
diff --git a/debian/kwProcessXML.1 b/debian/manuals/kwProcessXML.1
similarity index 100%
rename from debian/kwProcessXML.1
rename to debian/manuals/kwProcessXML.1
diff --git a/debian/manuals/mTestDriver.1 b/debian/manuals/mTestDriver.1
new file mode 100644
index 0000000..2d82e6e
--- /dev/null
+++ b/debian/manuals/mTestDriver.1
@@ -0,0 +1,17 @@
+.TH NAME 1
+.\" NAME mTestDriver, SECTION 1
+.SH NAME
+mTestDriver \- mTestDriver
+.SH SYNOPSIS
+.B mTestDriver
+.br
+.SH DESCRIPTION
+This manual page documents briefly the
+.BR mTestDriver
+command.
+
+You can find information in the paraview manual page and on the
+paraview web page http://www.paraview.org.
+
+.SH AUTHOR
+The Debian Scientific Computing Team
diff --git a/debian/paraview.1 b/debian/manuals/paraview.1
similarity index 100%
rename from debian/paraview.1
rename to debian/manuals/paraview.1
diff --git a/debian/pvbatch.1 b/debian/manuals/pvbatch.1
similarity index 100%
rename from debian/pvbatch.1
rename to debian/manuals/pvbatch.1
diff --git a/debian/manuals/pvblot.1 b/debian/manuals/pvblot.1
new file mode 100644
index 0000000..ef1668b
--- /dev/null
+++ b/debian/manuals/pvblot.1
@@ -0,0 +1,17 @@
+.TH NAME 1
+.\" NAME pvblot, SECTION 1
+.SH NAME
+pvblot \- pvblot
+.SH SYNOPSIS
+.B pvblot
+.br
+.SH DESCRIPTION
+This manual page documents briefly the
+.BR pvblot
+command.
+
+You can find information in the paraview manual page and on the
+paraview web page http://www.paraview.org.
+
+.SH AUTHOR
+The Debian Scientific Computing Team
diff --git a/debian/pvdataserver.1 b/debian/manuals/pvdataserver.1
similarity index 100%
rename from debian/pvdataserver.1
rename to debian/manuals/pvdataserver.1
diff --git a/debian/pvpython.1 b/debian/manuals/pvpython.1
similarity index 100%
rename from debian/pvpython.1
rename to debian/manuals/pvpython.1
diff --git a/debian/pvrenderserver.1 b/debian/manuals/pvrenderserver.1
similarity index 100%
rename from debian/pvrenderserver.1
rename to debian/manuals/pvrenderserver.1
diff --git a/debian/pvserver.1 b/debian/manuals/pvserver.1
similarity index 100%
rename from debian/pvserver.1
rename to debian/manuals/pvserver.1
diff --git a/debian/manuals/smTestDriver.1 b/debian/manuals/smTestDriver.1
new file mode 100644
index 0000000..b6c03e5
--- /dev/null
+++ b/debian/manuals/smTestDriver.1
@@ -0,0 +1,17 @@
+.TH NAME 1
+.\" NAME smTestDriver, SECTION 1
+.SH NAME
+smTestDriver \- smTestDriver
+.SH SYNOPSIS
+.B smTestDriver
+.br
+.SH DESCRIPTION
+This manual page documents briefly the
+.BR smTestDriver
+command.
+
+You can find information in the paraview manual page and on the
+paraview web page http://www.paraview.org.
+
+.SH AUTHOR
+The Debian Scientific Computing Team
diff --git a/debian/manuals/vtkEncodeString.1 b/debian/manuals/vtkEncodeString.1
new file mode 100644
index 0000000..02553aa
--- /dev/null
+++ b/debian/manuals/vtkEncodeString.1
@@ -0,0 +1,17 @@
+.TH NAME 1
+.\" NAME vtkEncodeString, SECTION 1
+.SH NAME
+vtkEncodeString \- vtkEncodeString
+.SH SYNOPSIS
+.B vtkEncodeString
+.br
+.SH DESCRIPTION
+This manual page documents briefly the
+.BR vtkEncodeString
+command.
+
+You can find information in the paraview manual page and on the
+paraview web page http://www.paraview.org.
+
+.SH AUTHOR
+The Debian Scientific Computing Team
diff --git a/debian/vtkWrapClientServer.1 b/debian/manuals/vtkWrapClientServer.1
similarity index 100%
rename from debian/vtkWrapClientServer.1
rename to debian/manuals/vtkWrapClientServer.1
diff --git a/debian/manuals/vtkWrapHierarchy.1 b/debian/manuals/vtkWrapHierarchy.1
new file mode 100644
index 0000000..5f403aa
--- /dev/null
+++ b/debian/manuals/vtkWrapHierarchy.1
@@ -0,0 +1,17 @@
+.TH NAME 1
+.\" NAME vtkWrapHierarchy, SECTION 1
+.SH NAME
+vtkWrapHierarchy \- vtkWrapHierarchy
+.SH SYNOPSIS
+.B vtkWrapHierarchy
+.br
+.SH DESCRIPTION
+This manual page documents briefly the
+.BR vtkWrapHierarchy
+command.
+
+You can find information in the paraview manual page and on the
+paraview web page http://www.paraview.org.
+
+.SH AUTHOR
+The Debian Scientific Computing Team
diff --git a/debian/manuals/vtkWrapPython.1 b/debian/manuals/vtkWrapPython.1
new file mode 100644
index 0000000..6a837ee
--- /dev/null
+++ b/debian/manuals/vtkWrapPython.1
@@ -0,0 +1,17 @@
+.TH NAME 1
+.\" NAME vtkWrapPython, SECTION 1
+.SH NAME
+vtkWrapPython \- vtkWrapPython
+.SH SYNOPSIS
+.B vtkWrapPython
+.br
+.SH DESCRIPTION
+This manual page documents briefly the
+.BR vtkWrapPython
+command.
+
+You can find information in the paraview manual page and on the
+paraview web page http://www.paraview.org.
+
+.SH AUTHOR
+The Debian Scientific Computing Team
diff --git a/debian/manuals/vtkWrapPythonInit.1 b/debian/manuals/vtkWrapPythonInit.1
new file mode 100644
index 0000000..0726687
--- /dev/null
+++ b/debian/manuals/vtkWrapPythonInit.1
@@ -0,0 +1,17 @@
+.TH NAME 1
+.\" NAME vtkWrapPythonInit, SECTION 1
+.SH NAME
+vtkWrapPythonInit \- vtkWrapPythonInit
+.SH SYNOPSIS
+.B vtkWrapPythonInit
+.br
+.SH DESCRIPTION
+This manual page documents briefly the
+.BR vtkWrapPythonInit
+command.
+
+You can find information in the paraview manual page and on the
+paraview web page http://www.paraview.org.
+
+.SH AUTHOR
+The Debian Scientific Computing Team
diff --git a/debian/paraview.manpages b/debian/paraview.manpages
index 880c6b9..31a4452 100644
--- a/debian/paraview.manpages
+++ b/debian/paraview.manpages
@@ -1,9 +1,2 @@
-debian/paraview.1
-debian/vtkWrapClientServer.1
-debian/kwProcessXML.1
-debian/pvbatch.1
-debian/pvdataserver.1
-debian/pvpython.1
-debian/pvrenderserver.1
-debian/pvserver.1
+debian/manuals/*
 debian/tmp/usr/share/man/man3/*

-- 
Test git-repository for paraview



More information about the debian-science-commits mailing list