From: Richard Kreckel Date: Wed, 1 Aug 2001 17:43:46 +0000 (+0000) Subject: - adjust for 0.9.2, close open bugreports. X-Git-Tag: release_0-9-3~23 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=0787561f69fc98c42e99ff502910a2da99f33690 - adjust for 0.9.2, close open bugreports. --- diff --git a/debian/changelog b/debian/changelog index 22dda7cb..db91d9fa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,9 @@ -ginac (0.9.1-1) unstable; urgency=low +ginac (0.9.2-1) unstable; urgency=low * New upstream release. + * Remove build-dependency on libstdc++-dev; closes: #105952. - -- Richard Kreckel Wed, 27 Jun 2001 21:47:30 +0200 + -- Richard Kreckel Wed, 1 Aug 2001 14:00:16 +0200 ginac (0.9.0-1) unstable; urgency=low diff --git a/debian/control b/debian/control index ad4f776c..0a9e514e 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: math Priority: optional Maintainer: Richard Kreckel Standards-Version: 3.1.1 -Build-Depends: debhelper, libstdc++-dev, cln-dev (>=1.1.0), libgmp3-dev, libreadline4-dev +Build-Depends: debhelper, cln-dev (>=1.1.0), libgmp3-dev, libreadline4-dev Package: libginac Architecture: any @@ -11,10 +11,12 @@ 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. + 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: libginac-dev Architecture: any @@ -23,18 +25,23 @@ 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. + 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: 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 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 some additional tools, like the ginsh (GiNaC interactive - shell) and viewgar (for inspecting GiNaC archives). + shell) and viewgar (for inspecting GiNaC archive files). See + for detailed information about the GiNaC framework.