Debian Patches
Status for docbook2x/0.8.8-18
Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
01_fix_static_datadir_evaluation.patch | Description: 01_fix_static_datadir_evaluation.dpatch by Daniel Leidert (dale) <daniel.leidert@wgdd.de> All lines beginning with `## DP:' are a description of the patch. The evaluation of datadir results in "${prefix}/share" without evaluation of the ${prefix} variable with autoconf 2.60. =================================================================== |
no | ||||
02_fix_418703_dont_use_abbreviated_sfnet_address.patch | #! /bin/sh /usr/share/dpatch/dpatch-run ## 02_fix_418703_dont_use_abbreviated_sfnet_address.dpatch by Daniel Leidert (dale) <daniel.leidert@wgdd.de> ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Ondrej Certik reported a resolver issue: http://bugs.debian.org/418703. ## DP: The error seems to be caused by using the abbreviated sf.net URLs. But ## DP: it is possible, that this issue only occurs together with the issue ## DP: described in 01_fix_static_datadir_evaluation.dpatch, because the path ## DP: to the catalog also suffers from this issue. @DPATCH@ diff -urNad docbook2x-0.8.8~/perl/db2x_xsltproc.pl docbook2x-0.8.8/perl/db2x_xsltproc.pl |
no | ||||
03_fix_420153_filename_whitespace_handling.patch | #! /bin/sh /usr/share/dpatch/dpatch-run ## 03_fix_420153_filename_whitespace_handling.dpatch by ## Daniel Leidert (dale) <daniel.leidert@wgdd.de> ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Peter Eisentraut reported a regression in the whitespace handling of ## DP: refentrytitle content during filename creation: ## DP: http://bugs.debian.org/420153. The problem is, that upstream first ## DP: replaces all spaces (but not linebreaks btw) with underlines and then ## DP: it tries to normalize the result. This means, that a linebreak with ## DP: additional whitespaces results in manpage names like 'foo_ ____bar.9'. ## DP: So what we basically do in this patch is, that we first normalize the ## DP: refentrytitle and then replace any spaces left with underlines. @DPATCH@ diff -urNad docbook2x-0.8.8~/xslt/man/manpage.xsl docbook2x-0.8.8/xslt/man/manpage.xsl |
no | ||||
04_fix_442782_preprocessor_declaration_syntax.patch | #! /bin/sh /usr/share/dpatch/dpatch-run ## 04_fix_442782_preprocessor_declaration_syntax.dpatch by Colin Watson <cjwatson@debian.org>. ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: Conventionally, preprocessor declarations should start with ## DP: '\" ## DP: rather than ## DP: .\" ## DP: Current man-db only supports the first (and recommended) syntax. So ## DP: Colin Watson provided this patch to fix docbook2x. ## DP: ## DP: <URL:http://bugs.debian.org/442782> ## DP: <URL:http://lists.gnu.org/archive/html/groff/2007-11/msg00023.html> @DPATCH@ diff -urNad trunk~/perl/db2x_manxml.pl trunk/perl/db2x_manxml.pl |
no | ||||
05_fix_439214_error_on_missing_refentry.patch | #! /bin/sh /usr/share/dpatch/dpatch-run ## 05_fix_439214_error_on_missing_refentry.dpatch by Daniel Leidert <daniel.leidert@wgdd.de> ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: If there is no refentry element, the manpage stylesheets silently ## DP: "ignores" this. It has been requested to print at least a ## DP: warning. ## DP: ## DP: <URL:http://bugs.debian.org/439214> ## DP: <URL:http://lists.gnu.org/archive/html/groff/2007-11/msg00023.html> @DPATCH@ diff -urNad trunk~/xslt/man/docbook.xsl trunk/xslt/man/docbook.xsl |
no | ||||
06_fix_man_typo.patch | Gianfranco Costamagna <costamagnagianfranco@yahoo.it> | no | ||||
07_Fix-hyphens-in-commands-and-options-in-synopsis.patch | man: Fix hyphens in commands and options in synopsis diff --git a/xslt/man/synop.xsl b/xslt/man/synop.xsl index 9713a1b..e535b75 100644 |
Samuel Thibault <sthibault@debian.org> | no | 2023-09-06 |