[nemiver: 22/70] * Added manpage nemiver(1)



commit 69ca9a0009ef7136824f17e53ccb81e7f7ca2907
Author: Luca Bruno <lucab debian org>
Date:   Wed Jan 9 14:00:31 2008 +0100

     * Added manpage nemiver(1)

 debian/changelog |    6 +++++
 debian/nemiver.1 |   55 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
 debian/rules     |    2 +-
 3 files changed, 62 insertions(+), 1 deletions(-)
---
diff --git a/debian/changelog b/debian/changelog
index a431976..750b82e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+nemiver (0.4.0-2) unstable; urgency=low
+
+  * Added manpage for nemiver(1)
+
+ -- Luca Bruno <<lucab debian org>>  Wed, 09 Jan 2008 13:59:21 +0100
+
 nemiver (0.4.0-1) unstable; urgency=low
  
   * Shipping libnemivercommon as a private lib (patch from SVN r539-542
diff --git a/debian/nemiver.1 b/debian/nemiver.1
new file mode 100644
index 0000000..69339b5
--- /dev/null
+++ b/debian/nemiver.1
@@ -0,0 +1,55 @@
+.TH nemiver 1 "06 January 2008"
+.SH NAME
+nemiver \- graphical debugger for GNOME
+.SH SYNOPSIS
+.B nemiver
+.RI [ options ] " [<prog-to-debug> [prog-args]]"
+.br
+.SH DESCRIPTION
+This manual page documents briefly the
+.B nemiver
+command.
+.PP
+\fBnemiver\fP is a standalone graphical debugger that integrates well in the GNOME desktop environment. 
+It currently features a backend which uses the well known GNU Debugger gdb to debug C/C++ programs.
+.SH OPTIONS
+These programs follow the usual GNU command line syntax, with long
+options starting with two dashes (`-').
+A summary of options is included below.
+.TP
+.B \-?, \-\-help
+Show help options.
+.TP
+.B \-v, \-\-version
+Show version of program.
+.TP
+.BI "\-\-env="""\ var0=val0\ var1=val1\ var2=val2\ ... " ""
+Display the value of an expression.
+.TP
+.BI "\-\-attach=" "<pid|process_name>"
+Attach to a process.
+.TP
+.B \-\-listsessions
+List the saved debugging sessions.
+.TP
+.B \-\-purgesessions
+Erase the saved debugging sessions.
+.TP
+.BI "\-\-executesession=" "N"
+Debug the program that was of session number 
+.I N
+.TP
+.BI "\-\-log-domains=" "DOMAINS"
+Enable logging domains 
+.I DOMAINS
+.TP
+.B \-\-logdebuggeroutput
+Log the debugger output.
+.SH BUGS
+If you find a bug, please report it at http://bugzilla.gnome.org/enter_bug.cgi?product=nemiver.
+.SH AUTHOR
+nemiver was written by Dodji Seketeli <dodji gnome org> and
+Jonathon Jongsma <jjongsma gnome org>.
+.PP
+This manual page was written by Luca Bruno <lucab debian org>,
+for the Debian project (but may be used by others).
diff --git a/debian/rules b/debian/rules
index ac8d8fd..ff791fd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -64,7 +64,7 @@ binary-arch: build install
 	dh_installchangelogs ChangeLog
 	dh_installdocs
 	dh_installmenu
-	dh_installman
+	dh_installman debian/nemiver.1
 	dh_link
 	dh_strip
 	dh_compress



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]