X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=debian%2Fcontrol;h=97f3b101a3151cca5600b2e1cd763dfb46d990f4;hp=0288c332b6a3292d3019bf037dec1a4fbe4b72f7;hb=3229ec7c42ffc173f94f1c3bffbc30308c93e571;hpb=670a4e51f43eeea6a8c328f103aea61fbe0b27a1 diff --git a/debian/control b/debian/control index 0288c332..97f3b101 100644 --- a/debian/control +++ b/debian/control @@ -3,35 +3,45 @@ Section: math Priority: optional Maintainer: Richard Kreckel 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 for detailed information. + This package provides the runtime library. See 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 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 + for detailed information about the GiNaC framework.