Package: docbook-to-man
Version: 1:2.0.0-30
Severity: grave
Justification: renders package unusable
The latest update of docbook-to-man (to 1:2.0.0-30) renders the package useless
as
it fails to find file includes. Consider this minimal example:
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook V4.1//EN">
<refentry>
<refentryinfo>
<date>2001-01-01</date>
</refentryinfo>
<refmeta>
<refentrytitle>
<application>foo</application>
</refentrytitle>
<manvolnum>1</manvolnum>
<refmiscinfo>foo 1.0</refmiscinfo>
</refmeta>
<refnamediv>
<refname>
<application>foo</application>
</refname>
<refpurpose>
Does nothing useful.
</refpurpose>
</refnamediv>
<refsynopsisdiv>
<cmdsynopsis>
<command>foo</command>
</cmdsynopsis>
</refsynopsisdiv>
<refsect1>
<title>OVERVIEW</title>
<para>
Hello World
</para>
</refsect1>
</refentry>
Compiling this with 1:2.0.0-30 yields:
$ docbook-to-man sample.sgml
Can not open SDATA file 'roff.sdata': : No such file or directory
Can not open character mapping file file 'roff.cmap': : No such file or
directory
/usr/bin/nsgmls:sample.sgml:3:10:E: end tag for "REFENTRY" which is not finished
/usr/bin/nsgmls:sample.sgml:3:10: open elements: REFENTRY
Can not open translation spec 'docbook-to-man.ts': No such file or directory
Warning: transpec not found for REFENTRY
Forcing a downgrade to -28 works just fine:
$ docbook-to-man sample.sgml
..TH " \fBfoo\fP " "1"
..SH "NAME"
\fBfoo\fP \(em Does nothing useful.
..SH "SYNOPSIS"
..PP
\fBfoo\fR
..SH "OVERVIEW"
..PP
Hello World
..\" created by instant / docbook-to-man, Thu 26 Apr 2012, 19:37
-- System Information:
Debian Release: wheezy/sid
APT prefers unstable
APT policy: (500, 'unstable')
Architecture: amd64 (x86_64)
Kernel: Linux 3.2.11arno1 (SMP w/4 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
--
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]