]> www.ginac.de Git - ginac.git/commitdiff
- Updated to reflect new version and split-off of ginaccint. release_0-9-0
authorRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Thu, 7 Jun 2001 22:48:08 +0000 (22:48 +0000)
committerRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Thu, 7 Jun 2001 22:48:08 +0000 (22:48 +0000)
debian/changelog
debian/control
debian/ginac-cint.files [deleted file]
debian/rules

index 9a66ef3ca5ea77fcea68f1a8eebed578912844b8..7365048390037360d59e1c98b6ec2c6ca9a922a6 100644 (file)
@@ -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 <kreckel@ginac.de>  Thu, 7 June 2001 19:17:15 +0200
+
 ginac (0.8.3-1) unstable; urgency=low
 
   * New upstream release; closes #97136.
index dcdd623c5d08b9c98028fc2400ae0fdea38a97ae..ad4f776c5900bc01667a9b4d131a9dc94e52cc32 100644 (file)
@@ -3,7 +3,7 @@ Section: math
 Priority: optional
 Maintainer: Richard Kreckel <kreckel@ginac.de>
 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 (file)
index be3fe01..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-usr/bin/ginaccint.bin
-usr/bin/ginaccint
-usr/share/man/man1/ginaccint*
index 3a24dd81199d83e622d7e95b37f7dbb5e0c12b0b..90f269bd0623a22b1eb25f023615f02ec6576f80 100755 (executable)
@@ -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