[DRE-commits] [ruby-nmatrix] 03/12: improve control file

Cédric Boutillier boutil at alioth.debian.org
Sun Sep 22 07:59:49 UTC 2013


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

boutil pushed a commit to branch master
in repository ruby-nmatrix.

commit ae69d8a92d6540ed9392fa3c1de3d5b614e61b7d
Author: Cédric Boutillier <boutil at debian.org>
Date:   Tue Sep 10 21:18:49 2013 +0200

    improve control file
---
 debian/control |   25 ++++++++++++++++---------
 1 file changed, 16 insertions(+), 9 deletions(-)

diff --git a/debian/control b/debian/control
index ad661b8..2dd7f5c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,17 +3,24 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Cédric Boutillier <boutil at debian.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.5.0~)
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), libatlas-base-dev, rake, ruby-rspec, ruby-packable
 Standards-Version: 3.9.4
-#Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-nmatrix.git
-#Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-nmatrix.git;a=summary
-Homepage: http://sciruby.com
-XS-Ruby-Versions: all
+Homepage: http://sciruby.com/
+XS-Ruby-Versions: ruby1.9.1
 
 Package: ruby-nmatrix
 Architecture: any
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# rdoc (>= 4.0.1), rake (~> 0.9, development), bundler (>= 0, development), rspec (~> 2.9.0, development), pry (>= 0, development), guard-rspec (~> 0.7.0, development), rake-compiler (~> 0.8.1, development)
-Description: NMatrix is an experimental linear algebra library for Ruby, written mostly in C.
- NMatrix is an experimental linear algebra library for Ruby, written mostly in C.
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-packable
+Conflicts: ruby-narray
+Description: fast numerical linear algebra library for Ruby
+ NMatrix is a fast numerical linear algebra library for Ruby, with dense
+ and sparse matrices. It is part of the SciRuby project.
+ .
+ Please be aware that SciRuby and NMatrix are alpha status. If you’re thinking
+ of using SciRuby/NMatrix to write mission-critical code, such as for driving a
+ car or flying a space shuttle, you may wish to choose other software for now.
+ .
+ You should also be aware that NMatrix and NArray are incompatible with one
+ another; you should not try to require both at the same time.
+

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



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