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.
 .
 boot-info-script (0.61-2) unstable; urgency=medium
 .
   * remove obsolete DM-Upload-Allowed flag
   * Remove some boilerplate
   * Explicitly depend on gawk (LP: #1260847)
   * Bump Standards-Version to 3.9.5 (no changes)
   * Update my e-mail address
Author: Christian Hofstaedtler <zeha@debian.org>
Bug-Ubuntu: https://bugs.launchpad.net/bugs/1260847

---
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
+++ boot-info-script-0.61/bootinfoscript.8.txt
@@ -0,0 +1,47 @@
+bootinfoscript(8)
+=================
+
+Name
+----
+
+bootinfoscript - tool for debugging bootloader problems
+
+Synopsis
+--------
+
+bootinfoscript [options]
+
+Introduction
+------------
+
+bootinfoscript inspects your boot environment, that is your partitions and your boot loader.
+It produces a report which is easy to read and easy to send to someone else who might be able to help you if you can't fix the problem yourself.
+
+Options
+-------
+
+*-v*::
+
+    Show version and exit.
+
+*-h*::
+
+    Show help text and exit.
+
+*-g* or *--gzip*::
+
+    Gzip report file after creation. The plain text file will be kept, too.
+
+*--this*::
+
+    Force bootinfoscript to run, even if you have another copy of bootinfoscript in your local directory.
+
+See also
+--------
+
+gzip(1), grub-install(8).
+
+Author
+------
+
+This man page was written by Christian Hofstaedtler.
