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.
 .
 maxima (5.33.0-12) unstable; urgency=medium
 .
   * build-dep latest gcl
   * Bug fix: "cannot use prelink on maxima binary", thanks to Laurent
     Bonnaud (Closes: #262891).
Author: Camm Maguire <camm@debian.org>
Bug-Debian: http://bugs.debian.org/262891

---
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: http://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: <YYYY-MM-DD>

--- maxima-5.33.0.orig/doc/info/Makefile.am
+++ maxima-5.33.0/doc/info/Makefile.am
@@ -115,6 +115,7 @@ figures/graphs12.gif\
 figures/graphs13.gif\
 figures/graphs14.gif\
 figures/graphs15.gif\
+figures/favicon.ico\
 figures/bodegain1.gif\
 figures/bodegain2.gif\
 figures/bodegain3.gif\
--- maxima-5.33.0.orig/doc/info/texi2html.init
+++ maxima-5.33.0/doc/info/texi2html.init
@@ -1 +1 @@
-$EXTRA_HEAD = "<link rel=\"icon\" href=\"http://maxima.sourceforge.net/favicon.ico\"/>"
+$EXTRA_HEAD = "<link rel=\"icon\" href=\"figures/favicon.ico\"/>"
