X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=debian%2Fcontrol;h=ad4f776c5900bc01667a9b4d131a9dc94e52cc32;hp=0288c332b6a3292d3019bf037dec1a4fbe4b72f7;hb=05c47b615d0d309d4868c688cd26f68376fa4277;hpb=670a4e51f43eeea6a8c328f103aea61fbe0b27a1 diff --git a/debian/control b/debian/control index 0288c332..ad4f776c 100644 --- a/debian/control +++ b/debian/control @@ -3,35 +3,38 @@ 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, libstdc++-dev, cln-dev (>=1.1.0), libgmp3-dev, libreadline4-dev -Package: ginac +Package: libginac Architecture: any -Depends: ${shlibs:Depends} +Section: libs +Depends: libc6 +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. . See for detailed information. -Package: ginac-dev +Package: libginac-dev Architecture: any Section: devel -Depends: ginac, libc6-dev, g++ (>=2.95.2), cln-dev (>=1.1.0) +Depends: libginac, libc6-dev, g++ (>=2.95.2), cln-dev (>=1.1.0) 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. . This package provides header files, a static library plus a tutorial as info. -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 +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 an open framework for symbolic computation within the C++ programming language. . - ginaccint provides an interactive symbolic interface with a C++ syntax. + This package provides some additional tools, like the ginsh (GiNaC interactive + shell) and viewgar (for inspecting GiNaC archives).