aboutsummaryrefslogtreecommitdiffstats
path: root/debian/patches/712322_use_local_schmooz.patch
diff options
context:
space:
mode:
authorIvo De Decker <ivodd@debian.org>2014-11-11 17:46:53 +0100
committerBryan Newbold <bnewbold@robocracy.org>2017-02-20 00:05:43 -0800
commitbf1e40f9284326ede072d2adaf2c83a48f725209 (patch)
tree3ed9950c11c5109bbef53e2e77c571ec955b34cd /debian/patches/712322_use_local_schmooz.patch
parent61af55884cfcb2ac70f42a9fc8dc68b3c343b402 (diff)
downloadslib-bf1e40f9284326ede072d2adaf2c83a48f725209.tar.gz
slib-bf1e40f9284326ede072d2adaf2c83a48f725209.zip
Import Debian changes 3b1-4debian/3b1-4
slib (3b1-4) unstable; urgency=medium * QA upload. * Set maintainer to Debian QA Group (#721062) * Backport changes from upstream to fix build with texinfo 5. Closes: #712322 * Use local version of schmooz.scm to make sure this fix is actually used.
Diffstat (limited to 'debian/patches/712322_use_local_schmooz.patch')
-rw-r--r--debian/patches/712322_use_local_schmooz.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/patches/712322_use_local_schmooz.patch b/debian/patches/712322_use_local_schmooz.patch
new file mode 100644
index 0000000..54a32b7
--- /dev/null
+++ b/debian/patches/712322_use_local_schmooz.patch
@@ -0,0 +1,21 @@
+Description: Use local schmooz version to build txi files
+ The generation of the txi files should be done using the copy of schmooz.scm
+ in the source, rather than the on from a previous slib version, that gets
+ installed on the system because scm depends on slib.
+Author: Ivo De Decker <ivodd@debian.org>
+Bug-Debian: http://bugs.debian.org/712322
+Forwarded: not-needed
+
+Index: slib/Makefile
+===================================================================
+--- slib.orig/Makefile
++++ slib/Makefile
+@@ -222,7 +222,7 @@ collectx.scm: collect.scm macwork.scm co
+ $(scheme) < collect.sc
+
+ $(txifiles): $(txiscms) schmooz.scm
+- $(scheme) -rschmooz -e'(schmooz "slib.texi")'
++ $(scheme) -f schmooz.scm -e'(schmooz "slib.texi")'
+
+ dvi: slib.dvi
+ slib.dvi: version.txi slib.texi $(txifiles) $(texifiles)