From bf1e40f9284326ede072d2adaf2c83a48f725209 Mon Sep 17 00:00:00 2001 From: Ivo De Decker Date: Tue, 11 Nov 2014 17:46:53 +0100 Subject: Import Debian changes 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. --- debian/patches/712322_use_local_schmooz.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 debian/patches/712322_use_local_schmooz.patch (limited to 'debian/patches/712322_use_local_schmooz.patch') 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 +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) -- cgit v1.2.3