[DRE-commits] [ruby-numru-misc] 01/01: Fix Homepage field, update Description

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Mon Feb 3 10:12:01 UTC 2014


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

uwabami-guest pushed a commit to branch master
in repository ruby-numru-misc.

commit 0052892503bb3f8259466282197fabc75cd79f7f
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Mon Feb 3 19:11:19 2014 +0900

    Fix Homepage field, update Description
    
    Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
---
 debian/control | 20 ++++++++++++++++----
 1 file changed, 16 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index dcbd704..1a10acc 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ Build-Depends: debhelper (>= 9.0~), gem2deb
 Standards-Version: 3.9.5
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-numru-misc.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-numru-misc.git;a=summary
-Homepage: http://ruby.gfd-dennou.org/products/misc
+Homepage: http://ruby.gfd-dennou.org/products/numru-misc/
 XS-Ruby-Versions: all
 
 Package: ruby-numru-misc
@@ -15,6 +15,18 @@ Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${misc:Depends}, ruby-narray, ruby-narray-miss
 Description: Miscellaneous functions and classes to help Ruby programming
- This package provides miscellaneous functions and classes to help Ruby
- programming for numerical computing, to be used in other
- NumRu(NumericalRuby) libraries.
+ The module "NumRu::Misc" provides miscellaneous functions and classes to
+ facilitate programming for Ruby.
+   - NumRu::Misc::KeywordOpt
+     A class to facilitate optional keyword arguments. More specifically,
+     it helps the use of a Hash to mimic the keyword argument system.
+     With this, you can set default values and description to each
+     keyword argument.
+   - NArray Enhanchement
+   - NumRu::Misc::MD_Iterators
+     A Mixin. To be included in a class with multi-dimension indexing
+     support (such as NArray).
+   - NumRu::Misc::EMath
+     To be included instead of the Math predefined module (or NMath in
+     NArray). Unlike Math and NMath, EMath handles unknown classes by
+     calling its native instance method (assuming the same name).

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



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