Package: docbook-xsl
Version: 1.73.2.dfsg.1-3
Severity: normal
The aptitude manpage, which is generated using docbook, triggers
lintian errors:
W: aptitude: manpage-has-errors-from-man usr/share/man/man8/aptitude.8.gz 444:
warning: `deb' not defined (probable missing space after `de')
I tracked this down to the following groff code:
.RS 4
Removes all previously downloaded
.deb
files from the package cache directory (usually
\fI/var/cache/apt/archives\fR)\.
.RE
The manpage output produced for this is "Removes all previously
downloaded files from the package cache directory..."; the ".deb" just
vanishes. The corresponding DocBook XML is:
<para>
Removes all previously downloaded <literal>.deb</literal> files
from the package cache
directory (usually <filename>/var/cache/apt/archives</filename>).
</para>
Apparently docbook-xsl doesn't escape leading periods inside
<literal>, causing the manpage formatter to get confused and think that
the line in question is a ROFF escape.
Daniel
-- System Information:
Debian Release: lenny/sid
APT prefers unstable
APT policy: (500, 'unstable'), (500, 'stable')
Architecture: i386 (i686)
Kernel: Linux 2.6.24-1-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) (ignored: LC_ALL
set to en_US.UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages docbook-xsl depends on:
ii xml-core 0.11 XML infrastructure and XML catalog
Versions of packages docbook-xsl recommends:
ii docbook-xml 4.5-5 standard XML documentation system,
ii docbook-xsl-doc 1.71.0.dfsg.1-2 stylesheets for processing DocBook
-- no debconf information
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]