File: control

package info (click to toggle)
genius 1.0.22-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 22,040 kB
  • ctags: 6,045
  • sloc: ansic: 76,278; xml: 65,900; sh: 4,415; makefile: 650; lex: 499; yacc: 298; perl: 54
file content (81 lines) | stat: -rw-r--r-- 3,055 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
Source: genius
Maintainer: Felipe Sateler <fsateler@debian.org>
Section: gnome
Priority: optional
Build-Depends: debhelper (>= 10),
               autotools-dev,
               libxml-parser-perl,
               libvte-dev,
               libgtk2.0-dev,
               libglib2.0-dev,
               libgtksourceview2.0-dev,
               flex,
               bison,
               libncurses5-dev,
               libreadline-dev,
               libgmp3-dev,
               libmpfr-dev,
               scrollkeeper,
               intltool,
               gnome-doc-utils,
               libgtk2.0-bin
Standards-Version: 3.9.8
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/genius.git/
Vcs-Git: https://anonscm.debian.org/git/collab-maint/genius.git
Homepage: http://www.5z.com/jirka/genius.html

Package: genius
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         genius-common (>= ${source:Version}),
         genius-common (<= ${source:Version}.)
Description: advanced general purpose calculator program (CLI frontend)
 Genius is a general purpose calculator program similar in some aspects to
 BC, Matlab or Maple. It is useful both as a simple calculator and as a
 research or educational tool. The syntax is very intuitive and is designed
 to mimic how mathematics is usually written.
 .
 This package contains a command line interface for genius.

Package: gnome-genius
Architecture: any
Depends: ${shlibs:Depends},
         ${misc:Depends},
         genius-common (>= ${source:Version}),
         genius-common (<= ${source:Version}.)
Description: advanced general purpose calculator program (Gnome frontend)
 Genius is a general purpose calculator program similar in some aspects to
 BC, Matlab or Maple. It is useful both as a simple calculator and as a
 research or educational tool. The syntax is very intuitive and is designed
 to mimic how mathematics is usually written.
 .
 This package contains a Gnome frontend for genius.

Package: genius-common
Architecture: all
Depends: ${misc:Depends}
Description: advanced general purpose calculator program (common files)
 Genius is a general purpose calculator program similar in some aspects to
 BC, Matlab or Maple. It is useful both as a simple calculator and as a
 research or educational tool. The syntax is very intuitive and is designed
 to mimic how mathematics is usually written.
 .
 This package contains common files for genius.

Package: genius-dev
Architecture: all
Section: devel
Depends: ${misc:Depends},
         libglib2.0-dev,
         libgmp3-dev,
         libmpfr-dev,
         libc6-dev | libc-dev
Description: advanced general purpose calculator program (development files)
 Genius is a general purpose calculator program similar in some aspects to
 BC, Matlab or Maple. It is useful both as a simple calculator and as a
 research or educational tool. The syntax is very intuitive and is designed
 to mimic how mathematics is usually written.
 .
 This package contains development files needed for developing and building
 plugins.