[DRE-commits] [SCM] ruby-commandline.git branch, master, updated. upstream/0.7.10-8-g372fa7c

Cédric Boutillier cedric.boutillier at gmail.com
Sat Oct 15 21:00:46 UTC 2011


The following commit has been merged in the master branch:
commit eb35dc1ffdc61b3920418123a357ad4e0407e872
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Sat Oct 15 14:55:16 2011 +0200

    documentation and examples

diff --git a/debian/ruby-commandline-doc.doc-base.commandline b/debian/ruby-commandline-doc.doc-base.commandline
new file mode 100644
index 0000000..180b8d5
--- /dev/null
+++ b/debian/ruby-commandline-doc.doc-base.commandline
@@ -0,0 +1,11 @@
+Document: commandline-app-ruby
+Title: CommandLine usage
+Author: Jim Freeze
+Abstract: This document explains the typical
+ CommandLine library usage, to build command-line
+ applications easily.
+Section: Programming/Ruby
+
+Format: HTML
+Index: /usr/share/doc/ruby-commandline-doc/posted-docs.index.html
+Files: /usr/share/doc/ruby-commandline-doc/posted-docs.index.html
diff --git a/debian/ruby-commandline-doc.doc-base.optionparser b/debian/ruby-commandline-doc.doc-base.optionparser
new file mode 100644
index 0000000..85d79a5
--- /dev/null
+++ b/debian/ruby-commandline-doc.doc-base.optionparser
@@ -0,0 +1,10 @@
+Document: commandline-optionparser-ruby
+Title: OptionParser usage
+Author: Jim Freeze
+Abstract: This document explains the OptionParser
+ class and its options.
+Section: Programming/Ruby
+
+Format: HTML
+Index: /usr/share/doc/ruby-commandline-doc/index.html
+Files: /usr/share/doc/ruby-commandline-doc/index.html
diff --git a/debian/ruby-commandline-doc.docs b/debian/ruby-commandline-doc.docs
new file mode 100644
index 0000000..17f289f
--- /dev/null
+++ b/debian/ruby-commandline-doc.docs
@@ -0,0 +1,2 @@
+docs/*.html
+build-doc/*
diff --git a/debian/ruby-commandline-doc.examples b/debian/ruby-commandline-doc.examples
new file mode 100644
index 0000000..7946867
--- /dev/null
+++ b/debian/ruby-commandline-doc.examples
@@ -0,0 +1 @@
+docs/tmp/*.rb
diff --git a/debian/ruby-commandline.docs b/debian/ruby-commandline.docs
index 786a9ba..e845566 100644
--- a/debian/ruby-commandline.docs
+++ b/debian/ruby-commandline.docs
@@ -1,2 +1 @@
-# FIXME: READMEs found
-# README
+README

-- 
ruby-commandline.git



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