debian/ 0000755 0000000 0000000 00000000000 12263565134 007175 5 ustar debian/rules 0000755 0000000 0000000 00000024630 12263560055 010257 0 ustar #!/usr/bin/make -f
#-*- makefile -*-
# Made with the aid of dh_make, by Craig Small
# Sample debian/rules that uses debhelper. GNU copyright 1997 by Joey Hess.
# Some lines taken from debmake, by Christoph Lameter.
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
# This is the debhelper compatability version to use.
#export DH_COMPAT=3
NO_STRIP:=
#ALT_LINK:=
#ifeq ($(DEB_BUILD_ARCH),mips)
#ALT_LINK:=--enable-gcl-alt-link
#endif
#ifeq ($(DEB_BUILD_ARCH),mipsel)
#ALT_LINK:=--enable-gcl-alt-link
#endif
#ifeq ($(DEB_BUILD_ARCH),ia64)
#ALT_LINK:=--enable-gcl-alt-link
#NO_STRIP:=-Xmaxima
#endif
#ifeq ($(DEB_BUILD_ARCH),hppa)
#ALT_LINK:=--enable-gcl-alt-link
#endif
#ifeq ($(DEB_BUILD_ARCH),alpha)
#ALT_LINK:=--enable-gcl-alt-link
#endif
#ifeq ($(DEB_BUILD_ARCH),powerpc)
#NO_STRIP:=-Xmaxima
#endif
SAVES:=$(addprefix debian/save/,aclocal.m4 configure interfaces/emacs/imaxima/stamp-vti\
interfaces/emacs/imaxima/imaxima.info interfaces/emacs/imaxima/version.texi\
src/sys-proclaim.lisp src/lisp)
debian/save/%: %
mkdir -p $(@D)
[ -e $@ ] || cp $< $@
debian/save: $(SAVES)
restore:
! [ -d debian/save ] || ( cd debian/save && for i in $$(find -type f); do cp $$i ../../$$i; done )
rm -rf debian/save
MVERS:=$(shell head -n 1 debian/changelog | cut -f2 -d\ | tr -d '()' | cut -f1 -d-)
build: build-arch build-indep
build-arch: debian/save build-stamp
build-indep: debian/save build-stamp
build-stamp:
dh_testdir
aclocal
automake
GCL_ANSI=t gcl -batch -eval '(bye #+ia64 1)' || \
echo '(setq compiler::*opt-three* "-O0" compiler::*opt-two* "-O0")(si::save-system "gcl")' | GCL_ANSI=t gcl
PATH=$$(pwd):$$PATH GCL_ANSI=t ./configure --enable-gcl $$(gcl -batch -eval '#-native-reloc(princ "--enable-gcl-alt-link")(bye)') \
--enable-sys-proclaim \
--prefix=/usr \
--libexec=/usr/lib \
--mandir=/usr/share/man \
--infodir=/usr/share/info
PATH=$$(pwd):$$PATH GCL_ANSI=t $(MAKE)
# This sets up some reasonable readline command completion by default
# Reenable if/when gcl uses __mulsi et. al. on m68k, now configured for (020) unoptimally
# [ "$$(dpkg --print-architecture)" != "m68k" ] || cp debian/rtest8.mac.m68k tests/rtest8.mac
chmod +x ./maxima-local
# echo '(bye #-(or sparc sparc64) 1)' | gcl ||
./maxima-local --lisp=gcl --batch-string="run_testsuite();" >tmp 2>&1 & \
j=$$! ; echo Waiting on pid $$j ; \
tail -f --pid=$$j --retry tests/tests-gcl.log tmp & wait $$j
# cat tmp tests/tests-gcl.log >debian/test_results.out
# grep "Error(s) found in.*:" tests/tests-gcl.log | sed 's,Error(s) found in ,,1' >tmp
# ! [ -e tests/known-bugs ] || diff -u tests/known-bugs tmp
# [ -e tests/known-bugs ] || grep -q "No Errors Found" tests/tests-gcl.log
touch tmp
cat tmp >debian/test_results.out
# echo '(bye #-(or sparc sparc64) 1)' | gcl ||
grep -q "No unexpected errors found." debian/test_results.out
rm -f tmp
# cd doc/maximabook &&\
# TEXINPUTS=../../interfaces/emacs/emaxima:.:$$TEXINPUTS latex maxima && \
# TEXINPUTS=../../interfaces/emacs/emaxima:.:$$TEXINPUTS latex maxima && \
# TEXINPUTS=../../interfaces/emacs/emaxima:.:$$TEXINPUTS latex maxima && \
# dvips -o maxima.ps maxima
echo ':lisp (setq si::*readline-prefix* "maxima::$$")(when (fboundp (quote si::sgc-on)) (si::sgc-on t))(setq maxima::*maxima-started* nil maxima::*maxima-index-dir* "/usr/share/doc/maxima/info")(si::save-system "foo")' | ./maxima-local && mv foo src/binary-gcl/maxima
touch build-stamp
BOOK:=debian/maximabook-19-Sept-2004.pdf
clean: #restore
dh_testdir
dh_testroot
rm -f build-stamp install-stamp
-cd doc && $(MAKE) clean
-cd interfaces && $(MAKE) clean
-GCL_ANSI=t $(MAKE) clean
debian/rules restore
-rm -f debian/test_results.out tests/tests-gcl.log
-for i in $$(find -name Makefile) ; do\
! [ -e $$i.am ] || rm -f $$i;\
! [ -e $$i.am ] || rm -f $$i.in;\
done
-rm -f src/maxima doc/man/maxima.1 interfaces/xmaxima/Tkmaxima/Header.tcl \
interfaces/xmaxima/Tkmaxima/tclIndex interfaces/xmaxima/autoconf-variables.tcl \
interfaces/xmaxima/xmaxima src/autoconf-variables.lisp
rm -f src/factor.fn src/nparse.fn tests/gazonk0.fn
# cd doc/maximabook && \
# rm -f maxima.aux maxima.dvi maxima.idx maxima.lof \
# maxima.log maxima.out maxima.toc maxima.ps
rm -f debian/*.install
rm -f $(BOOK) config.log config.status plotting/mgnuplot \
src/maxima.bat src/rmaxima maxima-local xmaxima-local maxima.spec maxima.iss
rm -rf src/numerical/slatec/fortran/CVS src/*gazonk* interfaces/xmaxima/win32/Makefile
for i in aclocal.m4 src/sys-proclaim.lisp configure ; do ! [ -e $$i.ori ] || mv $$i.ori $$i; done
rm -rf doc/info/maxima.html
rm -rf src/binary-gcl
rm -f doc/man/ru/maxima.1
rm -f tests/rtest14.ERR
rm -f doc/info/include-maxima.texi
rm -f configure.lineno doc/info/extract_categories.sh.debdiff
rm -f raw_ff_map src/share-subdirs.lisp
dh_clean
LOC_DOC= (local copy)
debian/%.install: debian/%.install.in
cat $< | sed "s,@MVERS@,$(MVERS),g" >$@
INSTALLS:=$(shell ls -1 debian/*.install.in | sed 's,\.in$$,,1')
debian/%.pdf: debian/%.pdf.uu
cat $< | uudecode >$@
install: install-stamp
install-stamp: build-stamp $(BOOK) $(INSTALLS)
dh_testdir
dh_testroot
dh_prep
$(MAKE) install DESTDIR=$$(pwd)/debian/tmp INSTALL="/usr/bin/install -D"
mkdir -p $$(pwd)/debian/tmp/usr/share/doc/maxima-doc
cp -a debian/tmp/usr/share/maxima/$(MVERS)/doc/* \
$$(pwd)/debian/tmp/usr/share/doc/maxima-doc
rm -rf debian/tmp/usr/share/maxima/$(MVERS)/doc
ln -snf ../../doc/maxima-doc debian/tmp/usr/share/maxima/$(MVERS)/doc
mkdir -p $$(pwd)/debian/tmp/usr/share/doc/xmaxima
cp -a debian/tmp/usr/share/maxima/$(MVERS)/xmaxima/* \
$$(pwd)/debian/tmp/usr/share/doc/xmaxima
rm -rf debian/tmp/usr/share/maxima/$(MVERS)/xmaxima
ln -snf ../../doc/xmaxima debian/tmp/usr/share/maxima/$(MVERS)/xmaxima
mkdir -p debian/tmp/usr/share/emacs/site-lisp/maxima
cp -a debian/tmp/usr/share/maxima/$(MVERS)/emacs/* \
debian/tmp/usr/share/emacs/site-lisp/maxima
rm debian/tmp/usr/share/emacs/site-lisp/maxima/dbl.el
mkdir -p debian/tmp/usr/share/texmf/tex/latex
mv debian/tmp/usr/share/emacs/site-lisp/maxima/*sty \
debian/tmp/usr/share/texmf/tex/latex
rm -rf debian/tmp/usr/share/maxima/$(MVERS)/emacs
ln -snf ../../emacs/site-lisp/maxima debian/tmp/usr/share/maxima/$(MVERS)/emacs
for i in debian/tmp/usr/bin/xmaxima \
debian/tmp/usr/lib/maxima/$(MVERS)/mgnuplot ; do \
cat $$i | sed -e 's,^#!/bin/sh,#!/usr/bin/wish,1' \
-e 's,^exec wish,#exec wish,1' \
-e 's,\$${prefix}/share,/usr/share,1' \
-e 's,[Nn]etscape,sensible-browser,g' >tmp && chmod 755 tmp && \
mv tmp $$i ; done
mkdir -p debian/tmp/usr/share/applications
cp debian/xmaxima.desktop debian/tmp/usr/share/applications
mkdir -p debian/tmp/usr/share/pixmaps
ln -s /usr/share/doc/xmaxima/maxima-icon.png debian/tmp/usr/share/pixmaps/maxima-icon.png
# GCL must be able to write to directory in which tests are run
# cd debian/tmp/usr/share/maxima/$(MVERS)/tests && patch -p1 <../../../../../../tests.lisp.patch
# cat debian/tmp/usr/share/maxima/$(MVERS)/tests/tests.lisp | sed "s,@MVERS@,$(MVERS),g" >tmp && \
# mv tmp debian/tmp/usr/share/maxima/$(MVERS)/tests/tests.lisp
# cd debian/tmp/usr/bin && patch -p1 <../../../xmaxima.patch
# cat debian/tmp/usr/bin/xmaxima | sed "s,@MVERS@,$(MVERS),g" >tmp && \
# chmod 755 tmp && mv tmp debian/tmp/usr/bin/xmaxima
cp $(BOOK) debian/tmp/usr/share/doc/maxima-doc
cd debian/tmp/usr/share/info && \
for i in $$(find -name "*.info"); do if ! grep -q START-INFO-DIR-ENTRY $$i ; then k=$$(basename $$i); k=$${k%.*}; awk '{if (!i) {i=1;printf("INFO-DIR-SECTION Maxima\nSTART-INFO-DIR-ENTRY\n* Maxima-%s: (%s). A computer algebra system -- contributions.\nEND-INFO-DIR-ENTRY\n",k,k);}} {print}' k=$$k $$i >$$i.tmp; diff -u $$i $$i.tmp ; mv $$i.tmp $$i ; fi ; done
cat debian/tmp/usr/share/info/maxima.info | \
awk '/START-INFO-DIR-ENTRY/ {print "INFO-DIR-SECTION Maxima"}{print}' >debian/foo && \
mv debian/foo debian/tmp/usr/share/info/maxima.info
cat debian/tmp/usr/share/man/man1/maxima.1 | \
sed 's,^.TH MAXIMA 1L,.TH MAXIMA 1,1' >debian/foo && \
mv debian/foo debian/tmp/usr/share/man/man1/maxima.1
cp -a debian/plotting debian/tips debian/tmp/usr/share/doc/maxima-doc/
for i in $$(find debian/tmp/usr/share/doc/maxima-doc/plotting debian/tmp/usr/share/doc/maxima-doc/tips -name "*.uu") ; do \
cat $$i | uudecode > $${i%.uu} && rm $$i ; done
for i in $$(find debian/tmp/usr/share/doc/maxima-doc/plotting debian/tmp/usr/share/doc/maxima-doc/tips -name "*.shtml") ; do \
mv $$i $${i%.shtml}.html ; done
for i in $$(find debian/tmp/usr/share/info -name "maxima-index.lisp") ; do \
mkdir -p debian/tmp/usr/share/doc/maxima/$$(basename $$(dirname $$i)) && \
cat $$i | sed 's,^(load-info-hashtables,(clrhash cl-info::*info-tables*)\n(load-info-hashtables,1' >tmp &&\
! cmp $$i tmp && mv tmp $$i &&\
cat $$i | sed 's,#-gcl \*load-pathname\* #+gcl sys:\*load-pathname\*,"/usr/share/info/",1' >tmp &&\
! cmp $$i tmp && mv tmp $$i &&\
mv $$i debian/tmp/usr/share/doc/maxima/$$(basename $$(dirname $$i)) ; done
chmod 755 ./debian/tmp/usr/share/maxima/$(MVERS)/share/contrib/lurkmathml/mathmltest
rm -f debian/tmp/usr/share/info/dir debian/tmp/usr/share/maxima/5.32.1/share/logic/COPYING
dh_install
touch install-stamp
# Build architecture-independent files here.
binary-indep: build install
dh_testdir -i
dh_testroot -i
dh_installdocs -i
dh_installexamples -i
dh_installmenu -i
dh_installemacsen -i
dh_installtex -i -p maxima-emacs
dh_installcron -i
dh_installman -i
# dh_desktop -i
dh_installinfo -p maxima-doc debian/tmp/usr/share/info/*info*
dh_installchangelogs -i
dh_link -i
dh_strip -i
dh_compress -i -X.shtml -X.hh -Xmaxima-index.lisp
dh_fixperms -i
dh_installdeb -i
dh_shlibdeps -i
dh_gencontrol -i
dh_md5sums -i
dh_builddeb -i
# Build architecture-dependent files here.
binary-arch: build install
dh_testdir -a
dh_testroot -a
dh_installdocs -a
dh_installexamples -a
dh_installmenu -a
dh_installemacsen -a
dh_installcron -a
dh_installman -a
# dh_desktop -a
dh_installinfo -a
dh_installchangelogs -a
dh_link -a
dh_strip -a $(NO_STRIP)
dh_compress -a
dh_fixperms -a
dh_installdeb -a
dh_shlibdeps -a
dh_gencontrol -a
dh_md5sums -a
dh_builddeb -a
source diff:
@echo >&2 'source and diff are obsolete - use dpkg-source -b'; false
binary: binary-indep binary-arch
.PHONY: build build-arch build-indep clean binary-indep binary-arch binary install
debian/patches/ 0000755 0000000 0000000 00000000000 12211637710 010615 5 ustar debian/patches/idir 0000644 0000000 0000000 00000003633 12135516166 011502 0 ustar Description:
TODO: Put a short summary on the line above and replace this paragraph
with a longer explanation of this change. Complete the meta-information
with other relevant fields (see below for details). To make it easier, the
information below has been extracted from the changelog. Adjust it or drop
it.
.
maxima (5.30.0-1) unstable; urgency=low
.
* New upstream release
* Bug fix: "Do not depend on tex-common", thanks to Elrond (Closes:
#694049).
Author: Camm Maguire
Bug-Debian: http://bugs.debian.org/694049
---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:
Origin: ,
Bug:
Bug-Debian: http://bugs.debian.org/
Bug-Ubuntu: https://launchpad.net/bugs/
Forwarded:
Reviewed-By:
Last-Update:
--- maxima-5.30.0.orig/src/cl-info.lisp
+++ maxima-5.30.0/src/cl-info.lisp
@@ -52,6 +52,8 @@
; ------------------ search help topics ------------------
+(defvar maxima::*maxima-index-dir* nil)
+
(defun load-primary-index ()
;; Load the index, but make sure we use a sensible *read-base*.
;; See bug 1951964. GCL doesn't seem to have
@@ -59,7 +61,7 @@
;; with-standard-io-syntax too much for what we want?
(let*
((subdir-bit (or maxima::*maxima-lang-subdir* "."))
- (path-to-index (maxima::combine-path maxima::*maxima-infodir* subdir-bit "maxima-index.lisp")))
+ (path-to-index (maxima::combine-path (or maxima::*maxima-index-dir* maxima::*maxima-infodir*) subdir-bit "maxima-index.lisp")))
#-gcl
(with-standard-io-syntax (load path-to-index))
#+gcl
debian/patches/renew-cl-info.lsp-patch-to-set-alternative-info-directory 0000644 0000000 0000000 00000003352 12211635153 023561 0 ustar Description: Allow relocation of maxima-index.lisp
Debian policy does not allow lisp source in /usr/share/info. This
patch establishes a variable maxima::*maxima-index-dir* which when
set will provide an alternative location for the file, currently
/usr/share/doc/maxima/info.
.
maxima (5.31.0-1) unstable; urgency=low
.
* New upstream release
Author: Camm Maguire
---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:
Origin: ,
Bug:
Bug-Debian: http://bugs.debian.org/
Bug-Ubuntu: https://launchpad.net/bugs/
Forwarded:
Reviewed-By:
Last-Update:
--- maxima-5.31.0.orig/src/cl-info.lisp
+++ maxima-5.31.0/src/cl-info.lisp
@@ -52,6 +52,8 @@
; ------------------ search help topics ------------------
+(defvar maxima::*maxima-index-dir* nil)
+
(defun load-primary-index ()
;; Load the index, but make sure we use a sensible *read-base*.
;; See bug 1951964. GCL doesn't seem to have
@@ -59,7 +61,7 @@
;; with-standard-io-syntax too much for what we want?
(let*
((subdir-bit (or maxima::*maxima-lang-subdir* "."))
- (path-to-index (maxima::combine-path maxima::*maxima-infodir* subdir-bit "maxima-index.lisp")))
+ (path-to-index (maxima::combine-path (or maxima::*maxima-index-dir* maxima::*maxima-infodir*) subdir-bit "maxima-index.lisp")))
(handler-case
#-gcl
(with-standard-io-syntax (load path-to-index))
debian/patches/5.29-refresh 0000644 0000000 0000000 00000006570 12211634621 012577 0 ustar Description: mime support, gcl dlopen support, emacs keybinding change
Replace viewer commands with mime wrapper equivalents (e.g. 'see'),
add :system-p t to gcl compiler flags to support possible dlopen fasl
loading, remove maxima mode keybinding that interferes with standard
emacs usage. The first and third of these addressed long-closed
debian bugs.
.
maxima (5.30.0-1) unstable; urgency=low
.
* New upstream release
Author: Camm Maguire
---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:
Origin: ,
Bug:
Bug-Debian: http://bugs.debian.org/
Bug-Ubuntu: https://launchpad.net/bugs/
Forwarded:
Reviewed-By:
Last-Update:
--- maxima-5.30.0.orig/interfaces/xmaxima/Tkmaxima/Constants.tcl
+++ maxima-5.30.0/interfaces/xmaxima/Tkmaxima/Constants.tcl
@@ -153,9 +153,9 @@ set maxima_priv(urlHandlers) {
image/gif netmath
image/png netmath
image/jpeg netmath
- application/postscript "ghostview -safer %s"
- application/pdf "acroread %s"
- application/x-dvi "xdvi %s"
+ application/postscript "see %s"
+ application/pdf "see %s"
+ application/x-dvi "see %s"
}
set maxima_priv(imagecounter) 0
--- maxima-5.30.0.orig/interfaces/emacs/emaxima/maxima.el
+++ maxima-5.30.0/interfaces/emacs/emaxima/maxima.el
@@ -2489,7 +2489,7 @@ if completion is ambiguous."
(define-key map "\C-c\)" 'maxima-check-parens)
(define-key map [(control c) (control \))] 'maxima-check-form-parens)
; (define-key map "\C-cC-\)" 'maxima-check-form-parens)
- (define-key map "\177" 'backward-delete-char-untabify)
+; (define-key map "\177" 'backward-delete-char-untabify)
(setq maxima-mode-map map)))
;;;; Menu
@@ -3311,7 +3311,7 @@ To scroll through previous commands,
(define-key inferior-maxima-mode-map [(meta control tab)]
'inferior-maxima-input-complete)
(define-key inferior-maxima-mode-map "\e\t" 'inferior-maxima-complete)
-(define-key inferior-maxima-mode-map "\177" 'backward-delete-char-untabify)
+;(define-key inferior-maxima-mode-map "\177" 'backward-delete-char-untabify)
(define-key inferior-maxima-mode-map "\C-c\C-k" 'maxima-stop)
(define-key inferior-maxima-mode-map "\C-c\C-d" maxima-help-map)
--- maxima-5.30.0.orig/interfaces/emacs/misc/bookmode.el
+++ maxima-5.30.0/interfaces/emacs/misc/bookmode.el
@@ -680,7 +680,7 @@ file")
(and tem
(list (concat "View "(nth 1 tem))
- 'call-process "ghostview" nil nil nil
+ 'call-process "see" nil nil nil
(expand-file-name(nth 1 tem))
))
(list "Cancel")
@@ -705,7 +705,7 @@ file")
(concat
(cond ((looking-at "%PS") "")
(t "gzip -dc | "))
- "ghostview -")
+ "see -")
)))
--- maxima-5.30.0.orig/lisp-utils/defsystem.lisp
+++ maxima-5.30.0/lisp-utils/defsystem.lisp
@@ -4671,6 +4671,7 @@ the system definition, if provided."
source-pname
:output-file
output-file
+ #+gcl :system-p #+gcl t
#+(or :cmu :scl) :error-file
#+(or :cmu :scl) (and *cmu-errors-to-file*
(component-full-pathname component
debian/patches/doc_typo 0000644 0000000 0000000 00000002561 12146725231 012367 0 ustar Description:
TODO: Put a short summary on the line above and replace this paragraph
with a longer explanation of this change. Complete the meta-information
with other relevant fields (see below for details). To make it easier, the
information below has been extracted from the changelog. Adjust it or drop
it.
.
maxima (5.30.0-7) unstable; urgency=low
.
* minor edits to enable repeated builds
Author: Camm Maguire
---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:
Origin: ,
Bug:
Bug-Debian: http://bugs.debian.org/
Bug-Ubuntu: https://launchpad.net/bugs/
Forwarded:
Reviewed-By:
Last-Update:
--- maxima-5.30.0.orig/interfaces/xmaxima/doc/xmaxima.texi
+++ maxima-5.30.0/interfaces/xmaxima/doc/xmaxima.texi
@@ -35,8 +35,8 @@ END-INFO-DIR-ENTRY
@end ifinfo
@titlepage
-@title{Xmaxima Manual}
-@author{Jaime E. Villate}
+@title Xmaxima Manual
+@author Jaime E. Villate
@page
@vskip 0pt plus 1filll
Copyright @copyright{} 2006 Jaime E. Villate
debian/patches/series 0000644 0000000 0000000 00000000107 12211633212 012021 0 ustar 5.29-refresh
renew-cl-info.lsp-patch-to-set-alternative-info-directory
debian/patches/texinfo_doc_patch 0000644 0000000 0000000 00000016404 12146710320 014221 0 ustar Description:
TODO: Put a short summary on the line above and replace this paragraph
with a longer explanation of this change. Complete the meta-information
with other relevant fields (see below for details). To make it easier, the
information below has been extracted from the changelog. Adjust it or drop
it.
.
maxima (5.30.0-5) unstable; urgency=low
.
* Bug fix: "./Bugs.texi:20: table requires an argument: the formatter
for @item (and many other Texinfo errors)", thanks to Julien Puydt
(Closes: #708517). Applied patch
Author: Camm Maguire
Bug-Debian: http://bugs.debian.org/708517
---
The information above should follow the Patch Tagging Guidelines, please
checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:
Origin: ,
Bug:
Bug-Debian: http://bugs.debian.org/
Bug-Ubuntu: https://launchpad.net/bugs/
Forwarded:
Reviewed-By:
Last-Update:
--- maxima-5.30.0.orig/doc/info/Numerical.texi
+++ maxima-5.30.0/doc/info/Numerical.texi
@@ -422,7 +422,7 @@ The accuracy of @code{find_root} is gove
@code{find_root}. These keyword arguments take the form
@code{key=val}. The keyword arguments are
-@table @var
+@table @code
@item abserr
Desired absolute error of function value at root. Default is
@code{find_root_abs}.
--- maxima-5.30.0.orig/doc/info/Bugs.texi
+++ maxima-5.30.0/doc/info/Bugs.texi
@@ -17,7 +17,7 @@ answer, but are marked as known bugs.
@code{run_testsuite} takes the following optional keyword arguments
-@table @var
+@table @code
@item display_all
Display all tests. Normally, the tests are not displayed, unless the test
fails. (Defaults to @code{false}).
--- maxima-5.30.0.orig/doc/info/zeilberger.texi
+++ maxima-5.30.0/doc/info/zeilberger.texi
@@ -21,7 +21,7 @@ summation.
@category{Sums and products} @category{Share packages} @category{Package zeilberger}
@closecatbox
-@subsubsection The indefinite summation problem
+@subsection The indefinite summation problem
@code{zeilberger} implements Gosper's algorithm for indefinite hypergeometric summation.
Given a hypergeometric term @math{F_k} in @math{k} we want to find its hypergeometric
@@ -34,7 +34,7 @@ $$F_k = f_{k+1} - f_k.$$
@math{F_k = f_(k+1) - f_k}.
@end ifnottex
-@subsubsection The definite summation problem
+@subsection The definite summation problem
@code{zeilberger} implements Zeilberger's algorithm for definite hypergeometric summation.
Given a proper hypergeometric term (in @math{n} and @math{k})
--- maxima-5.30.0.orig/doc/info/lapack.texi
+++ maxima-5.30.0/doc/info/lapack.texi
@@ -417,7 +417,7 @@ specifed by optional keyword arguments:
optional and may be specified in any order. They all take the form
@code{key=val}. The keyword arguments are:
-@table @var
+@table @code
@item C
The matrix @var{C} that should be added. The default is @code{false},
which means no matrix is added.
--- maxima-5.30.0.orig/doc/info/Integration.texi
+++ maxima-5.30.0/doc/info/Integration.texi
@@ -1000,7 +1000,7 @@ achieved.
The keyword arguments are optional and may be specified in any order.
They all take the form @code{key=val}. The keyword arguments are:
-@table @var
+@table @code
@item epsrel
Desired relative error of approximation. Default is 1d-8.
@item epsabs
@@ -1092,7 +1092,7 @@ operator, a Maxima lambda expression, or
The keyword arguments are optional and may be specified in any order.
They all take the form @code{key=val}. The keyword arguments are:
-@table @var
+@table @code
@item epsrel
Desired relative error of approximation. Default is 1d-8.
@item epsabs
@@ -1200,7 +1200,7 @@ One of the limits of integration must be
The keyword arguments are optional and may be specified in any order.
They all take the form @code{key=val}. The keyword arguments are:
-@table @var
+@table @code
@item epsrel
Desired relative error of approximation. Default is 1d-8.
@item epsabs
@@ -1297,7 +1297,7 @@ operator, a Maxima lambda expression, or
The keyword arguments are optional and may be specified in any order.
They all take the form @code{key=val}. The keyword arguments are:
-@table @var
+@table @code
@item epsrel
Desired relative error of approximation. Default is 1d-8.
@item epsabs
@@ -1414,7 +1414,7 @@ operator, a Maxima lambda expression, or
The keyword arguments are optional and may be specified in any order.
They all take the form @code{key=val}. The keyword arguments are:
-@table @var
+@table @code
@item epsabs
Desired absolute error of approximation. Default is 1d-10.
@item limit
@@ -1551,7 +1551,7 @@ operator, a Maxima lambda expression, or
The keyword arguments are optional and may be specified in any order.
They all take the form @code{key=val}. The keyword arguments are:
-@table @var
+@table @code
@item epsrel
Desired relative error of approximation. Default is 1d-8.
@item epsabs
@@ -1684,7 +1684,7 @@ operator, a Maxima lambda expression, or
The keyword arguments are optional and may be specified in any order.
They all take the form @code{key=val}. The keyword arguments are:
-@table @var
+@table @code
@item epsrel
Desired relative error of approximation. Default is 1d-8.
@item epsabs
@@ -1788,7 +1788,7 @@ the integrand is singular or discontinou
The keyword arguments are optional and may be specified in any order.
They all take the form @code{key=val}. The keyword arguments are:
-@table @var
+@table @code
@item epsrel
Desired relative error of approximation. Default is 1d-8.
@item epsabs
--- maxima-5.30.0.orig/doc/info/category-macros.texi
+++ maxima-5.30.0/doc/info/category-macros.texi
@@ -25,32 +25,38 @@
@c Macros for cross references
-@macro mref {nodename}
@ifhtml
+@macro mref {nodename}
@code{@ref{\nodename\}}
+@end macro
@end ifhtml
@ifnothtml
+@macro mref {nodename}
@code{\nodename\}
-@end ifnothtml
@end macro
+@end ifnothtml
-@macro mxref {nodename, text}
@ifhtml
+@macro mxref {nodename, text}
@code{@ref{\nodename\, \text\}}
+@end macro
@end ifhtml
@ifnothtml
+@macro mxref {nodename, text}
@code{\text\}
-@end ifnothtml
@end macro
+@end ifnothtml
-@macro mrefdot {nodename}
@ifhtml
+@macro mrefdot {nodename}
@code{@ref{\nodename\}}.
+@end macro
@end ifhtml
@ifnothtml
+@macro mrefdot {nodename}
@code{\nodename\}.
-@end ifnothtml
@end macro
+@end ifnothtml
@macro mxrefdot {nodename, text}
@ifhtml
@@ -61,30 +67,36 @@
@end ifnothtml
@end macro
-@macro mrefcomma {nodename}
@ifhtml
+@macro mrefcomma {nodename}
@code{@ref{\nodename\}},
+@end macro
@end ifhtml
@ifnothtml
+@macro mrefcomma {nodename}
@code{\nodename\},
-@end ifnothtml
@end macro
+@end ifnothtml
-@macro mxrefcomma {nodename, text}
@ifhtml
+@macro mxrefcomma {nodename, text}
@code{@ref{\nodename\, \text\}},
+@end macro
@end ifhtml
@ifnothtml
+@macro mxrefcomma {nodename, text}
@code{\text\},
-@end ifnothtml
@end macro
+@end ifnothtml
-@macro mrefparen {nodename}
@ifhtml
+@macro mrefparen {nodename}
@code{@ref{\nodename\}})
+@end macro
@end ifhtml
@ifnothtml
+@macro mrefparen {nodename}
@code{\nodename\})
-@end ifnothtml
@end macro
+@end ifnothtml
debian/xmaxima.manpages 0000644 0000000 0000000 00000000021 11433506447 012347 0 ustar debian/xmaxima.1
debian/copyright 0000644 0000000 0000000 00000003065 11446464361 011136 0 ustar This package was debianized by Camm Maguire on
Tue, 25 Apr 2000 14:54:56 -0400.
It was downloaded from http://www.sourceforge.net/projects/maxima
Upstream Authors: Bill Schelter (deceased)
James Amundson (current maintainer)
Copyright:
Maxima is dedicated to the memory of William F. Schelter. On 6 October
1998 William F. Schelter was formally notified that he could distribute
DOE-MACSYMA upon terms of his choosing, in particular the GNU General
Public License:
Schelter proceed to distribute derived works under the GPL.
In the formal notification a request was made that a paragraph "should
be included in the GPL and should accompany other modifications,
enhancements or derivative works of your program." This paragraph is
transcribed below in honor of that request. Like the preamble it does
not form part of the license.
"Distribution of such derivative works is subject to the U.S. Export
Administration Regulations (Title 15 CFR 768-799), which implements the
Export Administration Act of 1979, as amended, and/or the International
Traffic in Arms Regulations, of 12-6-84, (Title 22 CFR 121-130), which
implements the Arms Export Control Act (22 U.S.C. 2728) and may require
license for export."
Copyright (C) 1989, 1991 Free Software Foundation, Inc.,
51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA.
Maxima is under the GPL v2, the full text of which can be found in
/usr/share/common-licenses/GPL-2.
debian/maxima-emacs.postinst.old 0000644 0000000 0000000 00000000117 11433506447 014120 0 ustar #!/bin/sh
set -e
if [ "$1" = "configure" ] ; then
texhash
fi
#DEBHELPER#
debian/xmaxima.patch 0000644 0000000 0000000 00000000707 11433506447 011666 0 ustar --- 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
debian/maxima-emacs.install.in 0000644 0000000 0000000 00000000140 11433506447 013527 0 ustar debian/tmp/usr/share/emacs
debian/tmp/usr/share/maxima/@MVERS@/emacs
debian/tmp/usr/share/texmf
debian/maxima-emacs.emacsen-remove 0000644 0000000 0000000 00000000716 11433506447 014373 0 ustar #!/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
debian/changelog 0000644 0000000 0000000 00000147133 12263550457 011062 0 ustar maxima (5.32.1-1) unstable; urgency=low
* New upstream release
* Bug fix: "depends on tk8.5 and calls /usr/bin/wish", thanks to Sergei
Golovan (Closes: #725694). Depend on tk
* lintian fixes
-- Camm Maguire Thu, 09 Jan 2014 16:41:19 +0000
maxima (5.31.3-5) unstable; urgency=low
* rebuild against latest gcl
-- Camm Maguire Thu, 14 Nov 2013 16:38:29 +0000
maxima (5.31.3-4) unstable; urgency=low
* rebuild against latest gcl
-- Camm Maguire Wed, 23 Oct 2013 18:12:26 +0000
maxima (5.31.3-3) unstable; urgency=low
* rebuild against latest gcl to fix unrandomize on ii386
-- Camm Maguire Mon, 21 Oct 2013 00:53:39 +0000
maxima (5.31.3-2) unstable; urgency=low
* build-dep on latest gcl
* Bug fix: "Maxima aborts with error "Unrecoverable error:
Segmentation violation..", thanks to Robert Jacobs (Closes: #726366).
* Bug fix: "[maxima] [regression][solved upstream] Lu_factor fail",
thanks to Bastien ROUCARIÈS (Closes: #714824). New upstream source
incorporates patch
-- Camm Maguire Fri, 18 Oct 2013 14:49:02 +0000
maxima (5.31.3-1) unstable; urgency=low
* New upstream release
-- Camm Maguire Wed, 16 Oct 2013 15:45:59 +0000
maxima (5.31.0-5) unstable; urgency=low
* build-dep against latest gcl
-- Camm Maguire Wed, 16 Oct 2013 00:30:06 +0000
maxima (5.31.0-4) unstable; urgency=low
* build-dep against latest gcl
-- Camm Maguire Fri, 11 Oct 2013 15:24:49 +0000
maxima (5.31.0-3) unstable; urgency=low
* build-dep against latest gcl
-- Camm Maguire Wed, 02 Oct 2013 19:58:11 +0000
maxima (5.31.0-2) unstable; urgency=low
* build-dep against latest gcl
* add --enable-sys-proclaim configure option
-- Camm Maguire Tue, 01 Oct 2013 15:46:36 +0000
maxima (5.31.0-1) unstable; urgency=low
* New upstream release
* Bug fix: "[maxima] Patch is not documented", thanks to Bastien
ROUCARIÈS (Closes: #717632). Document live patches.
-- Camm Maguire Wed, 04 Sep 2013 14:12:09 +0000
maxima (5.30.0-16) unstable; urgency=low
* build-dep against latest gcl
* fix clean target
-- Camm Maguire Wed, 07 Aug 2013 17:11:12 +0000
maxima (5.30.0-15) unstable; urgency=low
* build-dep against latest gcl
-- Camm Maguire Mon, 05 Aug 2013 20:42:36 +0000
maxima (5.30.0-14) unstable; urgency=low
* build-dep against latest gcl
-- Camm Maguire Fri, 02 Aug 2013 16:50:07 +0000
maxima (5.30.0-13) unstable; urgency=low
* build-dep against latest gcl
-- Camm Maguire Sat, 27 Jul 2013 12:55:13 +0000
maxima (5.30.0-12) unstable; urgency=low
* build-dep against latest gcl
-- Camm Maguire Tue, 23 Jul 2013 18:16:01 +0000
maxima (5.30.0-11) unstable; urgency=low
* build-dep on latest gcl
-- Camm Maguire Sat, 20 Jul 2013 02:06:41 +0000
maxima (5.30.0-10) unstable; urgency=low
* build-dep on latest gcl
-- Camm Maguire Mon, 08 Jul 2013 17:08:19 +0000
maxima (5.30.0-9) unstable; urgency=low
* build-dep on latest gcl
-- Camm Maguire Tue, 02 Jul 2013 15:59:54 +0000
maxima (5.30.0-8) unstable; urgency=low
* b-d on unversioned automake
-- Camm Maguire Sat, 22 Jun 2013 11:57:35 +0000
maxima (5.30.0-7) unstable; urgency=low
* minor edits to enable repeated builds
* rebuild against new gcl
-- Camm Maguire Fri, 21 Jun 2013 20:25:12 +0000
maxima (5.30.0-6) unstable; urgency=low
* Bug fix: "[maxima] Documentation broken?", thanks to
lorenz.wenner@fsfe.org; (Closes: #708210). Edit maxima-index.lisp
to reflect new location.
-- Camm Maguire Tue, 21 May 2013 12:22:55 -0400
maxima (5.30.0-5) unstable; urgency=low
* Bug fix: "./Bugs.texi:20: table requires an argument: the formatter
for @item (and many other Texinfo errors)", thanks to Julien Puydt
(Closes: #708517). Applied patch
-- Camm Maguire Tue, 21 May 2013 11:17:11 -0400
maxima (5.30.0-4) unstable; urgency=low
* fix typo in *maxima-index-dir*
* add debian/tmp/usr/share/doc/maxima to maxima.install.in
-- Camm Maguire Wed, 01 May 2013 13:40:22 +0000
maxima (5.30.0-3) unstable; urgency=low
* put maxima-index.lisp in maxima package
-- Camm Maguire Mon, 29 Apr 2013 15:44:26 +0000
maxima (5.30.0-2) unstable; urgency=low
* Fix index.lisp build error
-- Camm Maguire Tue, 23 Apr 2013 16:12:11 +0000
maxima (5.30.0-1) unstable; urgency=low
* New upstream release
* Bug fix: "Do not depend on tex-common", thanks to Elrond (Closes:
#694049).
-- Camm Maguire Mon, 22 Apr 2013 20:57:09 +0000
maxima (5.29.1-1) unstable; urgency=low
* New upstream release
-- Camm Maguire Sat, 29 Dec 2012 13:45:07 +0000
maxima (5.28.0-2) unstable; urgency=low
* emacs24
* rebuild on mips
-- Camm Maguire Wed, 22 Aug 2012 15:54:32 +0000
maxima (5.28.0-1) unstable; urgency=low
* New upstream release
-- Camm Maguire Mon, 20 Aug 2012 18:45:39 +0000
maxima (5.27.0-3) unstable; urgency=low
* Build depend on tex-common to clear lintian errors
-- Camm Maguire Sat, 05 May 2012 17:16:58 +0000
maxima (5.27.0-2) unstable; urgency=low
* Bug fix: "unowned file /usr/local/share/texmf/ls-R after purge (policy
6.8, 9.1.2)", thanks to Andreas Beckmann (Closes: #669385).
-- Camm Maguire Thu, 19 Apr 2012 19:31:56 +0000
maxima (5.27.0-1) unstable; urgency=low
* New upstream release
-- Camm Maguire Fri, 06 Apr 2012 18:17:11 +0000
maxima (5.26.0-4) unstable; urgency=low
* Bug fix: "deps needs to be adjusted", thanks to Dave Witbrodt (Closes:
#667436). maxima-emacs depends on texlive-latex-recommended
-- Camm Maguire Wed, 04 Apr 2012 17:58:34 +0000
maxima (5.26.0-3) unstable; urgency=low
* remove NO_STRIP for ppc
* lintian fixes
* newer standards
-- Camm Maguire Fri, 20 Jan 2012 20:38:54 +0000
maxima (5.26.0-2) unstable; urgency=low
* Bug fix: "Please enable build-arch and build-indep targets", thanks to
Niels Thykier (Closes: #648152).
* Bug fix: "Please consider dropping Recommends on wish", thanks to
Eckhart Wörner (Closes: #623170).
* Bug fix: "[maxima-emacs] Description does not mention imaxima", thanks
to Bastien ROUCARIES (Closes: #614976).
-- Camm Maguire Tue, 17 Jan 2012 16:54:14 +0000
maxima (5.26.0-1) unstable; urgency=low
* New upstream release
-- Camm Maguire Wed, 04 Jan 2012 20:38:41 +0000
maxima (5.24.0-1) unstable; urgency=low
* New upstream release
-- Camm Maguire Mon, 16 May 2011 15:55:32 +0000
maxima (5.22.1-9) unstable; urgency=low
* build-depend on latest gcl
-- Camm Maguire Fri, 05 Nov 2010 15:47:24 +0000
maxima (5.22.1-8) unstable; urgency=low
* build-depend on latest gcl for mips
-- Camm Maguire Wed, 20 Oct 2010 15:53:42 +0000
maxima (5.22.1-7) unstable; urgency=low
* Bug fix: "FTBFS on mipsel: Unrecoverable error: Segmentation
violation..", thanks to Cyril Brulebois (Closes: #599981).
-- Camm Maguire Sat, 16 Oct 2010 22:14:18 +0000
maxima (5.22.1-6) unstable; urgency=low
* reuild against latest gcl
-- Camm Maguire Sat, 25 Sep 2010 23:45:50 +0000
maxima (5.22.1-5) unstable; urgency=low
* sync package changes with squeeze build
-- Camm Maguire Wed, 22 Sep 2010 20:47:04 +0000
maxima (5.22.1-4) unstable; urgency=low
* restore changes from failed uupdate history
-- Camm Maguire Wed, 08 Sep 2010 15:20:32 +0000
maxima (5.22.1-3) unstable; urgency=low
* build-dep latest gcl to fix mips/ppc
-- Camm Maguire Mon, 23 Aug 2010 21:16:41 +0000
maxima (5.22.1-2) unstable; urgency=low
* build-dep latest gcl to fix alt-link targets.
-- Camm Maguire Mon, 23 Aug 2010 21:16:13 +0000
maxima (5.22.1-1) unstable; urgency=low
* New upstream release
* Bug fix: "Please reduce recommends from maxima to maxima-emacs to
suggests", thanks to Petter Reinholdtsen (Closes: #574171).
* Bug fix: "Please enable alternative pdf-viewer / postscript-viewer",
thanks to Andreas Tille (Closes: #590785).
-- Camm Maguire Fri, 20 Aug 2010 15:07:01 +0000
maxima (5.22.0-1) unstable; urgency=low
* New upstream release
-- Camm Maguire Wed, 04 Aug 2010 12:47:38 +0000
maxima (5.21.1-2) unstable; urgency=low
* Bug fix: "autoload imath is missing in
/etc/emacs/site-start.d/50maxima-emacs.el", thanks to M G Berberich
(Closes: #585134).
-- Camm Maguire Thu, 10 Jun 2010 14:11:56 +0000
maxima (5.21.1-1) unstable; urgency=high
* New upstream release
-- Camm Maguire Fri, 30 Apr 2010 13:30:33 +0000
maxima (5.21.0-1) unstable; urgency=low
* New upstream release
-- Camm Maguire Wed, 14 Apr 2010 15:42:56 +0000
maxima (5.20.1-6) unstable; urgency=low
* fix testsuite on sparc
* lintian fixes
* 3.0 (quilt) source format
* activate scimax trigger
* Bug fix: "Please reduce recommends from maxima to maxima-emacs to
suggests", thanks to Petter Reinholdtsen (Closes: #574171).
* Bug fix: "Please consider the use of dpkg-trigger for Maxima", thanks
to Sylvestre Ledru (Closes: #576699).
* Bug fix: "Improve LAPACK support", thanks to Hendrik Weimer (Closes:
#503128). GCL non longer required to use lapack, files built in home
dir.
-- Camm Maguire Wed, 07 Apr 2010 18:07:19 +0000
maxima (5.20.1-5) unstable; urgency=low
* fix FTBFS on sparc
-- Camm Maguire Tue, 19 Jan 2010 15:14:55 +0000
maxima (5.20.1-4) unstable; urgency=low
* -O0 on ia64, fixing testsuite for now.
* no SGC on sparc, no testsuite error on sparc until gcl with -O2 is in testing
* Bug fix: "Missing dependency on texlive-latex3", thanks to Andreas
Rottmann (Closes: #565545).
-- Camm Maguire Mon, 18 Jan 2010 19:07:01 +0000
maxima (5.20.1-3) unstable; urgency=low
* more test suite error fixes
-- Camm Maguire Tue, 05 Jan 2010 03:36:14 +0000
maxima (5.20.1-2) unstable; urgency=low
* Fix testsuite errors
-- Camm Maguire Wed, 30 Dec 2009 23:06:14 +0000
maxima (5.20.1-1) unstable; urgency=low
* New upstream release
* Bug fix: "integral of positive function is negative", thanks to Sanjoy
Mahajan (Closes: #530442).
* Bug fix: "double quote ('') operator does not work!", thanks
to Andres Cimmarusti (Closes: #556134). Bug in documentation no
longer present. Please reopen if you disagree.
-- Camm Maguire Wed, 16 Dec 2009 15:36:29 +0000
maxima (5.20.0-1) unstable; urgency=low
[ Camm Maguire ]
* New upstream release
* Bug fix: "replacing libreadline5-dev build dependency with
libreadline-dev", thanks to Matthias Klose (Closes: #553812).
* Bug fix: "crash after ctrl-C", thanks to Miroslaw Kwasniak (Closes:
#450703). Build depend on >= gcl-2.6.7-26.
* Bug fix: "xmaxima 5.10.0 can't find it's docs in
/usr/share/maxima/5.13.0/doc", thanks to Siward de Groot (Closes:
#489167).
* Bug fix: "Wrong project address in the manpage", thanks to Simon
Danner (Closes: #519853). Fixed upstream
* Bug fix: "maxima should recommend or suggest maxima-emacs", thanks to
Chris Walker (Closes: #502632).
* Bug fix: "[maxima] maxima version 5.18.1 was out since April", thanks
to Huy (Closes: #533113).
* Bug fix: "upstream version of maxima is now 5.19.2, please update!",
thanks to Andres Cimmarusti (Closes: #552280).
* Bug fix: "/etc/emacs/site-start.d/50imaxima-imath.el missing", thanks
to M G Berberich (Closes: #493725).
* lintian fixes
* change maintainer address
-- Camm Maguire Tue, 15 Dec 2009 14:35:33 +0000
maxima (5.17.1-1) unstable; urgency=low
* New upstream release
-- Camm Maguire Fri, 06 Feb 2009 03:48:15 +0000
maxima (5.17.0-1) unstable; urgency=low
* New upstream release
-- Camm Maguire Fri, 12 Dec 2008 14:03:18 -0500
maxima (5.16.3-1) unstable; urgency=low
* New upstream release
-- Camm Maguire Mon, 01 Sep 2008 17:32:31 +0000
maxima (5.16.2-1) unstable; urgency=high
* New upstream release
* Bug fix: "No such file or directory", thanks to Lucas Nussbaum
(Closes: #474909). Build-dep against latest gcl
* Bug fix: "fails to integrate a simple rational function", thanks to
Alexei Sheplyakov (Closes: #474684). new release
* Bug fix: "maxima needs gnuplot-x11 to plot", thanks to
cardaniuc@gmail.com; (Closes: #479100). depend on gnuplot-x11
* Bug fix: "segfaults in quad_qagi()", thanks to Stephen Dann (Closes:
#480308). Apparently fixed in new release -- cannot trigger
* Bug fix: "Maxima fails on 'load(rducon);'", thanks to Felix
Homann (Closes: #484278). Fixed in new release
* Bug fix: "new upstream version available", thanks to Stanislav
Maslovski (Closes: #489302).
* Bug fix: "describe triggers "fatal" lisp error", thanks to
David Bremner (Closes: #488518). Missing maxima-doc now reports
describe error
* Bug fix: "New upstream version 5.15.0", thanks to Felix Homann
(Closes: #484279).
-- Camm Maguire Sun, 24 Aug 2008 17:06:39 +0000
maxima (5.15.0-2) unstable; urgency=low
* Build-dep against gcl -38 for randomized sbrk and sincos fixes.
-- Camm Maguire Thu, 31 Jul 2008 16:26:03 -0400
maxima (5.15.0-1) unstable; urgency=low
* New upstream release
* Accept 3.1 NMU
* Test autobuild to catch any failurs with current gcl
* extract_categories.sh from cvs
-- Camm Maguire Tue, 29 Jul 2008 17:20:19 -0400
maxima (5.13.0-3) unstable; urgency=low
* Bug fix: "maxima-doc: installs info pages with the wrong section",
thanks to Riccardo Stagni (Closes: #447908). fix alias
* build-dep texlive-latex-recommended
* build-dep latest gcl to get arm build
-- Camm Maguire Mon, 03 Dec 2007 09:42:23 -0500
maxima (5.13.0-2) unstable; urgency=low
* (si::putprop (quote cl-info::cause-maxima-index-to-load)
"/usr/share/doc/maxima-doc/info/maxima-index.lisp" (quote autoload)) in final image save
* Bug fix: "maxima-doc: documentation not accessible from within
maxima", thanks to Thor Andreassen (Closes: #427535).
* Bug fix: "describe() can't find maxima-index.lisp", thanks to Timo
Juhani Lindfors (Closes: #417846).
* Bug fix: "Dependency on texlive is not fine-grained enough", thanks to
Florent Rougon (Closes: #428158). maxima-emacs depends on tetex-extra
| texlive-base-bin
* Bug fix: "maxima: long description should be improved", thanks to
Marcus Better (Closes: #441837). copy from maxima-doc
* Bug fix: "maxima: maxima hangs (infinite loop?)", thanks to Andrew T
. Young (Closes: #198466). Fixed upstream
* cleaned diff
-- Camm Maguire Tue, 23 Oct 2007 13:50:02 -0400
maxima (5.13.0-1) unstable; urgency=low
* New upstream release
* Bug fix: "maxima: Maxima fails to start with locale configured to
el_gr.utf8", thanks to Dimitrios Liappis (Closes: #446916). Fixed
upstream.
-- Camm Maguire Fri, 19 Oct 2007 16:42:14 -0400
maxima (5.12.0-1) unstable; urgency=low
* New upstream release
-- Camm Maguire Fri, 04 May 2007 09:38:06 -0400
maxima (5.11.0-1) unstable; urgency=low
* New upstream release
* Rebuild brings in shlibdeps, Closes: #411147
* xmaxima now correctly accesses external documentation via external
browser, Closes: #155256
* New ctensor package replacing ctensr, csetup replacing tsetup, works
in xmaxima. Inaccurate statement regarding conformal flatness
remains. Closes: 191671.
* New xmaxima launches external browser with password/proxy support,
Closes: #155257.
* edited pt doc files so they compile on package build
* remove obsolete file omplotdata
* update fsf address
-- Camm Maguire Mon, 26 Mar 2007 15:37:26 -0400
maxima (5.10.0-6) unstable; urgency=low
* use normalized constants in f2cl-lib.lisp
-- Camm Maguire Wed, 18 Oct 2006 14:52:42 -0400
maxima (5.10.0-5) unstable; urgency=low
* Build-depend on gcl_2.6.7-26, Closes: #393230.
-- Camm Maguire Mon, 16 Oct 2006 13:11:30 -0400
maxima (5.10.0-4) unstable; urgency=low
* Build-depend on gcl_2.6.7-25
-- Camm Maguire Thu, 12 Oct 2006 13:39:45 -0400
maxima (5.10.0-3) unstable; urgency=low
* Build-depend on gcl_2.6.7-23
* Newer standards
-- Camm Maguire Wed, 11 Oct 2006 11:03:28 -0400
maxima (5.10.0-2) unstable; urgency=low
* Fix configure bug, Closes: #390157. Closes: #390395. Closes: #389825.
* maxima-emacs can take texlive too, Closes: #391136.
* Don't compress certain doc files, Closes: #389779.
* automake1.9 build dep, Closes: #376656.
-- Camm Maguire Thu, 5 Oct 2006 15:33:23 -0400
maxima (5.10.0-1) unstable; urgency=low
* New upstream release
* Build depend on newest gcl, Closes: 385703.
* Build depend on xlibs, Closes: #338215. Closes: #389302.
* dh_strip -Xmaxima on ppc, Closes: #340151.
* Build-depend on tetex-extra | texlive, Closes: #381672.
* install xmaxima.desktop, Closes: #375776
-- Camm Maguire Mon, 25 Sep 2006 15:11:50 -0400
maxima (5.9.3-2) unstable; urgency=low
* Build-depend on automake1.9, CLoses: #374663, Closes: #376656
-- Camm Maguire Wed, 30 Aug 2006 14:09:14 -0400
maxima (5.9.3-1) unstable; urgency=low
* New upstream release
* Cleaned up descriptions, CLoses: #333229.
* Rebuild against newer libgmp3, Closes: #348630
* New release fixed typo in man page. Closes: #341019
-- Camm Maguire Tue, 6 Jun 2006 17:56:49 +0000
maxima (5.9.2-2) unstable; urgency=low
* Push :system-p t to compile command in defsystem.lisp, Closes:
#336562.
-- Camm Maguire Tue, 8 Nov 2005 17:15:29 +0000
maxima (5.9.2-1) unstable; urgency=low
* New upstream release
* patch maxima.el to fix prompt-swallowing bug.
* use sf.net redirector in watch file
-- Camm Maguire Fri, 21 Oct 2005 19:44:13 +0000
maxima (5.9.1-13) unstable; urgency=low
* Build depend on gcl >= 2.6.7-10 to get ppc gcc configure fix, Closes:
333393.
-- Camm Maguire Thu, 13 Oct 2005 13:27:08 +0000
maxima (5.9.1-12) unstable; urgency=low
* Build depend on gcl >= 2.6.7-9 for 64bit fixes
-- Camm Maguire Fri, 7 Oct 2005 13:13:02 +0000
maxima (5.9.1-11) unstable; urgency=low
* Build depend on gcl >= 2.6.7-7 to get dlopen linking fix needed for
mips, hppa, alpha and ia64
* rework build strategy switching based on the native-reloc feature in
the installed gcl.
-- Camm Maguire Thu, 29 Sep 2005 18:32:42 +0000
maxima (5.9.1-10) unstable; urgency=high
* Rebuild against libgmp3c2, Closes: #323563, Closes: #325852
* libreadline5-dev build dep, Closes: #326325. Closes: #301515
* Remove binutils-dev dependency and depend on >= gcl 2.6.7-6 which has
it built in
* Incorporate libreadline Control-D fix from gcl, Closes: 301516.
* Depend on gnuplot_nox, Closes: #329016
* Rename doc-base files .shtml -> .html, Closes: #303224
* newer standards
-- Camm Maguire Wed, 21 Sep 2005 16:21:03 +0000
maxima (5.9.1-9) unstable; urgency=high
* ghostview -> gv
* maxima recommends gv
* Add plotting and tips doc-base docs from home website pages.
-- Camm Maguire Fri, 25 Feb 2005 17:33:18 +0000
maxima (5.9.1-8) unstable; urgency=high
* Bug fix: "expensive X/tk dependence: request for package split",
thanks to Sam Halliday (Closes: #291090). Remove tk dependence from
maxima package, as gnuplot is default plotting command now.
* Bug fix: "maxima: Mike Clarkson's version of the manual is superiour",
thanks to Karl M. Hegbloom (Closes: #196585). This is not
redistributable, so a link to an appropriate page has been added into
README.Debian instead.
-- Camm Maguire Wed, 23 Feb 2005 19:38:01 +0000
maxima (5.9.1-7) unstable; urgency=high
* [Nn]etscape -> sensible-browser in xmaxima, Closes: #280978, Closes:
#280979
-- Camm Maguire Sat, 13 Nov 2004 18:39:14 +0000
maxima (5.9.1-6) unstable; urgency=high
* Really depend on gnuplot.
-- Camm Maguire Sat, 6 Nov 2004 14:04:52 +0000
maxima (5.9.1-5) unstable; urgency=high
* Update watch file
* Depend on gnuplot, Closes: #279895.
-- Camm Maguire Sat, 6 Nov 2004 02:43:52 +0000
maxima (5.9.1-4) unstable; urgency=high
* compile before load with alt-link in src/Makefile.am
* Add interfaces/xmaxima/win32/Makefile for clean target of debian/rules
-- Camm Maguire Thu, 7 Oct 2004 15:05:31 +0000
maxima (5.9.1-3) unstable; urgency=high
* Rerelease to wake up the autobuilders
-- Camm Maguire Tue, 5 Oct 2004 20:31:51 +0000
maxima (5.9.1-2) unstable; urgency=high
* fix build sequence for non-save-sys architectures (5.9.1 now compiles
anonymous closures to be saved in the final image)
-- Camm Maguire Fri, 1 Oct 2004 03:08:16 +0000
maxima (5.9.1-1) unstable; urgency=high
* New upstream release
* compat 4
* New release Closes: #232516
* pre-build maximabook pdf included, as building from source requires
latex files of questionable copyright status.
* Update config.guess and config.sub
-- Camm Maguire Thu, 30 Sep 2004 15:53:43 +0000
maxima (5.9.0-28) unstable; urgency=low
* Update debian/maxima-doc.info
* Build depend on latest gcl for performance and stability improvements.
-- Camm Maguire Fri, 17 Sep 2004 14:18:06 +0000
maxima (5.9.0-27) unstable; urgency=low
* Bug fix: "xmaxima: Fails to require a Tk version greater than 8.3",
thanks to Patricio Rojo (Closes: #257655). Depend on tk8.4 | tk8.3.
TODO -- check that the user has not set wish to tk8.0 or prompt for
reset via debconf.
-- Camm Maguire Mon, 5 Jul 2004 15:08:17 +0000
maxima (5.9.0-26) unstable; urgency=low
* Build depend on latest gcl to restore m68k build
* Remove build-depends on build essential findutils
* Change manpage header from 1L to 1
* quote strings in menu entry
-- Camm Maguire Sat, 3 Jul 2004 01:56:03 +0000
maxima (5.9.0-25) unstable; urgency=low
* Bug fix: "FTBFS: unexpected testcase errors", thanks to Goswin von
Brederlow (Closes: #253541). Build depend on latest gcl with compiler
casts added for a stack aligned at less than a word boundary
(e.g. passing small integer constants as arguments)
-- Camm Maguire Mon, 14 Jun 2004 19:16:08 +0000
maxima (5.9.0-24) unstable; urgency=low
* Bug fix: "maxima should recommend/suggest maxima-share/-doc", thanks
to Elrond (Closes: #250004). maxima recommends maxima-share and
suggests maxima-doc.
* Build depend on latest gcl
* Make platform specific build-depends vlid for all platforms, in
anticipation of new platform entries breaking, a la amd64
-- Camm Maguire Mon, 31 May 2004 18:48:07 +0000
maxima (5.9.0-23) unstable; urgency=low
* Turn on sgc when available in image
-- Camm Maguire Sat, 7 Feb 2004 19:44:50 +0000
maxima (5.9.0-22) unstable; urgency=low
* Bug fix: "Maxima assumes netscape is your web browser.", thanks to
Chris Walker (Closes: #230728). Use sensible-browser in place of
netscape.
-- Camm Maguire Mon, 2 Feb 2004 14:23:08 +0000
maxima (5.9.0-21) unstable; urgency=low
* Build-depend on latest gcl to capture readline bugfix
-- Camm Maguire Wed, 28 Jan 2004 16:29:09 +0000
maxima (5.9.0-20) unstable; urgency=low
* Bug fix: "emaxima.sty should be in tex path", thanks to Chris Walker
(Closes: #229882). Moved to /usr/share/texmf/tex/latex/.
* maxima-emacs depends on tetex-extra
* texhas calls in maxima-emacs postinst and postrm
-- Camm Maguire Tue, 27 Jan 2004 16:55:37 +0000
maxima (5.9.0-19) unstable; urgency=low
* Bug fix: "maxima: should use readline for interactive input", thanks
to Dwayne C. Litzenberger (Closes: #198573). New Readline support in
underlying GCL enables readline automatically
* Newer standards
* Build dep gcl >= 2.6.1-21
-- Camm Maguire Wed, 7 Jan 2004 16:10:27 +0000
maxima (5.9.0-18) unstable; urgency=low
* Bug fix: "xmaxima: fails to find ghostview", thanks to Piotr
P. Karwasz (Closes: #223949). Replaced references to ghostview with
gv.
-- Camm Maguire Wed, 17 Dec 2003 20:00:26 +0000
maxima (5.9.0-17) unstable; urgency=low
* Update long description from latest upstream README file, Closes:
#213782
-- Camm Maguire Tue, 14 Oct 2003 17:33:10 +0000
maxima (5.9.0-16) unstable; urgency=low
* No-op rerelease to awaken autobuilders
-- Camm Maguire Tue, 16 Sep 2003 13:47:22 +0000
maxima (5.9.0-15) unstable; urgency=low
* Build-dep on gcl-2.6.1-8 or newer to fix compressed info reading,
Closes: #210573
-- Camm Maguire Sat, 13 Sep 2003 23:08:33 +0000
maxima (5.9.0-14) unstable; urgency=low
* change tetex-bin build-dep to tetex-extra
-- Camm Maguire Thu, 11 Sep 2003 00:35:15 +0000
maxima (5.9.0-13) unstable; urgency=low
* Add Build-dep on tetex-bin for maximabook
-- Camm Maguire Wed, 10 Sep 2003 21:50:51 +0000
maxima (5.9.0-12) unstable; urgency=low
* Put in versioned dependencies on maxima packages, e.g. xmaxima 5.9.0
dep maxima (>=5.9.0), Closes: #208983 (submitter had xmaxima 5.9.0
and maxima 5.6 installed)
* Build depend on newer gcl closes tempfile bug, Closes: #198469
* Eliminate references to old info files
* Fix load path in maxima-emacs.emacsen-startup to enable tex updates
in emaxima mode; also add autoload for emaxima-mode; Closes: #208708
* Add maximabook to maxima-doc package
-- Camm Maguire Tue, 9 Sep 2003 18:56:08 +0000
maxima (5.9.0-11) unstable; urgency=low
* maxima-doc replaces maxima (<< 5.9.0-1)
* Set maxima-info-dir and maxima-info-index-file variables in maxima-
emacs.emacsen-startup to enable maxima-info and maxima-help
functions. Added note in maxima-emacs.README.Debian indicating that
autocompression-mode must be on for the latter to work at present.
Closes: #187017.
* Clarified copyright file as approved by upstream and FSF; Closes:
#193976
* Newer standards
-- Camm Maguire Mon, 26 May 2003 00:22:33 +0000
maxima (5.9.0-10) unstable; urgency=low
* Fix broken dh_stip syntax, Closes: #186858
-- Camm Maguire Sun, 30 Mar 2003 13:44:25 -0500
maxima (5.9.0-9) unstable; urgency=low
* Rework test routine depends, Closes: #186812
* m68k test correction no longer needed
* Work around broken strip on powerpc and ia64, Closes: #186200
-- Camm Maguire Sun, 30 Mar 2003 09:04:43 -0500
maxima (5.9.0-8) unstable; urgency=low
* Build binary-indep packages correctly, Closes: #186618
* xmaxima depends on maxima-share, Closes: #186661
-- Camm Maguire Sat, 29 Mar 2003 07:15:15 -0500
maxima (5.9.0-7) unstable; urgency=low
* Re-release to restart autobuilds with new gcl
-- Camm Maguire Mon, 24 Mar 2003 09:53:58 -0500
maxima (5.9.0-6) unstable; urgency=low
* Build-depend on gcl-2.5.2
-- Camm Maguire Fri, 21 Mar 2003 07:27:55 -0500
maxima (5.9.0-5) unstable; urgency=low
* Fix test suite results for extra precision on m68k
* run test suite from user's directory, which needs to be writeable,
Closes: #183172
* xmaxima depends on maxima-test and maxima-doc, Closes: #183483
* Depend on latest gcl
-- Camm Maguire Thu, 6 Mar 2003 07:54:02 -0500
maxima (5.9.0-4) unstable; urgency=low
* Remove dbl.el, which depends on non-existent gcl.el
* maxima-emacs now uses newer emaxima interface
-- Camm Maguire Thu, 27 Feb 2003 18:35:45 -0500
maxima (5.9.0-3) unstable; urgency=low
* Edited maxima-doc.doc-base, Closes: #182511
-- Camm Maguire Thu, 27 Feb 2003 17:33:27 -0500
maxima (5.9.0-2) unstable; urgency=low
* Fix lintian error: copyright file edits
* Fix lintian error: eliminate /usr/doc/ link setting
* Fix lintian error: wish script syntax modification
* Fix lintian error: eliminate duplicate conffile in maxima-emacs
* Fix lintian error: remove self-conflicts control field
* Updated config.sub and config.guess
-- Camm Maguire Wed, 19 Feb 2003 21:19:56 -0500
maxima (5.9.0-1) unstable; urgency=low
* New upstream release
* gcl.el is gone, Closes: #167482
* Package is split, Closes: #158662
* zsolve is documented by upstream as being unavailable, Closes: #138231
-- Camm Maguire Tue, 11 Feb 2003 01:51:35 -0500
maxima (5.6b-56) unstable; urgency=low
* gcl updates
-- Camm Maguire Fri, 24 Jan 2003 13:43:30 -0500
maxima (5.6b-55) unstable; urgency=low
* pdftex/texinfo fix take 2
-- Camm Maguire Fri, 13 Dec 2002 00:02:04 -0500
maxima (5.6b-54) unstable; urgency=low
* Remove old texinfo.tex from TEXINPUTS path to fix pdftex build of
docs
-- Camm Maguire Thu, 12 Dec 2002 20:50:08 -0500
maxima (5.6b-53) unstable; urgency=low
* Go back to pdftex for documentation until dvipdfm/libs gets fixed
-- Camm Maguire Thu, 12 Dec 2002 17:18:25 -0500
maxima (5.6b-52) unstable; urgency=low
* Rerelease to build against (hopefully) fixed build-depends
-- Camm Maguire Wed, 11 Dec 2002 18:32:56 -0500
maxima (5.6b-51) unstable; urgency=low
* gcl updates
-- Camm Maguire Thu, 5 Dec 2002 17:52:34 -0500
maxima (5.6b-50) unstable; urgency=low
* GCL fixes to reenable arm build
-- Camm Maguire Thu, 31 Oct 2002 21:37:28 -0500
maxima (5.6b-49) unstable; urgency=low
* gcl fixes
-- Camm Maguire Wed, 23 Oct 2002 00:43:40 -0400
maxima (5.6b-48) unstable; urgency=low
* gcl fixes
-- Camm Maguire Wed, 16 Oct 2002 11:41:58 -0400
maxima (5.6b-47) unstable; urgency=low
* gcl fixes
* Build-depend on autotools.dev, Closes: #164340
* Suggests texmacs, Closes: #164604
-- Camm Maguire Tue, 15 Oct 2002 14:55:37 -0400
maxima (5.6b-46) unstable; urgency=low
* tk8.2 -> tk8.3
* Set compile variables before saving saved_maxima, Closes: #163433
* gcl fixes
-- Camm Maguire Wed, 9 Oct 2002 14:43:01 -0400
maxima (5.6b-45) unstable; urgency=low
* Argh -- one remaining typo fixed in m68k tests
-- Camm Maguire Sun, 6 Oct 2002 22:37:45 -0400
maxima (5.6b-44) unstable; urgency=low
* Fixed typo in rtest8.mac override for m68k
* gcl fixes
-- Camm Maguire Sat, 5 Oct 2002 15:10:56 -0400
maxima (5.6b-43) unstable; urgency=low
* gcl fixes
* override floating point tests on m68k
-- Camm Maguire Thu, 3 Oct 2002 01:51:27 -0400
maxima (5.6b-42) unstable; urgency=low
* Fix delete et. al. :from-end error; typo in gbc.c
* character and string-char equal in type hierarchy
* concatenate/make-sequence fixes
* merge takes nil key argument
* make-sequence checks size against result type
* install endp macro for dotted list support
-- Camm Maguire Tue, 24 Sep 2002 15:05:00 -0400
maxima (5.6b-41) unstable; urgency=low
* Sleep with (in principle) microsecond precision
* nth-value macro added
* \-ffloat\-store and warning cleanups for m68k
* m68k build restored, Closes: #155796
* Added link to local documentation in xmaxima startup file, Closes:
#155260
-- Camm Maguire Fri, 20 Sep 2002 10:56:31 -0400
maxima (5.6b-40) unstable; urgency=low
* Fixed gcc version bug in debian/rules
-- Camm Maguire Thu, 12 Sep 2002 18:01:27 -0400
maxima (5.6b-39) unstable; urgency=low
* static gmp for m68k
-- Camm Maguire Thu, 12 Sep 2002 09:35:29 -0400
maxima (5.6b-38) unstable; urgency=low
* Reworked static gmp target for new libgcl.a;gcc-3.2 for
hppa,ia64,and arm;libgmp2-dev for m68k;no rsym with
dynsysbfd;build_symbol_table earlier to shrink table size;
-- Camm Maguire Thu, 12 Sep 2002 00:42:30 -0400
maxima (5.6b-37) unstable; urgency=low
* Rework build and install so that custom images can be made without
the source tree, even when using dlopen
* Use old gmp for m68k until can pin down test failure with gmp3
-- Camm Maguire Tue, 10 Sep 2002 00:39:04 -0400
maxima (5.6b-36) unstable; urgency=low
* Install cmpinclude.h in system include directory
-- Camm Maguire Thu, 29 Aug 2002 23:34:33 -0400
maxima (5.6b-35) unstable; urgency=low
* Keep a *much* smaller piece of gmp.h in cmpinclude.h, reducing image
size by almost 100k
* Check for _SHORT_LIMB and _LONG_LONG_LIMB in configure
* Remove build specific include directories from compile command in
final executable
* Include local regexp.h explicitly in cmpinclude.h, to eliminate
intereference with system regexp.h, and to fix bug in which gcl
compilation depended on existing build directories
* Correctly add directory paths to extra gmp file targets in
unixport/makefile for m68k
-- Camm Maguire Thu, 29 Aug 2002 22:14:50 -0400
maxima (5.6b-34) unstable; urgency=low
* Fix typo in rshift target for m68k
-- Camm Maguire Wed, 28 Aug 2002 18:03:05 -0400
maxima (5.6b-33) unstable; urgency=low
* Larger ihs stack;fix array-total-size-limit;check negative
fillp;allow #P
* don't make common_lisp package when not configuring with --enable-
ansi
* Patch gmp3/mpn/m68k/{l,r}shift.asm, restore gmp3 to m68k build
* Dynamic libgmp support, overriding with patched functions from local
source where necessary
-- Camm Maguire Sun, 18 Aug 2002 12:17:58 -0400
maxima (5.6b-32) unstable; urgency=low
* copy ansidecl.h and symcat.h in h/ for local bfd builds
* localize bfd.h includes to sfaslbfd.c
* take bfd/po out of the build loop
* import xgcl-2, but don't build by default
* oldgmp configure option, and made default for m68k as temporary
workaround
-- Camm Maguire Tue, 13 Aug 2002 00:04:45 -0400
maxima (5.6b-31) unstable; urgency=low
* Minor rules revision for i164
* maxima build depend gcc-3.1 for ia64
-- Camm Maguire Sun, 11 Aug 2002 13:51:05 -0400
maxima (5.6b-30) unstable; urgency=low
* gcc-3.1 for ia64 fixes a compilation bug in num_co.c for -O3 and
higher -- code takes address of a variable kept in a register
* compile num_log.c with -O only on ia64 to work around compiler bug
-- Camm Maguire Sun, 11 Aug 2002 10:07:57 -0400
maxima (5.6b-29) unstable; urgency=low
* check for long c statck addresses, fixing NULL_OR_ON_C_STACK macro
for ia64
* Remove error in clean target
-- Camm Maguire Sat, 10 Aug 2002 15:35:57 -0400
maxima (5.6b-28) unstable; urgency=low
* NEWS file patch from 5.6.1
* Fix build deps line
* Replace tmpnam and mktemp with less dangerous mkstemp
-- Camm Maguire Fri, 9 Aug 2002 21:10:02 -0400
maxima (5.6b-27) unstable; urgency=low
* Build depend on automake and gettext
* Fix rsym compilation when not using bfd
-- Camm Maguire Fri, 9 Aug 2002 19:12:19 -0400
maxima (5.6b-26) unstable; urgency=low
* Don't build bfd/po subdir
* Build-depend on automake and gettext
-- Camm Maguire Fri, 9 Aug 2002 14:49:08 -0400
maxima (5.6b-25) unstable; urgency=low
* fix zero length array support
* reverse configure order for bfd and libiberty
-- Camm Maguire Fri, 9 Aug 2002 12:12:51 -0400
maxima (5.6b-24) unstable; urgency=low
* chmod +x for subconfigures
* dlopen for appropriate arches in debian/rules
* add custreloc configure option
-- Camm Maguire Fri, 9 Aug 2002 10:29:10 -0400
maxima (5.6b-23) unstable; urgency=low
* Local bfd build option to prepare for arch-specific patches
* Try default gmp3 build on m68k
* Fix merge-pathnames
-- Camm Maguire Fri, 9 Aug 2002 01:05:51 -0400
maxima (5.6b-22) unstable; urgency=low
* fix bug in cmpif.lsp and recompile compiler
* \-O6 \-fomit\-frame\-pointer for Linux, speed gain of ~ 10%
* clean saved_gcl_pcl
-- Camm Maguire Mon, 5 Aug 2002 17:07:05 -0400
maxima (5.6b-21) unstable; urgency=low
* Back out of hppa assembler register flush for hppa, apparently issue
is cleared by long/object function declaration fix
* Remove ansi2knr.1 man page, Closes: #155067
* hppa still has gc leak, possibly due to faulty setjmp. Try Lamont
Jones' latest assembler to flush regs
-- Camm Maguire Fri, 2 Aug 2002 21:05:57 -0400
maxima (5.6b-20) unstable; urgency=low
* SGC support for alpha
* generic gmp3 build for m68k
* compiler changes to declare all functions as returning object, with
functions that actually return long being cast appropriately
* back out of m68k hack in eval.c and funlink.c
-- Camm Maguire Fri, 2 Aug 2002 18:28:43 -0400
maxima (5.6b-19) unstable; urgency=low
* Use generic lshift.c in gmp3 for m68k
* use SGC for ia64
* m68k workaround, cast (object(*)()) to (long(*)()) in funlink.c and
eval.c
* GBC register spiil asm for hppa
* fix hash_equal declaration error in hash.d
-- Camm Maguire Thu, 1 Aug 2002 18:19:22 -0400
maxima (5.6b-18) unstable; urgency=low
* Remove extra load of tkl.o in install target of main makefile
* gcc-3.1 for hppa
* Remove gcc version spec for m68k
* \-fPIC for hppa, needed for dlopen
* cleanup gcc 3.1 warning in funlink.c
* cc instead of ld for -shared linking in fasldlsym.c (needed for
hppa)
-- Camm Maguire Wed, 31 Jul 2002 18:50:56 -0400
maxima (5.6b-17) unstable; urgency=low
* Move chmod +x gmp3/* into debian/rules
* Build-Depend on autoconf
-- Camm Maguire Wed, 31 Jul 2002 09:48:53 -0400
maxima (5.6b-16) unstable; urgency=low
* Move chmod +x gmp3/* into debian/rules
-- Camm Maguire Wed, 31 Jul 2002 09:34:06 -0400
maxima (5.6b-15) unstable; urgency=low
* chmod +x gmp3/configure
-- Camm Maguire Wed, 31 Jul 2002 07:57:30 -0400
maxima (5.6b-14) unstable; urgency=low
* 64bit SGC support
* SGC on by default for sparc-linux and mips(el)-linux
* Optimized logxor funtion
* Check for MP_LIMB_SIZE in fasdump.c, for 64bit support
* gbc fix for ia64
* gmp3 import for ia64
* system bzero, bcmp, and bcopy function prototypes
* ensure tests pass without error in build
-- Camm Maguire Tue, 30 Jul 2002 23:29:55 -0400
maxima (5.6b-13) unstable; urgency=low
* ElfW macros in rsym*.c for 64bit
* Allow for 8 byte gmp mp_limbs
-- Camm Maguire Thu, 25 Jul 2002 18:53:58 -0400
maxima (5.6b-12) unstable; urgency=low
* Support for dlopen object loading where bfd is not yet working --
./configure --enable-dlopen
-- Camm Maguire Thu, 25 Jul 2002 15:09:41 -0400
maxima (5.6b-11) unstable; urgency=low
* 64bit fixes
-- Camm Maguire Wed, 24 Jul 2002 12:18:02 -0400
maxima (5.6b-10) unstable; urgency=low
* misc. lintian cleanups, mostly for 64 bit
-- Camm Maguire Tue, 23 Jul 2002 23:35:58 -0400
maxima (5.6b-9) unstable; urgency=low
* Fixed typeo in error.c preventing arm compilation
-- Camm Maguire Mon, 22 Jul 2002 17:19:52 -0400
maxima (5.6b-8) unstable; urgency=low
* Fix bad on_stack_vector_list args
-- Camm Maguire Mon, 22 Jul 2002 16:12:37 -0400
maxima (5.6b-7) unstable; urgency=low
* Fixed bug in Iapply_ap; more lint changes for sundry arches
-- Camm Maguire Sat, 20 Jul 2002 23:42:01 -0400
maxima (5.6b-6) unstable; urgency=low
* include stdarg.h when defining GNU_SOURCE
-- Camm Maguire Sat, 20 Jul 2002 18:51:12 -0400
maxima (5.6b-5) unstable; urgency=low
* Proper va_dcl declarations
-- Camm Maguire Sat, 20 Jul 2002 10:41:22 -0400
maxima (5.6b-4) unstable; urgency=low
* cvs updates for missing ptrdiff_t
-- Camm Maguire Sat, 20 Jul 2002 08:42:20 -0400
maxima (5.6b-3) unstable; urgency=low
* gcl cvs updates to compile with -Wall
-- Camm Maguire Sat, 20 Jul 2002 02:42:20 -0400
maxima (5.6b-2) unstable; urgency=low
* architecture any, though still have some issues
-- Camm Maguire Fri, 12 Jul 2002 19:03:56 -0400
maxima (5.6b-1) unstable; urgency=low
* preliminary cvs updates for 64bit support
-- Camm Maguire Fri, 12 Jul 2002 18:04:00 -0400
maxima (5.6a-7) unstable; urgency=low
* m68k fix
* Add gcl's readline.o as a loadable maxima module, need to revisit
this
* README.Debian on how to activate readline support
-- Camm Maguire Fri, 12 Jul 2002 16:01:01 -0400
maxima (5.6a-6) unstable; urgency=low
* cvs updates for arm
* Fix for Larry Bates integration bug: Closes: #151416
-- Camm Maguire Wed, 10 Jul 2002 18:17:27 -0400
maxima (5.6a-5) unstable; urgency=low
* gcl cvs updates for arm build
-- Camm Maguire Tue, 9 Jul 2002 16:11:41 -0400
maxima (5.6a-4) unstable; urgency=low
* Remove gcl.1 from shipped manpages, Closes: #151110
-- Camm Maguire Sun, 7 Jul 2002 13:22:07 -0400
maxima (5.6a-3) unstable; urgency=low
* Use dvipdfm instead of pdftex for now to make pdf doc file. Need to
revisit this in the future, as this approach does not preserve cross
reference functionality in the pdf file. Closes: #141258
* readline support now active with new underlying gcl. Closes:
#140465
* gcl cvs updates
* Merged gcl build-depends with maxima's, Closes: #151828
-- Camm Maguire Sun, 7 Jul 2002 12:59:03 -0400
maxima (5.6a-2) unstable; urgency=low
* gcc-3.0 for arm
* cachectl header for m68k
-- Camm Maguire Mon, 1 Jul 2002 15:49:58 -0400
maxima (5.6a-1) unstable; urgency=low
* New gcl version, more supported architectures
-- Camm Maguire Tue, 25 Jun 2002 19:36:48 -0400
maxima (5.6-17) unstable; urgency=low
* Patch to maxima-mode.el to make 'run-maxima' work in xemacs
* Closes: #140267
-- Camm Maguire Thu, 28 Mar 2002 07:54:37 -0500
maxima (5.6-16) unstable; urgency=low
* Newer standards
* Build-Depends on texi2html, Closes: #137015
-- Camm Maguire Tue, 5 Mar 2002 21:30:20 -0500
maxima (5.6-15) unstable; urgency=low
* flavor ->debian-emacs-flavor in emacsen-startup
-- Camm Maguire Mon, 4 Mar 2002 14:29:09 -0500
maxima (5.6-14) unstable; urgency=low
* Emacs startup file as conffile, Closes: #132811
-- Camm Maguire Mon, 11 Feb 2002 14:33:41 -0500
maxima (5.6-13) unstable; urgency=low
* Added share et. al. .mac files to search path, Closes: #131653
-- Camm Maguire Thu, 31 Jan 2002 09:42:45 -0500
maxima (5.6-12) unstable; urgency=low
* Fixed bug in gamma() with negative args (csimp2.lisp)
* tk8.2 alternative depend, closing lintian error
* xmaxima man page, clears lintian error
-- Camm Maguire Tue, 18 Sep 2001 17:36:10 -0400
maxima (5.6-11) unstable; urgency=low
* Replaced all instances of 'exec wish8.0' with 'exec wish', Closes:
#105424
-- Camm Maguire Mon, 16 Jul 2001 21:03:56 -0400
maxima (5.6-10) unstable; urgency=low
* reworked build-depends from dpkg-genbuilddeps output
-- Camm Maguire Mon, 9 Jul 2001 15:47:47 -0400
maxima (5.6-9) unstable; urgency=low
* Added dependency on autoconf, Closes: #104011
-- Camm Maguire Sun, 8 Jul 2001 23:24:48 -0400
maxima (5.6-8) unstable; urgency=low
* Made clean target work on freshly unpacked source, Closes: #103783,
(Thanks for your report!)
-- Camm Maguire Sat, 7 Jul 2001 23:52:49 -0400
maxima (5.6-7) unstable; urgency=low
* Added displa.lisp from cvs fixing summation displays -- Closes:
#99447
-- Camm Maguire Tue, 5 Jun 2001 09:38:37 -0400
maxima (5.6-6) unstable; urgency=low
* New xmaxima properly shuts down child saved_maxima on selection of
either exit menu or receipt of delete signal; destroy signal or
killing xmaxima from terminal still leave saved_maxima running for
now; Closes: #98793
-- Camm Maguire Thu, 31 May 2001 09:50:54 -0400
maxima (5.6-5) unstable; urgency=low
* Updated doc-base to refer to correct directory
-- Camm Maguire Wed, 9 May 2001 16:43:48 -0400
maxima (5.6-4) unstable; urgency=low
* Build gcl gmp code for i486 to run on all x86 subarches, though not
optimally
-- Camm Maguire Wed, 9 May 2001 14:16:31 -0400
maxima (5.6-3) unstable; urgency=low
* Made doc symlink relative clearing lintian error
-- Camm Maguire Wed, 9 May 2001 00:12:31 -0400
maxima (5.6-2) unstable; urgency=low
* Reworked documentation layout
* Fixed emacsen startup to correctly autoload run-maxima function
-- Camm Maguire Tue, 8 May 2001 21:42:25 -0400
maxima (5.6-1) unstable; urgency=low
* New upstream release
-- Camm Maguire Mon, 7 May 2001 14:33:31 -0400
maxima (5.5-beta-10) unstable; urgency=low
* Partial sync with upstream fixes, Add trigrat.lisp, specifically
install share/*.lisp, fix file search paths to find share/*.lisp,
fix auto-mexpr bug triggered by trigrat, sync with cvs on
src/askp.lisp, src/autol.lisp src/mload.lisp, and
share/trigrat.lisp; backport minimal changes from cvs in makefile
and src/init_max1.lisp, Closes: #93129
-- Camm Maguire Fri, 6 Apr 2001 18:26:19 -0400
maxima (5.5-beta-9) unstable; urgency=low
* Changed Architecture in control to i386, since gcl cannot easily be
ported at present, Closes: #89896, #83079, #66395, #78694
-- Camm Maguire Wed, 4 Apr 2001 10:13:15 -0400
maxima (5.5-beta-8) unstable; urgency=low
* Put maxima info documentation in Math category, Closes: #90868
-- Camm Maguire