]> www.ginac.de Git - ginac.git/commitdiff
* Preparing for 0.8.1.
authorRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Fri, 13 Apr 2001 19:26:29 +0000 (19:26 +0000)
committerRichard Kreckel <Richard.Kreckel@uni-mainz.de>
Fri, 13 Apr 2001 19:26:29 +0000 (19:26 +0000)
NEWS
configure.in
debian/ginac-dev.postinst
debian/ginac-dev.postrm
debian/ginac-ginsh.menu
debian/ginac-ginsh.postinst [new file with mode: 0644]
debian/ginac-ginsh.postrm [new file with mode: 0644]
debian/ginac.menu [deleted file]
debian/rules

diff --git a/NEWS b/NEWS
index ddc96b3bc8d57115ea232433bae6148509bf932f..5715aff6b66c723a3419bb38eed7303453a6c7da 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,6 @@
 This file records noteworthy changes.
 
-0.8.1 (<date>)
+0.8.1 (13 April 2001)
 * degree(), ldegree(), coeff(), lcoeff(), tcoeff() and collect() can now
   be used with constants, functions and indexed expressions as well, so you
   can use it to collect by powers of Pi or sin(x), or to find the coefficient
index 43a0006b6f106d938c66e17cd5b44abedbf6b3e2..4e34b5c8c79d79f1793086c609308730456ad11c 100644 (file)
@@ -19,7 +19,7 @@ dnl (don't we all *love* M4?)...
 
 GINACLIB_MAJOR_VERSION=0
 GINACLIB_MINOR_VERSION=8
-GINACLIB_MICRO_VERSION=0
+GINACLIB_MICRO_VERSION=1
 GINACLIB_INTERFACE_AGE=0
 GINACLIB_BINARY_AGE=0
 GINACLIB_VERSION=$GINACLIB_MAJOR_VERSION.$GINACLIB_MINOR_VERSION.$GINACLIB_MICRO_VERSION
index 668dbba3a0f58ca5ab806fe2a54043fd7d377059..7f1990964414e16a5726643627b03152c4da6f28 100644 (file)
@@ -1,5 +1,5 @@
 #!/bin/sh
 set -e
-install-info --section Math Math -- /usr/share/info/ginac.info
+install-info --quiet --section Math Math -- /usr/share/info/ginac.info
 
 #DEBHELPER#
index 2f2ed42680af0bff1744bfad59691898f37da81d..665ea197e152494db428a2ba30569d781ea74ca4 100644 (file)
@@ -1,5 +1,5 @@
 #!/bin/sh
 set -e
-install-info --remove /usr/share/info/ginac.info
+install-info --quiet --remove /usr/share/info/ginac.info
 
 #DEBHELPER#
index 177d359d31448c13bbc8422523498e3253493557..bcd5677c8922ca0402953603940be586f5e2d847 100644 (file)
@@ -1,2 +1 @@
-?package(ginac-ginsh):needs=X11|text|vc|wm section=Apps/see-menu-manual\
-  title="GiNaC interactive shell" command="/usr/bin/ginsh"
+?package(ginac-ginsh):needs=text section=Apps/Math title="GiNaC interactive shell" command="/usr/bin/ginsh"
diff --git a/debian/ginac-ginsh.postinst b/debian/ginac-ginsh.postinst
new file mode 100644 (file)
index 0000000..7032e05
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/sh
+set -e
+
+if test -x /usr/bin/update-menus; then update-menus; fi
+
+#DEBHELPER#
diff --git a/debian/ginac-ginsh.postrm b/debian/ginac-ginsh.postrm
new file mode 100644 (file)
index 0000000..7032e05
--- /dev/null
@@ -0,0 +1,6 @@
+#!/bin/sh
+set -e
+
+if test -x /usr/bin/update-menus; then update-menus; fi
+
+#DEBHELPER#
diff --git a/debian/ginac.menu b/debian/ginac.menu
deleted file mode 100644 (file)
index abcdd23..0000000
+++ /dev/null
@@ -1 +0,0 @@
-?package(ginac):needs=text section=Apps/Math title="GiNaC interactive shell" command="/usr/bin/ginsh"
index 4843bc6ea05f71b9bb4094e1e627686f82380693..59570031d0a5510495a4ac2ade8d9a4c4df7a423 100755 (executable)
@@ -34,8 +34,9 @@ binary-arch: build
        $(MAKE) install prefix=`pwd`/debian/tmp/usr infodir=`pwd`/debian/tmp/usr/share/info mandir=`pwd`/debian/tmp/usr/share/man
        dh_installdocs ChangeLog NEWS README
        dh_installchangelogs
-       dh_installmenu
-       dh_movefiles -pginac-dev
+       dh_installmenu -pginac-ginsh
+#      dh_movefiles -pginac-dev
+       dh_movefiles
        dh_strip
        dh_compress
        dh_fixperms