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.
 .
 drush (4.5-2) unstable; urgency=low
 .
   * fetch the table.inc file during the build instead of keeping a copy in
     our source repo
   * mark this package as a "single-debian-patch" to silence a lintian
     warnings - our changes are now tracked in git (Closes: #643099).
   * recommend wget *or* curl, which are both working with drush
Author: Antoine Beaupré <anarcat@koumbit.org>
Bug-Debian: http://bugs.debian.org/643099

---
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>

--- /dev/null
+++ drush-4.5/docs/index.html
@@ -0,0 +1,9 @@
+<h1>Drush internals documentation</h1>
+
+<ul>
+<li><a href="bootstrap.html">The Drush Bootstarp Process</a></li>
+<li><a href="commands.html">Creating Custom Drush Commands</a></li>
+<li><a href="context.html">Drush Contexts</a></li>
+<li><a href="shellscripts.html">The Drush Shell Scripts</a></li>
+<li><a href="upgrade.html">Using Drush to Upgrade Drupal 6.x to Drupal 7.x</a></li>
+</ul>
