[DRE-commits] [SCM] ruby-cri.git branch, master, updated. upstream/2.3.0-13-g724d3f8
Cédric Boutillier
boutil at debian.org
Fri Jul 12 22:11:29 UTC 2013
The following commit has been merged in the master branch:
commit 9d6729c4b8677a813e12634887563874a2d224ae
Author: Cédric Boutillier <boutil at debian.org>
Date: Fri Jul 12 23:50:55 2013 +0200
create a -doc package
diff --git a/debian/control b/debian/control
index f07004c..7f5683c 100644
--- a/debian/control
+++ b/debian/control
@@ -18,3 +18,15 @@ Description: library for building easy-to-use commandline tools
Cri is a tool to create easy-to-use commandline interfaces in Ruby with
support for subcommands. The central concept in Cri is the command, which has
option definitions as well as code for actually executing itself.
+
+Package: ruby-cri-doc
+Architecture: all
+Section: doc
+Depends: ${misc:Depends}, libjs-query
+Suggests: doc-base
+Description: library for building easy-to-use commandline tools - documentation
+ Cri is a tool to create easy-to-use commandline interfaces in Ruby with
+ support for subcommands. The central concept in Cri is the command, which has
+ option definitions as well as code for actually executing itself.
+ .
+ This package contains the documentation for this library.
--
ruby-cri.git
More information about the Pkg-ruby-extras-commits
mailing list