]> www.ginac.de Git - ginac.git/blobdiff - debian/control
fixed description of find() behavior
[ginac.git] / debian / control
index ec899768714467ec499afd05892fcad695c2a9fc..97f3b101a3151cca5600b2e1cd763dfb46d990f4 100644 (file)
@@ -3,27 +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), libreadline4-dev
+Build-Depends: debhelper, libcln-dev, libgmp3-dev, libreadline4-dev, flex, bison
 
-Package: libginac
+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: libginac-dev
 Architecture: any
 Section: devel
-Depends: libginac, 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: ginac-tools
\ No newline at end of file
+Package: ginac-tools
+Architecture: any
+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.
+ .
+ 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.