From ed8bc6b98d9cb45157d9ddf9cfcd78e67b0425e9 Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Thu, 7 Jun 2001 22:48:08 +0000 Subject: [PATCH] - Updated to reflect new version and split-off of ginaccint. --- debian/changelog | 8 ++++++++ debian/control | 13 +------------ debian/ginac-cint.files | 3 --- debian/rules | 4 +--- 4 files changed, 10 insertions(+), 18 deletions(-) delete mode 100644 debian/ginac-cint.files diff --git a/debian/changelog b/debian/changelog index 9a66ef3c..73650483 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +ginac (0.9.0-1) unstable; urgency=low + + * New upstream release. This separates the ginaccint stuff off into + a different package (closes: #97836). + * Added libgmp3-dev build-dependency (closes: #99083). + + -- Richard Kreckel Thu, 7 June 2001 19:17:15 +0200 + ginac (0.8.3-1) unstable; urgency=low * New upstream release; closes #97136. diff --git a/debian/control b/debian/control index dcdd623c..ad4f776c 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), libreadline4-dev, cint (>=5.14.81) +Build-Depends: debhelper, libstdc++-dev, cln-dev (>=1.1.0), libgmp3-dev, libreadline4-dev Package: libginac Architecture: any @@ -38,14 +38,3 @@ Description: Some tools for the GiNaC framework . This package provides some additional tools, like the ginsh (GiNaC interactive shell) and viewgar (for inspecting GiNaC archives). - -Package: ginac-cint -Architecture: any -Section: math -Depends: ${shlibs:Depends}, libc6-dev, g++ (>=2.95.2), libginac-dev, cln-dev (>=1.1.0) -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 the program ginaccint, an interpreted C++ frontend for - symbolic computation with GiNaC. diff --git a/debian/ginac-cint.files b/debian/ginac-cint.files deleted file mode 100644 index be3fe011..00000000 --- a/debian/ginac-cint.files +++ /dev/null @@ -1,3 +0,0 @@ -usr/bin/ginaccint.bin -usr/bin/ginaccint -usr/share/man/man1/ginaccint* diff --git a/debian/rules b/debian/rules index 3a24dd81..90f269bd 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ version_major=$(shell expr `pwd` : '.*-\([0-9]*\).[0-9.]*') build: dh_testdir - ./configure --prefix=/usr --with-cint + ./configure --prefix=/usr $(MAKE) CXXFLAGS="-O2" touch build @@ -30,8 +30,6 @@ binary-arch: build dh_installdirs # When is Automake going to honor FHS? $(MAKE) install prefix=`pwd`/debian/tmp/usr infodir=`pwd`/debian/tmp/usr/share/info mandir=`pwd`/debian/tmp/usr/share/man - # Work around dumb lintian error: binary-without-manpage ginaccint.bin - (cd `pwd`/debian/tmp/usr/share/man/man1; ln -s ginaccint.1.gz ginaccint.bin.1.gz) # Automake generated Makefile.in do install-info, which is bad for us: -rm -f `pwd`/debian/tmp/usr/share/info/dir* dh_installdocs ChangeLog NEWS README -- 2.44.0