[DRE-commits] [SCM] ruby-thor.git branch, master, updated. debian/0.15.3-1-19-gedade19

Christian Hofstaedtler christian at hofstaedtler.name
Tue May 7 16:52:53 UTC 2013


The following commit has been merged in the master branch:
commit edade19518a6605e9295c028af6785c914a747a2
Author: Christian Hofstaedtler <christian at hofstaedtler.name>
Date:   Tue May 7 18:52:42 2013 +0200

    Add manpage for thor(1)

diff --git a/debian/changelog b/debian/changelog
index 1762db8..86907e7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,8 @@ ruby-thor (0.18.1-1) unstable; urgency=low
   * Add myself to Uploaders:, so there is a human maintainer
   * Use canonical URLs in Vcs-* fields
   * Add a longer package description
+  * Run test suite during package build
+  * Add man page for thor(1)
 
  -- Christian Hofstaedtler <christian at hofstaedtler.name>  Tue, 07 May 2013 17:15:18 +0200
 
diff --git a/debian/manpages b/debian/manpages
new file mode 100644
index 0000000..17493f9
--- /dev/null
+++ b/debian/manpages
@@ -0,0 +1 @@
+debian/thor.1
diff --git a/debian/thor.1 b/debian/thor.1
new file mode 100644
index 0000000..8532540
--- /dev/null
+++ b/debian/thor.1
@@ -0,0 +1,59 @@
+.TH thor 1 "May 7, 2013"
+.SH NAME
+thor \- Scripting framework for command line utilities
+.SH SYNOPSIS
+.B thor
+help [task]
+
+.B thor
+install NAME
+
+.B thor
+installed
+
+.B thor
+list [searchterm]
+
+.B thor
+uninstall NAME
+
+.B thor
+update NAME
+
+.B thor
+version
+
+.SH DESCRIPTION
+Thor is a scripting framework designed for command line utilities.
+It is supposed to be a replacement for rake, sake and rubigen.
+.SH COMMANDS
+.TP 8
+.B help [task]
+Describe available tasks or the specified task
+.TP 8
+.B install NAME
+Install an optionally named Thor file into your system tasks
+.TP 8
+.B installed
+List the installed Thor modules and tasks
+.TP 8
+.B list [searchterm]
+List the available thor tasks (\-\-substring means .*searchterm)
+.TP 8
+.B uninstall NAME
+Uninstall a named Thor module
+.TP 8
+.B version
+Show Thor version
+
+.SH SEE ALSO
+The Thor website: http://whatisthor.com/
+
+The Thor wiki: https://github.com/wycats/thor/wiki
+
+.SH AUTHORS
+Thor is written by Yehuda Katz, Eric Hodel, et al.
+
+This manual page was written by Christian Hofstaedtler, based on the
+command\-line output of this program, for the Debian GNU/Linux
+system (but may be freely used by others).

-- 
ruby-thor.git



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