File: control.in

package info (click to toggle)
genius 1.0.3-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 9,636 kB
  • ctags: 5,388
  • sloc: ansic: 66,486; sh: 9,110; xml: 6,820; makefile: 514; lex: 492; yacc: 235; perl: 54
file content (55 lines) | stat: -rw-r--r-- 2,725 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
Source: genius
Section: gnome
Priority: optional
Maintainer: Sebastian Dröge <slomo@debian.org>
Uploaders: @GNOME_TEAM@
Build-Depends: cdbs, debhelper (>= 5), autotools-dev, gnome-pkg-tools, libxml-parser-perl, libvte-dev (>= 0.8.19), libgnomeui-dev (>= 2.0.0), libglade2-dev (>= 1.99.2), libgnome2-dev (>= 2.0.0), libgtk2.0-dev (>= 2.4.0), libglib2.0-dev (>= 2.0.0), libgtksourceview2.0-dev (>= 2.0.2), flex, bison, libncurses5-dev, libreadline5-dev, libgmp3-dev, libmpfr-dev (>= 2.0.0), libpopt-dev, scrollkeeper
Homepage: http://www.5z.com/jirka/genius.html
Standards-Version: 3.8.0

Package: genius
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, genius-common (= ${binary: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 (= ${binary: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: any
Depends: ${shlibs: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: any
Section: devel
Depends: ${shlibs:Depends}, ${misc:Depends}, libglib2.0-dev (>= 2.0.0), libgmp3-dev, libmpfr-dev (>= 2.0.0), 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.