[maxima-sage] 02/12: Remove all binary packages except maxima, maxima-doc and maxima-share and rename them to maxima-sage*.

Tobias Hansen thansen at moszumanska.debian.org
Sun Nov 13 17:15:38 UTC 2016


This is an automated email from the git hooks/post-receive script.

thansen pushed a commit to branch master
in repository maxima-sage.

commit 92e7a119736595e42208d6127d7a7cd08182d250
Author: Tobias Hansen <thansen at broeselmaschine.fc.up.pt>
Date:   Sat Nov 12 22:49:42 2016 +0000

    Remove all binary packages except maxima, maxima-doc and maxima-share and rename them to maxima-sage*.
---
 debian/control                                     | 98 ++--------------------
 debian/maxima-ecl.install.in                       |  2 -
 debian/maxima-emacs.README.Debian                  |  7 --
 debian/maxima-emacs.emacsen-compat                 |  1 -
 debian/maxima-emacs.emacsen-install                | 42 ----------
 debian/maxima-emacs.emacsen-remove                 | 15 ----
 debian/maxima-emacs.emacsen-startup                | 37 --------
 debian/maxima-emacs.install.in                     |  3 -
 debian/maxima-emacs.postinst.old                   | 11 ---
 debian/maxima-emacs.postrm.old                     | 11 ---
 ...doc-base.main => maxima-sage-doc.doc-base.main} |  0
 ...a-doc.install.in => maxima-sage-doc.install.in} |  0
 ...are.install.in => maxima-sage-share.install.in} |  0
 debian/{maxima.docs => maxima-sage.docs}           |  0
 .../{maxima.install.in => maxima-sage.install.in}  |  2 +
 debian/{maxima.manpages => maxima-sage.manpages}   |  0
 debian/maxima-src.install.in                       |  1 -
 debian/maxima-test.install.in                      |  2 -
 debian/old.maxima-doc.doc-base.plotting            |  9 --
 debian/old.maxima-doc.doc-base.tips                |  9 --
 debian/source/include-binaries                     |  1 +
 debian/xmaxima.1                                   | 68 ---------------
 debian/xmaxima.desktop                             | 11 ---
 debian/xmaxima.install.in                          |  6 --
 debian/xmaxima.manpages                            |  1 -
 debian/xmaxima.menu                                |  2 -
 debian/xmaxima.patch                               | 11 ---
 27 files changed, 9 insertions(+), 341 deletions(-)

diff --git a/debian/control b/debian/control
index f82ff2b..9f4fb25 100644
--- a/debian/control
+++ b/debian/control
@@ -8,11 +8,11 @@ Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/maxima-sage.git
 Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/maxima-sage.git
 
-Package: maxima
+Package: maxima-sage
 Architecture: any
 Depends:  ${shlibs:Depends}, ${misc:Depends}
-Recommends: maxima-share, gnuplot-x11
-Suggests: texmacs, maxima-doc, xmaxima, maxima-emacs, wish
+Recommends: maxima-sage-share, gnuplot-x11
+Suggests: texmacs, maxima-sage-doc, wish
 Description: Computer algebra system -- base system
  Maxima is a fully symbolic computation program.  It is full featured
  doing symbolic manipulation of polynomials, matrices, rational
@@ -25,41 +25,10 @@ Description: Computer algebra system -- base system
  .
  This package contains the main executables and base system files.
 
-Package: maxima-src
-Architecture: all
-Depends: ${misc:Depends}
-Description: Computer algebra system -- source code
- Maxima is a fully symbolic computation program.  It is full featured
- doing symbolic manipulation of polynomials, matrices, rational
- functions, integration, Todd-coxeter methods for finite group
- analysis, graphing, multiple precision floating point computation.
- It has a symbolic source level debugger for maxima code.  Maxima is
- based on the original Macsyma developed at MIT in the 1970s.  It is
- quite reliable, and has good garbage collection, and no memory leaks.
- It comes with hundreds of self tests.
- .
- This package contains the lisp source code.
-
-Package: maxima-test
-Architecture: all
-Depends: maxima (>= ${binary:Version}), maxima-src (>= ${source:Version}), maxima-share (>= ${source:Version}), ${misc:Depends}
-Description: Computer algebra system -- test suite
- Maxima is a fully symbolic computation program.  It is full featured
- doing symbolic manipulation of polynomials, matrices, rational
- functions, integration, Todd-coxeter methods for finite group
- analysis, graphing, multiple precision floating point computation.
- It has a symbolic source level debugger for maxima code.  Maxima is
- based on the original Macsyma developed at MIT in the 1970s.  It is
- quite reliable, and has good garbage collection, and no memory leaks.
- It comes with hundreds of self tests.
- .
- This package contains a build integrity test suite.
-
-Package: maxima-doc
+Package: maxima-sage-doc
 Section: doc
 Architecture: all
 Depends: ${misc:Depends}
-Replaces: maxima (<< ${binary:Version})
 Description: Computer algebra system -- documentation
  Maxima is a fully symbolic computation program.  It is full featured
  doing symbolic manipulation of polynomials, matrices, rational
@@ -72,48 +41,9 @@ Description: Computer algebra system -- documentation
  .
  This package contains most of the documentation.
 
-Package: xmaxima
-Architecture: any
-Depends:  tk, maxima (>= ${binary:Version}), maxima-doc (>= ${source:Version}), maxima-test (>= ${source:Version}), ${misc:Depends}
-Recommends: mime-support, postscript-viewer, pdf-viewer
-Suggests: texmacs
-Replaces: maxima (<< ${binary:Version})
-Description: Computer algebra system -- x interface
- Maxima is a fully symbolic computation program.  It is full featured
- doing symbolic manipulation of polynomials, matrices, rational
- functions, integration, Todd-coxeter methods for finite group
- analysis, graphing, multiple precision floating point computation.
- It has a symbolic source level debugger for maxima code.  Maxima is
- based on the original Macsyma developed at MIT in the 1970s.  It is
- quite reliable, and has good garbage collection, and no memory leaks.
- It comes with hundreds of self tests.
- .
- This package contains an X Windows interface using the tcl/tk 
- libraries. 
-
-Package: maxima-emacs
-Depends:  maxima (>= ${binary:Version}), emacs24 | emacsen, emacsen-common (>= 1.4.14), texlive-base-bin, ${misc:Depends}, texlive-latex-recommended, maxima-doc (>= ${source:Version})
-Recommends: mime-support, postscript-viewer, pdf-viewer
-Architecture: all
-Replaces: maxima (<< ${binary:Version})
-Description: Computer algebra system -- emacs interface
- Maxima is a fully symbolic computation program.  It is full featured
- doing symbolic manipulation of polynomials, matrices, rational
- functions, integration, Todd-coxeter methods for finite group
- analysis, graphing, multiple precision floating point computation.
- It has a symbolic source level debugger for maxima code.  Maxima is
- based on the original Macsyma developed at MIT in the 1970s.  It is
- quite reliable, and has good garbage collection, and no memory leaks.
- It comes with hundreds of self tests.
- .
- This package contains a tradition emacs interface, together with a
- newer imaxima interface supporting inline imaging and HTML export
- under a specialized imath mode.
-
-Package: maxima-share
+Package: maxima-sage-share
 Architecture: all
-Depends:  maxima (>= ${binary:Version}), ${misc:Depends}
-Replaces: maxima (<< ${binary:Version})
+Depends:  maxima-sage (>= ${binary:Version}), ${misc:Depends}
 Description: Computer algebra system -- extra code
  Maxima is a fully symbolic computation program.  It is full featured
  doing symbolic manipulation of polynomials, matrices, rational
@@ -126,19 +56,3 @@ Description: Computer algebra system -- extra code
  .
  This package contains a set of contributed routines and add-on 
  packages.
-
-Package: maxima-ecl
-Architecture: any
-Depends:  ${shlibs:Depends}, ${misc:Depends}, maxima
-Description: Computer algebra system -- ecl runtime and fasl library
- Maxima is a fully symbolic computation program.  It is full featured
- doing symbolic manipulation of polynomials, matrices, rational
- functions, integration, Todd-coxeter methods for finite group
- analysis, graphing, multiple precision floating point computation.
- It has a symbolic source level debugger for maxima code.  Maxima is
- based on the original Macsyma developed at MIT in the 1970s.  It is
- quite reliable, and has good garbage collection, and no memory leaks.
- It comes with hundreds of self tests.
- .
- This package contains a maxima runtime compiled with ecl
- as well as well as a fasl library of maxima for ecl.
diff --git a/debian/maxima-ecl.install.in b/debian/maxima-ecl.install.in
deleted file mode 100644
index 996c2bb..0000000
--- a/debian/maxima-ecl.install.in
+++ /dev/null
@@ -1,2 +0,0 @@
-debian/tmp/usr/lib/maxima/@MVERS@/binary-ecl/maxima
-debian/tmp/usr/lib/ecl/maxima.fas
diff --git a/debian/maxima-emacs.README.Debian b/debian/maxima-emacs.README.Debian
deleted file mode 100644
index 9180fa3..0000000
--- a/debian/maxima-emacs.README.Debian
+++ /dev/null
@@ -1,7 +0,0 @@
-maxima-emacs for Debian
-----------------------
-
-Please note that auto-compression-mode must be enabled at present to
-use the maxima-help function ("Help" on the maxima emacs menubar, or
-C-c C-d).
-
diff --git a/debian/maxima-emacs.emacsen-compat b/debian/maxima-emacs.emacsen-compat
deleted file mode 100644
index 573541a..0000000
--- a/debian/maxima-emacs.emacsen-compat
+++ /dev/null
@@ -1 +0,0 @@
-0
diff --git a/debian/maxima-emacs.emacsen-install b/debian/maxima-emacs.emacsen-install
deleted file mode 100644
index 6bddd2f..0000000
--- a/debian/maxima-emacs.emacsen-install
+++ /dev/null
@@ -1,42 +0,0 @@
-#! /bin/sh -e
-# /usr/lib/emacsen-common/packages/install/maxima
-
-# Written by Jim Van Zandt <jrv at vanzandt.mv.com>, borrowing heavily
-# from the install scripts for gettext by Santiago Vila
-# <sanvila at ctv.es> and octave by Dirk Eddelbuettel <edd at debian.org>.
-
-FLAVOR=$1
-PACKAGE=maxima
-
-if [ ${FLAVOR} = emacs ]; then exit 0; fi
-
-echo install/${PACKAGE}: Handling install for emacsen flavor ${FLAVOR}
-
-SITEFLAG="-no-site-file"
-FLAGS="${SITEFLAG} -q -batch -l path.el -f batch-byte-compile"
-
-ELDIR=/usr/share/emacs/site-lisp/${PACKAGE}
-ELCDIR=/usr/share/${FLAVOR}/site-lisp/${PACKAGE}
-
-# Install-info-altdir does not actually exist. 
-# Maybe somebody will write it.
-if test -x /usr/sbin/install-info-altdir; then
-    echo install/${PACKAGE}: install Info links for ${FLAVOR}
-    install-info-altdir --quiet --section "" "" --dirname=${FLAVOR} /usr/info/${PACKAGE}.info.gz
-fi
-
-install -m 755 -d ${ELCDIR}
-cd ${ELDIR}
-FILES=`echo *.el`
-#cp ${FILES} ${ELCDIR}
-cd ${ELCDIR}
-ln -sf ${ELDIR}/*.el ${ELDIR}/*.lisp .
-
-cat << EOF > path.el
-(setq load-path (cons "." load-path) byte-compile-warnings nil)
-EOF
-rm -f *.elc
-${FLAVOR} ${FLAGS} ${FILES}
-rm -f path.el
-
-exit 0
diff --git a/debian/maxima-emacs.emacsen-remove b/debian/maxima-emacs.emacsen-remove
deleted file mode 100644
index 29fa648..0000000
--- a/debian/maxima-emacs.emacsen-remove
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh -e
-# /usr/lib/emacsen-common/packages/remove/maxima
-
-FLAVOR=$1
-PACKAGE=maxima
-
-if [ ${FLAVOR} != emacs ]; then
-    if test -x /usr/sbin/install-info-altdir; then
-        echo remove/${PACKAGE}: removing Info links for ${FLAVOR}
-        install-info-altdir --quiet --remove --dirname=${FLAVOR} /usr/info/maxima.info.gz
-    fi
-
-    echo remove/${PACKAGE}: purging byte-compiled files for ${FLAVOR}
-    rm -rf /usr/share/${FLAVOR}/site-lisp/${PACKAGE}
-fi
diff --git a/debian/maxima-emacs.emacsen-startup b/debian/maxima-emacs.emacsen-startup
deleted file mode 100644
index 48d1e80..0000000
--- a/debian/maxima-emacs.emacsen-startup
+++ /dev/null
@@ -1,37 +0,0 @@
-;; -*-emacs-lisp-*-
-;;
-;; Emacs startup file for the Debian GNU/Linux maxima package
-;;
-;; Originally contributed by Nils Naumann <naumann at unileoben.ac.at>
-;; Modified by Dirk Eddelbuettel <edd at debian.org>
-;; Adapted for dh-make by Jim Van Zandt <jrv at vanzandt.mv.com>
-
-;; The maxima package follows the Debian/GNU Linux 'emacsen' policy and
-;; byte-compiles its elisp files for each 'emacs flavor' (emacs19,
-;; xemacs19, emacs20, xemacs20...).  The compiled code is then
-;; installed in a subdirectory of the respective site-lisp directory.
-;; We have to add this to the load-path:
-(debian-pkg-add-load-path-item (concat "/usr/share/"
-                              (symbol-name debian-emacs-flavor)
-                              "/site-lisp/maxima"))
-;(setq load-path (cons (concat "/usr/share/"
-;                              (symbol-name debian-emacs-flavor)
-;                              "/site-lisp/maxima") load-path ))
-
-; To enable maxima-info and maxima-help from emacs menu on Debian
-; auto-compression-mode must be on for maxima-help
-(setq maxima-info-dir "/usr/share/info/"
-      maxima-info-index-file "maxima.info-3.gz")
-
-(autoload 'maxima "maxima" "" t)
-
-
-; For emaxima.lisp to be found and tex update mode to be enabled.
-;
-;(debian-pkg-add-load-path-item "/usr/share/emacs/site-lisp/maxima")
-;
-(autoload 'emaxima-mode "emaxima" "" t)
-
-(autoload 'imaxima "imaxima" "" t)
-
-(autoload 'imath-mode "imath" "" t)
diff --git a/debian/maxima-emacs.install.in b/debian/maxima-emacs.install.in
deleted file mode 100644
index d550f49..0000000
--- a/debian/maxima-emacs.install.in
+++ /dev/null
@@ -1,3 +0,0 @@
-debian/tmp/usr/share/emacs
-debian/tmp/usr/share/maxima/@MVERS@/emacs
-debian/tmp/usr/share/texmf
diff --git a/debian/maxima-emacs.postinst.old b/debian/maxima-emacs.postinst.old
deleted file mode 100644
index 2cea29b..0000000
--- a/debian/maxima-emacs.postinst.old
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ "$1" = "configure" ] ; then
-
-	texhash
-
-fi
-
-#DEBHELPER#
diff --git a/debian/maxima-emacs.postrm.old b/debian/maxima-emacs.postrm.old
deleted file mode 100644
index 72469d6..0000000
--- a/debian/maxima-emacs.postrm.old
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/bin/sh
-
-set -e
-
-if [ "$1" = "remove" ] || [ "$1" = "purge" ] ; then
-
-	! [ -x "$(which texhash)" ] || texhash
-
-fi
-
-#DEBHELPER#
diff --git a/debian/maxima-doc.doc-base.main b/debian/maxima-sage-doc.doc-base.main
similarity index 100%
rename from debian/maxima-doc.doc-base.main
rename to debian/maxima-sage-doc.doc-base.main
diff --git a/debian/maxima-doc.install.in b/debian/maxima-sage-doc.install.in
similarity index 100%
rename from debian/maxima-doc.install.in
rename to debian/maxima-sage-doc.install.in
diff --git a/debian/maxima-share.install.in b/debian/maxima-sage-share.install.in
similarity index 100%
rename from debian/maxima-share.install.in
rename to debian/maxima-sage-share.install.in
diff --git a/debian/maxima.docs b/debian/maxima-sage.docs
similarity index 100%
rename from debian/maxima.docs
rename to debian/maxima-sage.docs
diff --git a/debian/maxima.install.in b/debian/maxima-sage.install.in
similarity index 73%
rename from debian/maxima.install.in
rename to debian/maxima-sage.install.in
index 2de907c..8757684 100644
--- a/debian/maxima.install.in
+++ b/debian/maxima-sage.install.in
@@ -1,6 +1,8 @@
 debian/tmp/usr/bin/maxima
 debian/tmp/usr/lib/maxima/@MVERS@/binary-gcl/maxima
+debian/tmp/usr/lib/maxima/@MVERS@/binary-ecl/maxima
 debian/tmp/usr/lib/maxima/@MVERS@/mgnuplot
+debian/tmp/usr/lib/ecl/maxima.fas
 debian/tmp/usr/share/man/man1/maxima.1
 debian/tmp/usr/share/maxima/@MVERS@/demo
 debian/tmp/usr/share/doc/maxima
diff --git a/debian/maxima.manpages b/debian/maxima-sage.manpages
similarity index 100%
rename from debian/maxima.manpages
rename to debian/maxima-sage.manpages
diff --git a/debian/maxima-src.install.in b/debian/maxima-src.install.in
deleted file mode 100644
index 351a3f4..0000000
--- a/debian/maxima-src.install.in
+++ /dev/null
@@ -1 +0,0 @@
-debian/tmp/usr/share/maxima/@MVERS@/src
diff --git a/debian/maxima-test.install.in b/debian/maxima-test.install.in
deleted file mode 100644
index 5241328..0000000
--- a/debian/maxima-test.install.in
+++ /dev/null
@@ -1,2 +0,0 @@
-debian/tmp/usr/share/maxima/@MVERS@/tests
-
diff --git a/debian/old.maxima-doc.doc-base.plotting b/debian/old.maxima-doc.doc-base.plotting
deleted file mode 100644
index 5df92f9..0000000
--- a/debian/old.maxima-doc.doc-base.plotting
+++ /dev/null
@@ -1,9 +0,0 @@
-Document: maxima-plotting
-Title: Debian Maxima Manual -- Plotting examples
-Author: Maxima development team -- http://sourceforge.net/projects/maxima
-Abstract: This manual documents the new gnuplot-based plotting features in maxima.
-Section: Science/Mathematics
-
-Format: HTML
-Index: /usr/share/doc/maxima-doc/plotting/maxima-gnuplot.html
-Files: /usr/share/doc/maxima-doc/plotting/*.html
diff --git a/debian/old.maxima-doc.doc-base.tips b/debian/old.maxima-doc.doc-base.tips
deleted file mode 100644
index 755c3c4..0000000
--- a/debian/old.maxima-doc.doc-base.tips
+++ /dev/null
@@ -1,9 +0,0 @@
-Document: maxima-tips
-Title: Debian Maxima Manual -- usage tips
-Author: Maxima development team -- http://sourceforge.net/projects/maxima
-Abstract: This manual documents various useful user interface features of maxima.
-Section: Science/Mathematics
-
-Format: HTML
-Index: /usr/share/doc/maxima-doc/tips/ui-tips.html
-Files: /usr/share/doc/maxima-doc/tips/ui-tips.html
diff --git a/debian/source/include-binaries b/debian/source/include-binaries
index 9ea0f6f..c6164bf 100644
--- a/debian/source/include-binaries
+++ b/debian/source/include-binaries
@@ -1 +1,2 @@
 debian/favicon.ico
+share/contrib/maxima-odesolve/kovacicODE.info
diff --git a/debian/xmaxima.1 b/debian/xmaxima.1
deleted file mode 100644
index 97427c8..0000000
--- a/debian/xmaxima.1
+++ /dev/null
@@ -1,68 +0,0 @@
-.\"                                      Hey, EMACS: -*- nroff -*-
-.\" First parameter, NAME, should be all caps
-.\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
-.\" other parameters are allowed: see man(7), man(1)
-.TH XMAXIMA 1 "9/18/01"
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh        disable hyphenation
-.\" .hy        enable hyphenation
-.\" .ad l      left justify
-.\" .ad b      justify to both left and right margins
-.\" .nf        disable filling
-.\" .fi        enable filling
-.\" .br        insert line break
-.\" .sp <n>    insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.SH NAME
-xmaxima \- graphical frontend to maxima computer algebra system
-.SH SYNOPSIS
-.B xmaxima
-.\" .RI [ options ] " files" ...
-.\" .br
-.\" .B bar
-.\" .RI [ options ] " files" ...
-.SH DESCRIPTION
-.\" This manual page documents briefly the
-.\" .B xmaxima
-.\" and
-.\" .B bar
-.\" commands.
-This manual page was written for the Debian GNU/Linux distribution
-because the original program does not have a manual page.
-.\" Instead, it has documentation in the GNU Info format; see below.
-.PP
-.\" TeX users may be more comfortable with the \fB<whatever>\fP and
-.\" \fI<whatever>\fP escape sequences to invode bold face and italics, 
-.\" respectively.
-\fBxmaxima\fP is a rather self-explanatory frontend to the maxima
-computer algebra system.  Menus provide access to online help in html
-format, as well as to "netmath", a web-based mathematical exploration
-tool hosted on the Internet.  Plots appear in integrated sub-windows.
-A maxima primer appears on startup, allowing the user to execute demos
-of maxima functionality with the mouse.
-.SH OPTIONS
-\fBxmaxima\fP takes no options.
-.\" These programs follow the usual GNU command line syntax, with long
-.\" options starting with two dashes (`-').
-.\" A summary of options is included below.
-.\" For a complete description, see the Info files.
-.\" .TP
-.\" .B \-h, \-\-help
-.\" Show summary of options.
-.\" .TP
-.\" .B \-v, \-\-version
-.\" Show version of program.
-.SH SEE ALSO
-.BR maxima (1),
-.\" .BR baz (1).
-.br
-Maxima has an extensive set of info pages provided in the Debian
-package. 
-.\" The programs are documented fully by
-.\" .IR "The Rise and Fall of a Fooish Bar" ,
-.\" available via the Info system.
-.SH AUTHOR
-This manual page was written by Camm Maguire <camm at enhanced.com>,
-for the Debian GNU/Linux system (but may be used by others).
diff --git a/debian/xmaxima.desktop b/debian/xmaxima.desktop
deleted file mode 100644
index 13ea333..0000000
--- a/debian/xmaxima.desktop
+++ /dev/null
@@ -1,11 +0,0 @@
-[Desktop Entry]
-Version=1.0
-Encoding=UTF-8
-Name=Maxima Algebra System
-GenericName=Computer Algebra System
-Comment=An interface to the Maxima Computer Algebra System
-Exec=xmaxima
-Icon=maxima-icon
-Type=Application
-Terminal=false
-Categories=Education;Math;
diff --git a/debian/xmaxima.install.in b/debian/xmaxima.install.in
deleted file mode 100644
index 49a139a..0000000
--- a/debian/xmaxima.install.in
+++ /dev/null
@@ -1,6 +0,0 @@
-debian/tmp/usr/bin/xmaxima
-debian/tmp/usr/share/doc/xmaxima
-debian/tmp/usr/share/maxima/@MVERS@/xmaxima
-debian/tmp/usr/share/applications/xmaxima.desktop
-debian/tmp/usr/share/pixmaps/maxima-icon.png
-
diff --git a/debian/xmaxima.manpages b/debian/xmaxima.manpages
deleted file mode 100644
index b014450..0000000
--- a/debian/xmaxima.manpages
+++ /dev/null
@@ -1 +0,0 @@
-debian/xmaxima.1
diff --git a/debian/xmaxima.menu b/debian/xmaxima.menu
deleted file mode 100644
index 78a9392..0000000
--- a/debian/xmaxima.menu
+++ /dev/null
@@ -1,2 +0,0 @@
-?package(xmaxima):needs="X11" section="Applications/Education"\
-  title="xmaxima" command="/usr/bin/xmaxima"
diff --git a/debian/xmaxima.patch b/debian/xmaxima.patch
deleted file mode 100644
index 8609f02..0000000
--- a/debian/xmaxima.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- xmaxima/xmaxima	Thu Mar  6 07:47:36 2003
-+++ xmaxima/xmaxima.p	Thu Mar  6 07:48:28 2003
-@@ -14237,7 +14237,7 @@
-     $m add command -underline 0 \
- 	-state $state \
- 	-label {Run Tests} \
--	-command "sendMaxima $text {:lisp (progn (\#+gcl si::chdir \#+clisp ext:cd \#+cmu unix:unix-chdir \"$dir\")(load \"tests.lisp\"))\n}"
-+	-command "sendMaxima $text {:lisp (load \"/usr/share/maxima/@MVERS@/tests/tests.lisp\")\n}"
- 
- 
-     # Add a Help menubutton

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/maxima-sage.git



More information about the debian-science-commits mailing list