This is an autogenerated patch header for a single-debian-patch file. The
delta against upstream is either kept as a single patch, or maintained
in some VCS, and exported as a single patch instead of more manageable
atomic patches.

--- oaklisp-1.3.7.orig/README.md
+++ oaklisp-1.3.7/README.md
@@ -12,9 +12,8 @@ the Oaklisp dialect of lisp.
 
 Project homepage(s)
 
-*  https://alioth.debian.org/projects/oaklisp/ (main homepage)
-*  https://github.com/barak/oaklisp            (collaborative development)
-*  http://www.bcl.hamilton.ie/~barak/oaklisp/  (ancient history)
+*  https://github.com/barak/oaklisp       (homepage, development)
+*  http://barak.pearlmutter.net/oaklisp/  (ancient history)
 
 The compiler compiles Oaklisp source code into byte-code for the
 included Oaklisp emulator / virtual machine.  The implementation
@@ -38,5 +37,7 @@ is described in the included documentati
 * Barak A. Pearlmutter and Kevin J. Lang. The implementation of
   Oaklisp.  In Peter Lee, editor, Topics in Advanced Language
   Implementation, pages 189–215. MIT Press, 1991.
+  URL http://barak.pearlmutter.net/papers/Oaklisp-TALI-Chapter-1991.djvu
+  http://barak.pearlmutter.net/papers/Oaklisp-TALI-Chapter-1991.pdf
 
 See BUILD.md for instructions on how to build the system.
--- oaklisp-1.3.7.orig/doc/Makefile.am
+++ oaklisp-1.3.7/doc/Makefile.am
@@ -22,7 +22,7 @@ pdf_DATA = $(LATEX_PDFS)
 EXTRA_DIST = $(LATEX_SRCS)
 
 .tex.pdf:
-	cd $(dir $<) && $(LATEXMK) -pdf $(notdir $<) \
+	(cd $(dir $<) && $(LATEXMK) -pdf $(notdir $<)) \
 	 || cp ../prebuilt/doc/$@ $@
 
 EXTRA_DIST += examples/bank-example.oak examples/change.oak		\
--- oaklisp-1.3.7.orig/doc/lim/admin.tex
+++ oaklisp-1.3.7/doc/lim/admin.tex
@@ -19,10 +19,7 @@
 
 \section{Getting a Copy}
 
-The most recent released version of Oaklisp, along with the manuals,
-are available at \url{http://www.bcl.hamilton.ie/~barak/oaklisp/}, but
-this is to be superseded by a new site:
-\url{http://oaklisp.alioth.debian.org/}.
+See \url{https://github.com/barak/oaklisp/}.
 
 \section{Bugs}
 
@@ -50,7 +47,7 @@ C routines from a running Oaklisp.
 \end{itemize}
 
 Bug reports, enhancements, and the like should be posted using the
-facilities on \url{http://oaklisp.alioth.debian.org/}; queries can
+facilities on \url{https://github.com/barak/oaklisp/}; queries can
 also be sent to \texttt{barak+oaklisp@pearlmutter.net}.
 
 We appreciate enhancements (especially in the form of patch files),
--- oaklisp-1.3.7.orig/man/man1/oaklisp.1.in
+++ oaklisp-1.3.7/man/man1/oaklisp.1.in
@@ -192,11 +192,9 @@ implementation manuals lang.pdf and lim.
 OaklispSummary.pdf, whose source is included with the distribution,
 and installed in @pdfdir@/.
 
-The Oaklisp home page is transitioning from
-.URL http://www.bcl.hamilton.ie/~barak/oaklisp/ "its old location"
+The Oaklisp home page is
+.URL http://barak.pearlmutter.net/oaklisp/ "old location"
 to
-.URL https://oaklisp.alioth.debian.org/ alioth
-and
 .URL https://github.com/barak/oaklisp github .
 
 .I The Implementation of Oaklisp
