tags 651271 patch
thanks
In Ubuntu, we've applied the attached patch to achieve the following:
* debian/control, debian/patches/guile-1.8-transition.patch:
- Guile 1.8 transition.
We thought you might be interested in doing the same.
diff -pruN -x '*~' jacal-1b9.orig/debian/control jacal-1b9/debian/control
--- jacal-1b9.orig/debian/control 2014-11-14 00:18:41.000000000 +0100
+++ jacal-1b9/debian/control 2015-01-08 01:56:39.460761482 +0100
@@ -11,7 +11,7 @@ Vcs-Browser: http://anonscm.debian.org/g
Package: jacal
Architecture: all
-Depends: ${misc:Depends}, scm | guile-1.6, slib (>= 3a5-1)
+Depends: ${misc:Depends}, scm | guile-1.8, slib (>= 3a5-1)
Description: Interactive symbolic math system
JACAL is an interactive symbolic math system which can manipulate and
simplify equations, scalars, vectors, and matrices of single and
diff -pruN -x '*~' jacal-1b9.orig/debian/patches/guile-1.8-transition.patch jacal-1b9/debian/patches/guile-1.8-transition.patch
--- jacal-1b9.orig/debian/patches/guile-1.8-transition.patch 1970-01-01 01:00:00.000000000 +0100
+++ jacal-1b9/debian/patches/guile-1.8-transition.patch 2015-01-08 01:28:58.000000000 +0100
@@ -0,0 +1,27 @@
+From: Artur Rona <[email protected]>
+Description: Guile 1.8 transition.
+Author: Dmitrijs Ledkovs <[email protected]>
+Last-Update: <2015-01-08>
+
+--- jacal-1b9.orig/jacal.sh
++++ jacal-1b9/jacal.sh
+@@ -25,7 +25,7 @@ Usage: jacal SCHEME
+
+ Usage: jacal
+
+- Run JACAL using (MIT) 'scheme', 'scm', 'gsi', 'mzscheme', 'guile-1.6',
++ Run JACAL using (MIT) 'scheme', 'scm', 'gsi', 'mzscheme', 'guile-1.8',
+ 'slib48', 'larceny', 'scmlit', 'elk', 'sisc', or 'kawa'."
+ # in preceding notice, change guile to guile-1.6, by tb.
+
+@@ -47,8 +47,8 @@ if [ -z "$command" ]; then
+ elif type mzscheme>/dev/null 2>&1; then
+ command=mzscheme; implementation=plt
+ # Changed from looking for 'guile' to 'guile-1.6' by tb.
+- elif type guile-1.6>/dev/null 2>&1; then
+- command=guile-1.6; implementation=gui
++ elif type guile-1.8>/dev/null 2>&1; then
++ command=guile-1.8; implementation=gui
+ elif type slib48>/dev/null 2>&1; then
+ echo "do 'cd ${JACALDIR}; make jacal48'"
+ elif type scheme48>/dev/null 2>&1; then
diff -pruN -x '*~' jacal-1b9.orig/debian/patches/series jacal-1b9/debian/patches/series
--- jacal-1b9.orig/debian/patches/series 2014-11-14 00:18:18.000000000 +0100
+++ jacal-1b9/debian/patches/series 2015-01-08 01:30:49.000000000 +0100
@@ -2,3 +2,4 @@
0002-man-tweaks.patch
0003-guile-version.patch
0004-update-texinfo.patch
+guile-1.8-transition.patch