]> www.ginac.de Git - ginac.git/blobdiff - debian/control
Hope this works now.
[ginac.git] / debian / control
index 3766e4a25887c1472b83cc20d4a304fa0a123c7f..0288c332b6a3292d3019bf037dec1a4fbe4b72f7 100644 (file)
@@ -1,8 +1,9 @@
 Source: ginac
-Section: devel
+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)
 
 Package: ginac
 Architecture: any
@@ -15,31 +16,22 @@ Description: The GiNaC framework (runtime library)
 
 Package: ginac-dev
 Architecture: any
-Depends: ginac, libc6-dev
-Recommends: ginac-ginsh
-Suggests: ginac-doc
+Section: devel
+Depends: ginac, libc6-dev, g++ (>=2.95.2), cln-dev (>=1.1.0)
+Recommends: info | info-browser
 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.
  .
- This package provides header files and a static library.
-
-Package: ginac-ginsh
-Architecture: any
-Depends: ginac, libc6-dev
-Description: The GiNaC framework's interactive shell
- GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra System)") is an
- open framework for symbolic computation within the C++ programming language.
- .
- The ginsh (GiNaC interactive shell) provides a simple and easy to use 
- CAS-like interface for GiNaC's classes.
+ This package provides header files, a static library plus a tutorial as info.
 
-Package: ginac-doc
+Package: ginaccint
 Architecture: any
-Depends: ginac, libc6-dev
-Description: The GiNaC framework (documentation files)
+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.
  .
- This package contains the complete documentation including a  tutorial and a
- browsable reference.
\ No newline at end of file
+ ginaccint provides an interactive symbolic interface with a C++ syntax.