[otb] 09/15: restore two missing manages

Rashad Kanavath rashad-guest at moszumanska.debian.org
Wed Dec 16 14:43:48 UTC 2015


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

rashad-guest pushed a commit to branch master
in repository otb.

commit 23ee83acc67257da33d5557472c5543b5a5acc2a
Author: Rashad Kanavath <rashad.kanavath at c-s.fr>
Date:   Wed Dec 16 11:28:21 2015 +0100

    restore two missing manages
---
 debian/generatemanpages.sh | 10 ++++++++--
 debian/manpages/otbcli.1   | 20 ++++++++++++++++++++
 debian/manpages/otbgui.1   | 18 ++++++++++++++++++
 3 files changed, 46 insertions(+), 2 deletions(-)

diff --git a/debian/generatemanpages.sh b/debian/generatemanpages.sh
index e9d7a85..46cefe3 100755
--- a/debian/generatemanpages.sh
+++ b/debian/generatemanpages.sh
@@ -10,7 +10,7 @@ export PATH=$PATH:$BINDIR
 export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$LIBDIR
 
 help2man $BINDIR/otbTestDriver --no-discard-stderr --version-string=$VERSION  -o $MANDIR/otbTestDriver.1
-for file in `ls $BINDIR/otbcli*` ; do
+for file in `ls $BINDIR/otbcli_*` ; do
     echo "Generating man pages $file"
     SCRIPTFILE=`basename $file`
     APPNAME=$(echo $SCRIPTFILE| cut -d'_' -f 2)
@@ -23,12 +23,18 @@ for file in $BINDIR/otbTestDriver `ls $BINDIR/otb*Launcher*` ; do
     help2man $SCRIPTFILE --no-discard-stderr --help-option=' ' --name="OTB $SCRIPTFILE " --version-string=$VERSION -o $MANDIR/$SCRIPTFILE.1
 done
 
+for file in $BINDIR/otbcli $BINDIR/otbgui ; do
+    echo "Generating man pages $file"
+    SCRIPTFILE=`basename $file`
+    help2man $SCRIPTFILE --no-discard-stderr --help-option='-help' --name="OTB $SCRIPTFILE application" --version-string=$VERSION -o $MANDIR/$SCRIPTFILE.1
+done
+
 for file in `ls $MANDIR/*1 ` ; do
     #echo "Fix man pages $file. This is because of the itk version < 4.7.2"
     sed -i 's/^Inconsistency.detected.by.ld.*_dl_close.*Assertion.*_init_called.*failed.//g' $file;
 done
 
-for file in `ls $BINDIR/otbgui*` ; do
+for file in `ls $BINDIR/otbgui_*` ; do
 #    echo "Generating man pages $file"
     SCRIPTFILE=`basename $file`
     APPNAME=$(echo $SCRIPTFILE| cut -d'_' -f 2)
diff --git a/debian/manpages/otbcli.1 b/debian/manpages/otbcli.1
new file mode 100644
index 0000000..25026b7
--- /dev/null
+++ b/debian/manpages/otbcli.1
@@ -0,0 +1,20 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.46.4.
+.TH OTBCLI "1" "September 2015" "otbcli 5.0.0" "User Commands"
+.SH NAME
+otbcli \- OTB otbcli application
+.SH DESCRIPTION
+ERROR: LoadApplication, no module found...
+ERROR: No loaded application...
+
+.SH "SEE ALSO"
+The full documentation for
+.B otbcli
+is maintained as a Texinfo manual.  If the
+.B info
+and
+.B otbcli
+programs are properly installed at your site, the command
+.IP
+.B info otbcli
+.PP
+should give you access to the complete manual.
diff --git a/debian/manpages/otbgui.1 b/debian/manpages/otbgui.1
new file mode 100644
index 0000000..5a6eb5d
--- /dev/null
+++ b/debian/manpages/otbgui.1
@@ -0,0 +1,18 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.46.4.
+.TH OTBGUI "1" "September 2015" "otbgui 5.0.0" "User Commands"
+.SH NAME
+otbgui \- OTB otbgui application
+.SH DESCRIPTION
+otbApplicationLauncherQt: cannot connect to X server
+.SH "SEE ALSO"
+The full documentation for
+.B otbgui
+is maintained as a Texinfo manual.  If the
+.B info
+and
+.B otbgui
+programs are properly installed at your site, the command
+.IP
+.B info otbgui
+.PP
+should give you access to the complete manual.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/otb.git



More information about the Pkg-grass-devel mailing list