File: control

package info (click to toggle)
ruby-tioga 1.19.1-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 10,548 kB
  • ctags: 4,349
  • sloc: ansic: 39,885; ruby: 17,303; sh: 79; makefile: 31
file content (56 lines) | stat: -rw-r--r-- 2,084 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
50
51
52
53
54
55
56
Source: ruby-tioga
Section: ruby
Priority: optional
Maintainer: Vincent Fourmond <fourmond@debian.org>
Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9~),
               gem2deb,
               libfftw3-dev,
               rdoc,
               ruby-setup,
               zlib1g-dev
Standards-Version: 3.9.7
Homepage: http://tioga.rubyforge.org
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-tioga.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-tioga.git
XS-Ruby-Versions: all

Package: ruby-tioga
Architecture: any
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
         texlive-latex-base | tetex-bin,
         ${misc:Depends},
         ${shlibs:Depends}
Suggests: irb,
          libtioga-ruby-doc,
          xpdf | pdf-viewer
Description: Ruby library for scientific graphs
 Tioga is a blend of PDF, pdfTex and ruby into a library to make
 scientific graphs of high quality. It is fairly complete and
 extensive, and comes with examples and (online) complete documentation.
 .
 Tioga is useful for scripting the generation of graphs, and comes
 with a configuration file for irb for interactive plotting of pictures.
 .
 A PDF viewer is strongly recommended if you want to make use of the
 tioga script, a wrapper around some of the library functionalities.

Package: ruby-tioga-doc
Architecture: all
Depends: libjs-jquery,
         ${misc:Depends}
Section: doc
Recommends: irb,
            ruby-tioga
Description: Ruby library for scientific graphs
 Tioga is a blend of PDF, pdfTex and ruby into a library to make
 scientific graphs of high quality. It is fairly complete and
 extensive, and comes with examples and (online) complete documentation.
 .
 Tioga is useful for scripting the generation of graphs, and comes
 with a configuration file for irb for interactive plotting of pictures.
 .
 This package provides the rdoc documentation generated from tioga's
 source. It includes a complete API reference and a fairly extensive
 tutorial.