[DRE-commits] [ruby-combustion] 07/08: Add manpages file

Lucas Moura lucasmoura-guest at moszumanska.debian.org
Sat Mar 5 15:35:05 UTC 2016


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

lucasmoura-guest pushed a commit to branch master
in repository ruby-combustion.

commit 3ce9ab06dd9cd5d2b0b7bcb67616a896bac63c00
Author: Lucas Albuquerque Medeiros de Moura <lucas.moura128 at gmail.com>
Date:   Sat Mar 5 12:24:59 2016 -0300

    Add manpages file
---
 debian/changelog                |  1 +
 debian/combust.1                | 50 +++++++++++++++++++++++++++++++++++++++++
 debian/ruby-combustion.manpages |  1 +
 3 files changed, 52 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index ba5a8a2..8091691 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ ruby-combustion (0.5.4-1) UNRELEASED; urgency=medium
   * Team upload.
   * New upstream release.
   * Add package tests.
+  * Add manpage for generated binary.
   * Remove 'git ls-files' command from gemspec.
   * debian/control: Add new build dependencies.
   * debian/rules: Add check-dependencies command.
diff --git a/debian/combust.1 b/debian/combust.1
new file mode 100644
index 0000000..65266f5
--- /dev/null
+++ b/debian/combust.1
@@ -0,0 +1,50 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.47.3.
+.TH COMBUST "1" "March 2016" "combust       create  spec/internal" "User Commands"
+.SH NAME
+combust \- creates a minimal set of files expected by Rails. Run this in the directory of your engine
+.SH DESCRIPTION
+.SS "Usage:"
+.IP
+combust combustion:generator
+.TP
+create
+spec/internal/config
+.TP
+create
+spec/internal/db
+.TP
+create
+spec/internal/log
+.TP
+create
+spec/internal/public
+.TP
+create
+spec/internal/config/routes.rb
+.TP
+create
+spec/internal/config/database.yml
+.TP
+create
+spec/internal/db/schema.rb
+.TP
+create
+config.ru
+.TP
+create
+spec/internal/public/favicon.ico
+.TP
+create
+spec/internal/log/.gitignore
+.SH "SEE ALSO"
+The full documentation for
+.B combust
+is maintained as a Texinfo manual.  If the
+.B info
+and
+.B combust
+programs are properly installed at your site, the command
+.IP
+.B info combust
+.PP
+should give you access to the complete manual.
diff --git a/debian/ruby-combustion.manpages b/debian/ruby-combustion.manpages
new file mode 100644
index 0000000..8c3d881
--- /dev/null
+++ b/debian/ruby-combustion.manpages
@@ -0,0 +1 @@
+debian/combust.1

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



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