[maxima-sage] 04/06: Install demo, find maxima-index.lisp and remove patch 5.29-refresh.

Tobias Hansen thansen at moszumanska.debian.org
Sun Nov 13 22:31:05 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 9dce203d93bda039bfa18c584cde03333e80d79c
Author: Tobias Hansen <thansen at broeselmaschine.fc.up.pt>
Date:   Sun Nov 13 19:56:07 2016 +0000

    Install demo, find maxima-index.lisp and remove patch 5.29-refresh.
---
 debian/maxima-sage.install.in                      |  1 +
 debian/patches/5.29-refresh                        | 80 ----------------------
 ...nfo.lsp-patch-to-set-alternative-info-directory |  2 +-
 debian/patches/series                              |  1 -
 4 files changed, 2 insertions(+), 82 deletions(-)

diff --git a/debian/maxima-sage.install.in b/debian/maxima-sage.install.in
index 087acc9..a7b8ed0 100644
--- a/debian/maxima-sage.install.in
+++ b/debian/maxima-sage.install.in
@@ -2,3 +2,4 @@ debian/tmp/usr/bin/maxima-sage
 debian/tmp/usr/lib/maxima/@MVERS@/binary-ecl/maxima
 debian/tmp/usr/lib/ecl/maxima.fas
 debian/tmp/usr/share/doc/maxima-sage/info/maxima-index.lisp
+debian/tmp/usr/share/maxima/@MVERS@/demo
diff --git a/debian/patches/5.29-refresh b/debian/patches/5.29-refresh
deleted file mode 100644
index a7170de..0000000
--- a/debian/patches/5.29-refresh
+++ /dev/null
@@ -1,80 +0,0 @@
-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 <camm at debian.org>
-
----
-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: <vendor|upstream|other>, <url of original patch>
-Bug: <url in upstream bugtracker>
-Bug-Debian: http://bugs.debian.org/<bugnumber>
-Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
-Forwarded: <no|not-needed|url proving that it has been forwarded>
-Reviewed-By: <name and email of someone who approved the patch>
-Last-Update: <YYYY-MM-DD>
-
---- 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 -")
- 			 
- 	)))
- 	 
diff --git a/debian/patches/renew-cl-info.lsp-patch-to-set-alternative-info-directory b/debian/patches/renew-cl-info.lsp-patch-to-set-alternative-info-directory
index 05fdea4..d544468 100644
--- a/debian/patches/renew-cl-info.lsp-patch-to-set-alternative-info-directory
+++ b/debian/patches/renew-cl-info.lsp-patch-to-set-alternative-info-directory
@@ -28,7 +28,7 @@ Last-Update: <YYYY-MM-DD>
  
  ; ------------------ search help topics ------------------
  
-+(defvar maxima::*maxima-index-dir* "/usr/share/doc/maxima/info")
++(defvar maxima::*maxima-index-dir* "/usr/share/doc/maxima-sage/info")
 +
  (defun load-primary-index ()
    ;; Load the index, but make sure we use a sensible *read-base*.
diff --git a/debian/patches/series b/debian/patches/series
index fa20b23..d645b69 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
-5.29-refresh
 renew-cl-info.lsp-patch-to-set-alternative-info-directory
 update-config-sub-guess
 utf8-gcl-alphabetp

-- 
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