Package: bzr
Version: 0.10-1
Severity: minor
Tags: patch

/usr/share/doc/bzr/html/index.html references tutorial.htm,
configuration.htm, etc.  the problem: all of those files have the extension
".html", not ".htm".  so technically, index.html doesn't link to any of the
other included documentation.

i don't know if the problem is upstream, or in the build scripts, but here's
a patch to the final document.

thanks for packaging bzr!

-- System Information:
Debian Release: testing/unstable
  APT prefers testing
  APT policy: (990, 'testing')
Architecture: i386 (i686)
Shell:  /bin/sh linked to /bin/dash
Kernel: Linux 2.6.15.7-ubuntu1-26.46+vs2.0.1.3+1-k7
Locale: LANG=en_US, LC_CTYPE=en_US (charmap=ISO-8859-1)

Versions of packages bzr depends on:
ii  python                        2.4.3-11   An interactive high-level object-o
ii  python-celementtree           1.0.5-8    Light-weight toolkit for XML proce
ii  python-central                0.5.5      register and build utility for Pyt
ii  python2.4                     2.4.3-8    An interactive high-level object-o

Versions of packages bzr recommends:
pn  python-paramiko               <none>     (no description available)
pn  python-pycurl                 <none>     (no description available)

-- no debconf information
--- index.html.orig     2006-09-11 02:47:47.000000000 -0500
+++ index.html  2006-09-25 23:52:02.000000000 -0500
@@ -298,39 +298,39 @@
 in the event of a discrepancy between what is documented here
 and what is documented on the wiki.</p>
 <ul>
-<li><p class="first"><a class="reference" href="tutorial.htm">Tutorial</a>
+<li><p class="first"><a class="reference" href="tutorial.html">Tutorial</a>
 (wiki page: <a class="reference" 
href="http://bazaar-vcs.org/IntroductionToBzr";>http://bazaar-vcs.org/IntroductionToBzr</a>)</p>
 <blockquote>
 <p>Explains how to use bzr. Loaded with examples.</p>
 </blockquote>
 </li>
-<li><p class="first"><a class="reference" 
href="configuration.htm">Configuration</a>
+<li><p class="first"><a class="reference" 
href="configuration.html">Configuration</a>
 (wiki page: <a class="reference" 
href="http://bazaar-vcs.org/ConfiguringBzr";>http://bazaar-vcs.org/ConfiguringBzr</a>)</p>
 <blockquote>
 <p>Information on how to configure Bazaar</p>
 </blockquote>
 </li>
-<li><p class="first"><a class="reference" href="setting_up_email.htm">Setting 
up email</a>
+<li><p class="first"><a class="reference" href="setting_up_email.html">Setting 
up email</a>
 (wiki page: <a class="reference" 
href="http://bazaar-vcs.org/BzrSettingEmail";>http://bazaar-vcs.org/BzrSettingEmail</a>)</p>
 <blockquote>
 <p>The various ways that exist to tell Bazaar your email address for
 commits</p>
 </blockquote>
 </li>
-<li><p class="first"><a class="reference" href="plugins.htm">Plugins</a>
+<li><p class="first"><a class="reference" href="plugins.html">Plugins</a>
 (wiki page: <a class="reference" 
href="http://bazaar-vcs.org/BzrPlugins";>http://bazaar-vcs.org/BzrPlugins</a>)</p>
 <blockquote>
 <p>Information on how to use plugins in Bazaar</p>
 </blockquote>
 </li>
-<li><p class="first"><a class="reference" 
href="specifying_revisions.htm">Specifying revision</a>
+<li><p class="first"><a class="reference" 
href="specifying_revisions.html">Specifying revision</a>
 (wiki page: <a class="reference" 
href="http://bazaar-vcs.org/BzrRevisionSpec";>http://bazaar-vcs.org/BzrRevisionSpec</a>)</p>
 <blockquote>
 <p>Description of the subarguments for <tt class="docutils literal"><span 
class="pre">-r</span></tt> as used by commands such as
 <strong>bzr log</strong> and <strong>bzr merge</strong></p>
 </blockquote>
 </li>
-<li><p class="first"><a class="reference" href="using_aliases.htm">Using 
aliases</a>
+<li><p class="first"><a class="reference" href="using_aliases.html">Using 
aliases</a>
 (wiki page: <a class="reference" 
href="http://bazaar-vcs.org/CommandAliases";>http://bazaar-vcs.org/CommandAliases</a>)</p>
 <blockquote>
 <p>How to setup and use command aliases.</p>

Reply via email to