]> www.ginac.de Git - ginac.git/commitdiff
* Prepare for landing of version 0.7.3.
authorRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Wed, 28 Feb 2001 15:54:23 +0000 (15:54 +0000)
committerRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Wed, 28 Feb 2001 15:54:23 +0000 (15:54 +0000)
debian/changelog
debian/control
debian/ginaccint.files [deleted file]
debian/rules

index 8ed6dbe74580fc00bbfbeae0a31ffb3d2230545d..71d5c13f582963d4e3a39b45494a1bf43a8dcc72 100644 (file)
@@ -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 <kreckel@ginac.de>  Mon, 31 Jan 2001 17:00:31 +0100
+ -- Richard Kreckel <kreckel@ginac.de>  Wed, 28 Feb 2001 17:00:31 +0100
 
 Local variables:
 mode: debian-changelog
index 0288c332b6a3292d3019bf037dec1a4fbe4b72f7..ec899768714467ec499afd05892fcad695c2a9fc 100644 (file)
@@ -3,10 +3,11 @@ 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)
+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 <http://www.ginac.de/> 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 (file)
index 9055605..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-usr/bin/ginaccint*
-usr/share/man/man1/ginaccint*
index 12227e1ff62d9e39d8cd9a9bca3dbd24fe989ffb..4843bc6ea05f71b9bb4094e1e627686f82380693 100755 (executable)
@@ -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