Description: <short summary of the patch>
 TODO: Put a short summary on the line above and replace this paragraph
 with a longer explanation of this change. Complete the meta-information
 with other relevant fields (see below for details). To make it easier, the
 information below has been extracted from the changelog. Adjust it or drop
 it.
 .
 gcl27 (2.7.0-8) unstable; urgency=medium
 .
   * Version_2_7_0pre11
Author: Camm Maguire <camm@debian.org>

---
The information above should follow the Patch Tagging Guidelines, please
checkout https://dep.debian.net/deps/dep3/ to learn about the format. Here
are templates for supplementary fields that you might want to add:

Origin: (upstream|backport|vendor|other), (<patch-url>|commit:<commit-id>)
Bug: <upstream-bugtracker-url>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: (no|not-needed|<patch-forwarded-url>)
Applied-Upstream: <version>, (<commit-url>|commit:<commid-id>)
Reviewed-By: <name and email of someone who approved/reviewed the patch>
Last-Update: 2024-01-28

--- gcl27-2.7.0.orig/ansi-tests/makefile
+++ gcl27-2.7.0/ansi-tests/makefile
@@ -144,7 +144,7 @@ clean:
 	@rm -f *.dfsl *.d64fsl
 	@(cd beyond-ansi; $(MAKE) clean)
 	@rm -rf scratch/ scratch.txt
-	@rm -f foo.txt foo.lsp foo.dat
+	@rm -f foo.txt foo.lsp foo.dat failures.lsp
 	@rm -f tmp.txt tmp.dat tmp2.dat temp.dat
 	@rm -f gazonk* out.class
 	@rm -rf TMP/
--- gcl27-2.7.0.orig/gcl-tk/makefile
+++ gcl27-2.7.0/gcl-tk/makefile
@@ -35,7 +35,7 @@ all: gcltksrv   tkl.o tinfo.o  demos/gc-
 GUIOS = guis.o tkAppInit.o tkMain.o
 
 clean::
-	rm -f ${GUIOS} $(OFILES) gcltkaux gcltksrv *.o */*.o demos/index.lsp *.fn demos/*.fn
+	rm -f ${GUIOS} $(OFILES) gcltkaux gcltksrv *.o */*.o demos/index.lsp *.fn demos/*.fn gcltksrv.bat
 
 .c.o:
 	$(GCLTKCC) -c $(filter-out -pg,$(CFLAGS1)) -fPIE ${ODIR_DEBUG}  $*.c
--- gcl27-2.7.0.orig/git.tag
+++ gcl27-2.7.0/git.tag
@@ -1,2 +1,2 @@
-"Version_2_7_0pre10"
+"Version_2_7_0pre11"
 
--- gcl27-2.7.0.orig/info/makefile
+++ gcl27-2.7.0/info/makefile
@@ -113,3 +113,4 @@ tex:
 clean:
 	rm -f *.info* *.html *.dvi *.cp *.ky *.vr *.tp *.pg *.toc *.aux *.log *.fn
 	rm -rf gcl.IC gcl.IE gcl.IG gcl.IP gcl.IR gcl.IT gcl.fu gcl gcl-si gcl-tk
+	rm -rf gcl-si_html gcl_html gcl-tk_html
--- gcl27-2.7.0.orig/makefile
+++ gcl27-2.7.0/makefile
@@ -371,7 +371,7 @@ gclclean:
 clean: gclclean
 	-[ -z "$(GMPDIR)" ] || (cd $(GMPDIR) && $(MAKE) distclean)
 	-[ -z "$(GMPDIR)" ] || rm -rf $(GMPDIR)/.deps $(GMPDIR)/libgmp.a
-	-[ -z "$(PARGCLDIR)" ] || (cd $(PARGCLDIR) && $(MAKE) distclean)
+	-(cd pargcl && $(MAKE) distclean)
 	-[ -z "$(PARGCLDIR)" ] || (rm -f unixport/saved_pargcl unixport/saved_prepargcl bin/pargcl bin/procgroup unixport/_rsym1)
 #	-cd binutils/intl && $(MAKE) distclean
 #	-cd binutils/bfd && $(MAKE) distclean
--- gcl27-2.7.0.orig/man/man1/gcl.1
+++ gcl27-2.7.0/man/man1/gcl.1
@@ -1,4 +1,4 @@
-.TH GCL 1L "17 March 1997"
+.TH GCL 1 "17 March 1997"
 .SH NAME
 gcl \- GCL Common Lisp interpreter/compiler, CVS snapshot
 .SH SYNOPSIS
--- gcl27-2.7.0.orig/pargcl/Makefile.in
+++ gcl27-2.7.0/pargcl/Makefile.in
@@ -40,7 +40,7 @@ check: bin/par@GCL_SCRIPT@
 
 clean:
 	rm -f *~
-	rm -f doc/*~
+	rm -f doc/*~ configure.lineno
 	rm -rf autom4te.cache
 	cd ${SRCDIR}; make clean
 	cd ${SRCDIR}/mpinu; make clean
--- gcl27-2.7.0.orig/unixport/makefile
+++ gcl27-2.7.0/unixport/makefile
@@ -166,7 +166,7 @@ map_%:
 clean:
 	rm -rf  saved_*$(EXE) raw_*$(EXE) *.o core a.out $(RSYM) sys_init.lsp \
 		$(LSPDIR)/auto_new.lsp foo *maxima* init_*.lsp lib*.a gmp* *.lsp.tmp \
-		gazonk*.lsp plt*h *_map saved_* lib* raw_* out* log* tmp* gcl.script
+		gazonk*.lsp plt*h *_map saved_* lib* raw_* out* log* tmp* gcl.script gcl_symtab
 
 .INTERMEDIATE: raw_gcl raw_ansi_gcl recompile.h pre_init.lsp post_init.lsp
 .PRECIOUS: libboot.so
