build prod docs.patch | (download) |
Users_Guide/publican.cfg |
2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-) |
enable condition=prod when building docs
This disables the sections marked as condition="testing"
which embed video tags that are then caught by lintian.
|
fix install dir of completion files.patch | (download) |
Build.PL |
2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-) |
fix installation directory of completion files
/usr/share/bash-completion/completions is the new preferred
directory for those files.
|
fix handling of screen.patch | (download) |
lib/Publican/XmlClean.pm |
9 7 + 2 - 0 !
1 file changed, 7 insertions(+), 2 deletions(-) |
fix output of <screen> with <userinput>/<computeroutput>
<screen> implies a verbatim environment but this was not respected
if you use sub-elements like <userinput>/<computeroutput>.
.
This patch improves Publican::XmlClean->my_as_XML() to look for
the verbatim environmement in all ancestors instead of only the direct
parent.
.
Upstream currently considers this to not be a bug. So this patch
might stay as Debian specific for a while.
|
keep pi from po.patch | (download) |
lib/Publican/Translate.pm |
1 1 + 0 - 0 !
1 file changed, 1 insertion(+) |
keep processing instructions contained in po files
They are allowed in the Docbook files, they should be allowed
in the translations of those files.
|