]> www.ginac.de Git - ginac.git/blobdiff - debian/control
the input parser now handles (simple) indexed objects; the indices to be used
[ginac.git] / debian / control
index 0288c332b6a3292d3019bf037dec1a4fbe4b72f7..97f3b101a3151cca5600b2e1cd763dfb46d990f4 100644 (file)
@@ -3,35 +3,45 @@ Section: math
 Priority: optional
 Maintainer: Richard Kreckel <kreckel@ginac.de>
 Standards-Version: 3.1.1
-Build-Depends: debhelper, libstdc++-dev, cln-dev (>=1.1.0)
+Build-Depends: debhelper, libcln-dev, libgmp3-dev, libreadline4-dev, flex, bison
 
-Package: ginac
+Package: libginac0
 Architecture: any
+Section: libs
 Depends: ${shlibs:Depends}
+Suggests: ginac-tools
 Description: The GiNaC framework (runtime library)
- GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra System)") is an
- open framework for symbolic computation within the C++ programming language.
+ GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra System)") is a
+ library for doing symbolic (i.e. non-numeric) computation directly in the C++
+ programming language.
  .
- See <http://www.ginac.de/> for detailed information.
+ This package provides the runtime library.  See <http://www.ginac.de/> for
+ detailed information about the GiNaC framework.
 
-Package: ginac-dev
+Package: libginac-dev
 Architecture: any
 Section: devel
-Depends: ginac, libc6-dev, g++ (>=2.95.2), cln-dev (>=1.1.0)
+Depends: libginac0 (= ${Source-Version}), libc6-dev, g++, libcln-dev
 Recommends: info | info-browser
+Suggests: ginac-tools
 Description: The GiNaC framework (development files)
- GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra System)") is an
- open framework for symbolic computation within the C++ programming language.
+ GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra System)") is a
+ library for doing symbolic (i.e. non-numeric) computation directly in the C++
+ programming language.
  .
- This package provides header files, a static library plus a tutorial as info.
+ This package provides header files, a static library plus a tutorial as info
+ file.  See <http://www.ginac.de/> for detailed information about the GiNaC
+ framework.
 
-Package: ginaccint
+Package: ginac-tools
 Architecture: any
-Section: devel
-Depends: ginac-dev, cint (>=5.14.62)
-Build-Depends: cint (>=5.14.62)
-Description: The GiNaC framework's interface with Cint, the C++ interpreter
- GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra System)") is an
open framework for symbolic computation within the C++ programming language.
+Section: math
+Depends: ${shlibs:Depends}
+Description: Some tools for the GiNaC framework
+ GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra System)") is a
+ library for doing symbolic (i.e. non-numeric) computation directly in the C++
+ programming language.
  .
- ginaccint provides an interactive symbolic interface with a C++ syntax.
+ This package provides some additional tools, like the popular ginsh (GiNaC
+ interactive shell) and viewgar (for inspecting GiNaC archive files).  See
+ <http://www.ginac.de/> for detailed information about the GiNaC framework.