[DRE-commits] [SCM] ruby-integration.git branch, master, updated. upstream/0.1.0-9-g8ff3867
Cédric Boutillier
boutil at debian.org
Mon Dec 10 04:45:52 UTC 2012
The following commit has been merged in the master branch:
commit 8d9187e4ba196d7b5fd061332a8e6a8f9b70306b
Author: Cédric Boutillier <boutil at debian.org>
Date: Thu Oct 18 17:21:26 2012 +0200
update info in debian/control
diff --git a/debian/control b/debian/control
index 9d196e9..50a0c86 100644
--- a/debian/control
+++ b/debian/control
@@ -4,10 +4,10 @@ Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Cédric Boutillier <boutil at debian.org>
DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~)
-Standards-Version: 3.9.3
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-integration.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-integration.git;a=summary
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-rspec, rake, ruby-gsl
+Standards-Version: 3.9.4
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-integration.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-integration.git;a=summary
Homepage: http://github.com/clbustos/integration
XS-Ruby-Versions: all
@@ -15,6 +15,10 @@ Package: ruby-integration
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# rspec (>= 2.0, development), rubyforge (>= 0, development), hoe (~> 2.12, development)
+Recommends: ruby-gsl
Description: Numerical integration for Ruby, with a simple interface
- Numerical integration for Ruby, with a simple interface
+ This library offers numerical integration for Ruby, with a simple
+ interface. The rectangular, trapezoidal, Simpson, adaptive
+ quadrature, Monte Carlo and Romberg integration methods are available
+ in pure Ruby. Better performance and support for infinite bounds can be
+ obtained via Ruby/GSL (from the ruby-gsl package).
--
ruby-integration.git
More information about the Pkg-ruby-extras-commits
mailing list