Description: clean the right file
 .
 cbmc (5.12-5) unstable; urgency=low
 .
   * Disable regression tests that take too long on mipsel.
Author: Michael Tautschnig <mt@debian.org>

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

Origin: <vendor|upstream|other>, <url of original patch>
Bug: <url in upstream bugtracker>
Bug-Debian: https://bugs.debian.org/<bugnumber>
Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
Forwarded: <no|not-needed|url proving that it has been forwarded>
Reviewed-By: <name and email of someone who approved the patch>
Last-Update: 2020-05-04

--- cbmc-5.12.orig/regression/goto-gcc/Makefile
+++ cbmc-5.12/regression/goto-gcc/Makefile
@@ -36,4 +36,4 @@ clean:
 	find -name '*.out' -execdir $(RM) '{}' \;
 	find -name '*.gb' -execdir $(RM) '{}' \;
 	find -name '*.goto-cc-saved' -execdir $(RM) '{}' \;
-	$(RM) tests.log archives/lib_ourarchive.a archives/foo.o
+	$(RM) tests.log archives/libour_archive.a archives/foo.o
