X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=debian%2Fcontrol;h=81c18fcfaf3ccfbecfe909b798e7eefe99b0cb56;hp=9bac442af847882b40cee26c3ad98648becc435c;hb=c52e08efc11b598173ef0582ca836d43ecdfbe52;hpb=5b1b9850bdb4a36374feea45f4e798bc5f6f6b19 diff --git a/debian/control b/debian/control index 9bac442a..81c18fcf 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: ginac Section: math Priority: optional Maintainer: Richard Kreckel -Build-Depends: debhelper (>= 4.0.0), libcln-dev, libgmp3-dev, libreadline5-dev, flex, bison -Standards-Version: 3.6.1 +Build-Depends: cdbs (>= 0.4.28), debhelper (>= 4.0.0), libcln-dev, libgmp3-dev, libreadline5-dev, flex, bison +Standards-Version: 3.6.2 Package: libginac1.4 Architecture: any @@ -22,7 +22,7 @@ Package: libginac-dev Architecture: any Section: libdevel Depends: libginac1.4 (= ${Source-Version}), libc6-dev, g++, libcln-dev -Recommends: info | info-browser +Recommends: info | info-browser, libginac1.4-dbg (= ${Source-Version}) Suggests: ginac-tools Description: The GiNaC framework (development files) GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra System)") is a @@ -36,6 +36,7 @@ Package: ginac-tools Architecture: any Section: math Depends: ${shlibs:Depends} +Recommends: doc-base 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++ @@ -44,3 +45,20 @@ Description: Some tools for the GiNaC framework 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 GiNaC. + +Package: libginac1.4-dbg +Architecture: any +Section: libdevel +Depends: libginac1.4 (= ${Source-Version}) +Recommends: gdb (>= 6.3) +Description: The GiNaC framework (debugging symbols) + 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 an unstripped shared library with debugging symbols. The + library is installed in /usr/lib/debug and will be automatically used by + gdb while debugging programs using the GiNaC library. Most people will not + need this package. For detailed information about GiNaC see + . +