]> www.ginac.de Git - ginac.git/blob - debian/control
* debian/*: Streamlining by Peter Eisentraut <petere@debian.org>.
[ginac.git] / debian / control
1 Source: ginac
2 Section: math
3 Priority: optional
4 Maintainer: Richard Kreckel <kreckel@ginac.de>
5 Build-Depends: cdbs (>= 0.4.28), debhelper (>= 5), libcln-dev, libgmp3-dev, libreadline5-dev
6 Standards-Version: 3.6.2
7
8 Package: libginac1.3c2a
9 Architecture: any
10 Section: libs
11 Depends: ${shlibs:Depends}
12 Conflicts: libginac1.3, libginac1.3c2
13 Replaces: libginac1.3, libginac1.3c2
14 Suggests: ginac-tools
15 Description: The GiNaC symbolic framework (runtime library)
16  GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra System)") is a
17  library for doing symbolic (i.e. non-numeric) computation directly in the C++
18  programming language.
19  .
20  This package provides the runtime library.  See <http://www.ginac.de/> for
21  detailed information about GiNaC.
22
23 Package: libginac-dev
24 Architecture: any
25 Section: libdevel
26 Depends: libginac1.3c2a (= ${Source-Version}), libc6-dev, g++, libcln-dev
27 Recommends: info | info-browser, libginac1.3c2a-dbg (= ${Source-Version})
28 Suggests: ginac-tools
29 Description: The GiNaC symbolic framework (development files)
30  GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra System)") is a
31  library for doing symbolic (i.e. non-numeric) computation directly in the C++
32  programming language.
33  .
34  This package provides header files, a static library plus a tutorial as info
35  file.  See <http://www.ginac.de/> for detailed information about GiNaC.
36
37 Package: ginac-tools
38 Architecture: any
39 Section: math
40 Depends: ${shlibs:Depends}
41 Recommends: doc-base
42 Description: Some tools for the GiNaC symbolic framework
43  GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra System)") is a
44  library for doing symbolic (i.e. non-numeric) computation directly in the C++
45  programming language.
46  .
47  This package provides some additional tools, like the popular ginsh (GiNaC
48  interactive shell) and viewgar (for inspecting GiNaC archive files).  See
49  <http://www.ginac.de/> for detailed information about GiNaC.
50
51 Package: libginac1.3c2a-dbg
52 Architecture: any
53 Section: libdevel
54 Depends: libginac1.3c2a (= ${Source-Version})
55 Conflicts: libginac1.3c2-dbg
56 Replaces: libginac1.3c2-dbg
57 Recommends: gdb (>= 6.3) 
58 Description: The GiNaC symbolic framework (debugging symbols)
59  GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra System)") is a
60  library for doing symbolic (i.e. non-numeric) computation directly in the C++
61  programming language.
62  .
63  This package provides an unstripped shared library with debugging symbols. The
64  library is installed in /usr/lib/debug and will be automatically used by
65  gdb while debugging programs using the GiNaC library. Most people will not
66  need this package. For detailed information about GiNaC see 
67  <http://www.ginac.de/>.