File: control

package info (click to toggle)
ruby-gsl 2.1.0.1%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 4,892 kB
  • ctags: 5,459
  • sloc: ansic: 61,660; ruby: 15,656; sh: 19; makefile: 10
file content (49 lines) | stat: -rw-r--r-- 1,873 bytes parent folder | download
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.