1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
Source: ruby-gsl
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Daigo Moriwaki <daigo@debian.org>,
Deepak Tripathi <apenguinlinux@gmail.com>,
Cédric Boutillier <boutil@debian.org>,
Balint Reczey <balint@balintreczey.hu>
Build-Depends: debhelper (>= 9~),
gem2deb,
libgsl-dev (>= 2.0),
libtamuanova-dev,
plotutils,
quilt,
ruby-narray
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-gsl.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-gsl.git
Standards-Version: 3.9.8
Homepage: https://github.com/SciRuby/rb-gsl
XS-Ruby-Versions: all
Package: ruby-gsl
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
Depends: plotutils,
ruby | ruby-interpreter,
ruby-narray,
${misc:Depends},
${shlibs:Depends}
Description: Ruby bindings for the GNU Scientific Library (GSL)
The GNU Scientific Library (GSL) is a collection of data types and
routines for numerical computing. Ruby/GSL is an interface to the GNU
Scientific Library for the Ruby programming language.
Package: ruby-gsl-dbg
Section: debug
Priority: extra
Architecture: any
Depends: ruby-gsl (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: Ruby bindings for the GNU Scientific Library (GSL) - debugging symbols
The GNU Scientific Library (GSL) is a collection of data types and
routines for numerical computing. Ruby/GSL is an interface to the GNU
Scientific Library for the Ruby programming language.
.
This package is provided primarily to provide a backtrace with names
in a debugger, this makes it somewhat easier to interpret core
dumps. Most people will not need this package.
|