From: Richard Kreckel Date: Wed, 28 Feb 2001 15:54:23 +0000 (+0000) Subject: * Prepare for landing of version 0.7.3. X-Git-Tag: release_0-7-3~5 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=19d82770007e4d565ce4d07e3e7a02a1809de4eb * Prepare for landing of version 0.7.3. --- diff --git a/debian/changelog b/debian/changelog index 8ed6dbe7..71d5c13f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,8 @@ -ginac (0.7.1-1) unstable; urgency=low +ginac (0.7.3-1) unstable; urgency=low * Initial Debian release. - -- Richard Kreckel Mon, 31 Jan 2001 17:00:31 +0100 + -- Richard Kreckel Wed, 28 Feb 2001 17:00:31 +0100 Local variables: mode: debian-changelog diff --git a/debian/control b/debian/control index 0288c332..ec899768 100644 --- a/debian/control +++ b/debian/control @@ -3,10 +3,11 @@ 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), libreadline4-dev -Package: ginac +Package: libginac Architecture: any +Section: libs Depends: ${shlibs:Depends} Description: The GiNaC framework (runtime library) GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra System)") is an @@ -14,10 +15,10 @@ Description: The GiNaC framework (runtime library) . 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 Description: The GiNaC framework (development files) GiNaC (which stands for "GiNaC is Not a CAS (Computer Algebra System)") is an @@ -25,13 +26,4 @@ Description: The GiNaC framework (development files) . This package provides header files, a static library plus a tutorial as info. -Package: ginaccint -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. - . - ginaccint provides an interactive symbolic interface with a C++ syntax. +Package: ginac-tools \ No newline at end of file diff --git a/debian/ginaccint.files b/debian/ginaccint.files deleted file mode 100644 index 90556052..00000000 --- a/debian/ginaccint.files +++ /dev/null @@ -1,2 +0,0 @@ -usr/bin/ginaccint* -usr/share/man/man1/ginaccint* diff --git a/debian/rules b/debian/rules index 12227e1f..4843bc6e 100755 --- a/debian/rules +++ b/debian/rules @@ -36,7 +36,6 @@ binary-arch: build dh_installchangelogs dh_installmenu dh_movefiles -pginac-dev - if test -f cint/ginaccint.bin; then dh_movefiles -pginaccint; fi dh_strip dh_compress dh_fixperms @@ -46,7 +45,6 @@ binary-arch: build dh_installdeb dh_md5sums dh_builddeb -pginac -pginac-dev - if test -f cint/ginaccint.bin; then dh_builddeb -pginaccint; fi binary: binary-indep binary-arch