Regular expressions may be needed to isolate the package name 
and version from debian/control to make the title bar more useful.

man page generation is a combination of doclifter and
xsltproc -''-nonet /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl deb-gview.1.xml
This could be automated, but doclifter always breaks the URL to the bug
pages by dropping the query string (manpage and HTML), it adds spurious 
"references" links at the end of the output (also containing broken links)
and is no idempotent - converting a manpage to XML and back to a manpage
not only creates a different manpage to the original but complains about
missing data in the generated XML file.

To generate the HTML version of the manpage.
cd website/
xsltproc -''-nonet /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/html/docbook.xsl ../deb-gview.1.xml > manpage.html
xmllint --html --htmlout --format --output manpage.html manpage.html
(and correct the link manually).

There is a better way, coming soon . . . 

