[DRE-commits] [ruby-oauth] 04/04: Add brief manual for oauth(1).

Taku YASUI tach at debian.org
Thu Aug 15 15:06:48 UTC 2013


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

tach pushed a commit to branch master
in repository ruby-oauth.

commit d95a7f858a44d6b9b919440964fa26c83da5dbec
Author: Taku YASUI <tach at debian.org>
Date:   Thu Aug 15 21:50:39 2013 +0900

    Add brief manual for oauth(1).
---
 debian/changelog           |    1 +
 debian/oauth.1             |   40 ++++++++++++++++++++++++++++++++++++++++
 debian/ruby-oauth.manpages |    1 +
 3 files changed, 42 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 386b102..16e9865 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ ruby-oauth (0.4.7-1) unstable; urgency=low
 
   * New upstream release.
   * Bump Standards-Version to 3.9.4.
+  * Add brief manual for oauth(1).
 
  -- Taku YASUI <tach at debian.org>  Thu, 15 Aug 2013 20:29:47 +0900
 
diff --git a/debian/oauth.1 b/debian/oauth.1
new file mode 100644
index 0000000..6403623
--- /dev/null
+++ b/debian/oauth.1
@@ -0,0 +1,40 @@
+.\"                                      Hey, EMACS: -*- nroff -*-
+.\" (C) Copyright 2013 Taku YASUI <tach at debian.org>,
+.\"
+.\" First parameter, NAME, should be all caps
+.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
+.\" other parameters are allowed: see man(7), man(1)
+.TH oauth 1 "Aug 15, 2013" oauth "oauth command manual"
+.\" Please adjust this date whenever revising the manpage.
+.\"
+.\" Some roff macros, for reference:
+.\" .nh        disable hyphenation
+.\" .hy        enable hyphenation
+.\" .ad l      left justify
+.\" .ad b      justify to both left and right margins
+.\" .nf        disable filling
+.\" .fi        enable filling
+.\" .br        insert line break
+.\" .sp <n>    insert n+1 empty lines
+.\" for manpage-specific macros, see man(7)
+.SH NAME
+oauth \- OAuth command-line client
+.SH SYNOPSIS
+.B oauth
+.RI [ options ]
+.SH DESCRIPTION
+
+oauth is a command-line client to provide OAuth functionality.
+
+About OAuth, please read following pages.
+
+.RS
+http://oauth.net/
+.br
+http://en.wikipedia.org/wiki/OAuth
+.RE
+.SH OPTIONS
+
+All options are displayed by
+.B oauth -h
+command.  Please run and read it.
diff --git a/debian/ruby-oauth.manpages b/debian/ruby-oauth.manpages
new file mode 100644
index 0000000..e8520a2
--- /dev/null
+++ b/debian/ruby-oauth.manpages
@@ -0,0 +1 @@
+debian/oauth.1

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-oauth.git



More information about the Pkg-ruby-extras-commits mailing list