[DRE-commits] [ruby-hoe] 05/07: Add a man page for the sow utility
Cédric Boutillier
boutil at moszumanska.debian.org
Thu Jan 16 11:17:12 UTC 2014
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-hoe.
commit 5184e8fb2ba2f6668019214ff05b865030ba8223
Author: Cédric Boutillier <boutil at debian.org>
Date: Thu Jan 16 11:52:22 2014 +0100
Add a man page for the sow utility
---
debian/changelog | 1 +
debian/ruby-hoe.manpages | 1 +
debian/sow.1 | 36 ++++++++++++++++++++++++++++++++++++
3 files changed, 38 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index b3d489f..df4c0b9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ ruby-hoe (3.8.0-1) UNRELEASED; urgency=medium
* bump Standards-Version to 3.9.5 (no changes needed)
* drop rubygems from Depends, restrict version checking for rake
* Refresh patches
+ * Add a man page for the sow utility
-- Cédric Boutillier <boutil at debian.org> Thu, 16 Jan 2014 10:51:58 +0100
diff --git a/debian/ruby-hoe.manpages b/debian/ruby-hoe.manpages
new file mode 100644
index 0000000..401723b
--- /dev/null
+++ b/debian/ruby-hoe.manpages
@@ -0,0 +1 @@
+debian/sow.1
diff --git a/debian/sow.1 b/debian/sow.1
new file mode 100644
index 0000000..78ea913
--- /dev/null
+++ b/debian/sow.1
@@ -0,0 +1,36 @@
+.TH SOW "1" "" "" "ruby-hoe"
+.SH NAME
+sow \- command line interface to the Hoe gem creation helper library
+.SH SYNOPSIS
+.B sow
+[\fIoptions\fR] \fIproject_name\fR
+
+.SH DESCRIPTION
+
+.B sow
+is a command-line utility around the Ruby Hoe library, a
+which provides extensions to rake to automate every step of the development
+process from genesis to release. It provides project creation, configuration,
+and a multitude of tasks including project maintenance, testing, analysis, and
+release.
+
+
+.SH OPTIONS
+.TP
+\fB\-t\fR, \fB\-\-trunk\fR
+Add a project to a subdirectory named \fIproject_name/\fBtrunk/\fR
+.TP
+\fB\-d\fR, \fB\-\-dev\fR
+Add a project to a subdirectory named \fIproject_name/\fBdev/\fR
+.TP
+\fB\-s\fR \fIstyle\fR, \fB\-\-style\fR \fIstyle\fR
+Use the template \fIstyle\fR
+.TP
+\fB\-h\fR, \fB\-\-help\fR
+Show a help message similar to this manpage.
+
+.SH AUTHORS
+
+Hoe has been written by Ryan Davis. This man page has been written for the
+Debian project be can be used by others.
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-hoe.git
More information about the Pkg-ruby-extras-commits
mailing list