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