]> www.ginac.de Git - ginac.git/commitdiff
Hope this works now. release_0-7-1
authorRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Wed, 7 Feb 2001 19:16:52 +0000 (19:16 +0000)
committerRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Wed, 7 Feb 2001 19:16:52 +0000 (19:16 +0000)
debian/control
debian/ginac-dev.files
debian/ginac-dev.postinst [new file with mode: 0644]
debian/ginac-dev.postrm [new file with mode: 0644]
debian/ginac-doc.files [deleted file]
debian/ginac.menu
debian/ginaccint.files
debian/rules

index 9be99324aa9271cdf5cde28f69462c113d5c648a..0288c332b6a3292d3019bf037dec1a4fbe4b72f7 100644 (file)
@@ -18,30 +18,20 @@ Package: ginac-dev
 Architecture: any
 Section: devel
 Depends: ginac, libc6-dev, g++ (>=2.95.2), cln-dev (>=1.1.0)
-Recommends: ginac-ginsh
-Suggests: ginac-doc
+Recommends: info | info-browser
 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 header files and a static library.
+ 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-doc
-Architecture: any
-Recommends: info | info-browser
-Description: The GiNaC framework (documentation 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 contains the complete documentation including a tutorial and a
- browsable reference.
index 898ea2e0e5a3afbd4fd55f5457fd6de093b81acb..066df4b0efdd844a8d05e6517117514ce2f90c42 100644 (file)
@@ -4,3 +4,4 @@ usr/lib/libginac.so
 usr/include/ginac
 usr/bin/ginac-config
 usr/share/man/man1/ginac-config*
+usr/share/info
diff --git a/debian/ginac-dev.postinst b/debian/ginac-dev.postinst
new file mode 100644 (file)
index 0000000..668dbba
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh
+set -e
+install-info --section Math Math -- /usr/share/info/ginac.info
+
+#DEBHELPER#
diff --git a/debian/ginac-dev.postrm b/debian/ginac-dev.postrm
new file mode 100644 (file)
index 0000000..2f2ed42
--- /dev/null
@@ -0,0 +1,5 @@
+#!/bin/sh
+set -e
+install-info --remove /usr/share/info/ginac.info
+
+#DEBHELPER#
diff --git a/debian/ginac-doc.files b/debian/ginac-doc.files
deleted file mode 100644 (file)
index e69de29..0000000
index 005b3932b3cfa0d8b367b3654150bc5f76ea0c3b..abcdd236c4005da8e5ffac4c173d0ed9a2ab4c90 100644 (file)
@@ -1,2 +1 @@
-?package(ginac):needs=X11|text|vc|wm section=Apps/see-menu-manual\
-  title="GiNaC interactive shell" command="/usr/bin/ginsh"
+?package(ginac):needs=text section=Apps/Math title="GiNaC interactive shell" command="/usr/bin/ginsh"
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..90556052363dfac5f9602f26d23b892fe214a6ee 100644 (file)
@@ -0,0 +1,2 @@
+usr/bin/ginaccint*
+usr/share/man/man1/ginaccint*
index eec20aea89b1765d996a2172af55587a9dc8529b..12227e1ff62d9e39d8cd9a9bca3dbd24fe989ffb 100755 (executable)
@@ -35,7 +35,7 @@ binary-arch: build
        dh_installdocs ChangeLog NEWS README
        dh_installchangelogs
        dh_installmenu
-       dh_movefiles -pginac-dev -pginac-doc
+       dh_movefiles -pginac-dev
        if test -f cint/ginaccint.bin; then dh_movefiles -pginaccint; fi
        dh_strip
        dh_compress
@@ -45,7 +45,7 @@ binary-arch: build
        dh_makeshlibs
        dh_installdeb
        dh_md5sums
-       dh_builddeb -pginac -pginac-dev -pginac-doc
+       dh_builddeb -pginac -pginac-dev
        if test -f cint/ginaccint.bin; then dh_builddeb -pginaccint; fi
 
 binary: binary-indep binary-arch