Package: docbook-utils / 0.6.14-3.3

Metadata

Package Version Patches format
docbook-utils 0.6.14-3.3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
autotools_dev.patch | (download)

Makefile.am | 2 1 + 1 - 0 !
Makefile.in | 2 1 + 1 - 0 !
backends/Makefile.am | 2 1 + 1 - 0 !
backends/Makefile.in | 2 1 + 1 - 0 !
backends/man.in | 2 1 + 1 - 0 !
backends/texi.in | 2 1 + 1 - 0 !
bin/jw.in | 40 20 + 20 - 0 !
doc/HTML/Makefile.in | 2 1 + 1 - 0 !
doc/man/jw.1 | 8 4 + 4 - 0 !
doc/refentry/jw.sgml | 8 4 + 4 - 0 !
frontends/Makefile.am | 2 1 + 1 - 0 !
frontends/Makefile.in | 2 1 + 1 - 0 !
frontends/docbook.in | 7 2 + 5 - 0 !
helpers/Makefile.am | 4 2 + 2 - 0 !
helpers/Makefile.in | 4 2 + 2 - 0 !
helpers/docbook2man-spec.pl | 4 2 + 2 - 0 !
helpers/docbook2texi-spec.pl | 3 2 + 1 - 0 !
17 files changed, 47 insertions(+), 49 deletions(-)

 autotools_dev results
spellingtypo.patch | (download)

doc/man/docbook2man-spec.pl.1 | 2 1 + 1 - 0 !
doc/man/frontend-spec.7 | 2 1 + 1 - 0 !
doc/man/jw.1 | 10 5 + 5 - 0 !
doc/man/sgmldiff.1 | 6 3 + 3 - 0 !
4 files changed, 10 insertions(+), 10 deletions(-)

 fix some typos in man pages
bug_212088.patch | (download)

frontends/docbook.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

---
bug_214982.patch | (download)

helpers/docbook2man-spec.pl | 16 13 + 3 - 0 !
1 file changed, 13 insertions(+), 3 deletions(-)

 patch to get the <date> from the sgml file
 For the moment, docbook2man doesn't use the tag date in <date> </date>
 to but `date "+%d %B %Y"`, and thus depend on the current locale.
 
 <refentry>
   <docinfo>
     <date>06 September 2003</>
   </docinfo>
 </refentry>
 
 A patch against /usr/share/perl5/sgmlspl-specs/docbook2man-spec.pl
 allows to use the date written in the source SGML file (which can be
 localized) instead of the current date.
 
 However, if no correct date tag is present in the SGML file, the date
 written in the manpage will depend on the current locale.
bug_394511.patch | (download)

helpers/docbook2man-spec.pl | 13 8 + 5 - 0 !
1 file changed, 8 insertions(+), 5 deletions(-)

 docbook2man should translate the name section according to the refentry's lang attribute
 Currently, docbook2man translates the NAME section according to the lang
 attribute provided to the REFNAMEDIV tag.
 When a lang attribute is specified in the REFENTRY tag and no lang
 attribute is specified with the REFNAMEDIV, the lang attribute of the
 REFENTRY should be used.
bug_528334.patch | (download)

helpers/docbook2man-spec.pl | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 incorrectly strips whitespace (patch included)
 In the previous upload, docbook2man was patched to escape the special
 characters . and ' at the beginning of a line (see #399947).
 Unfortunately that patch was incorrect -- as well as escaping the special
 characters, it also removes all whitespace from the beginning of
 affected lines.  As a result, if you are in a block where whitespace
 matters (such as <screen>...</screen>) then the output is now incorrect.
 
 This is very easy to fix -- just match the whitespace and preserve it,
 instead of tossing it away.  The full patch (just two lines) is included
 below.
support_source_date_epoch.patch | (download)

helpers/docbook2man-spec.pl | 5 5 + 0 - 0 !
1 file changed, 5 insertions(+)

 support source_date_epoch for timestamps
 To allow generating documents in a reproducible way,
 allow overriding the timestamp through the environment.
 .
 See also: https://reproducible-builds.org/specs/source-date-epoch/
Bug-Debian: https://bugs.debian.org/800797


remove jade sp.patch | (download)

backends/man.in | 6 3 + 3 - 0 !
backends/texi.in | 2 1 + 1 - 0 !
bin/sgmldiff.in | 16 8 + 8 - 0 !
configure.in | 2 1 + 1 - 0 !
doc/HTML/Makefile.am | 4 2 + 2 - 0 !
doc/man/Makefile.am | 2 1 + 1 - 0 !
doc/refentry/docbook2man-spec.pl.sgml | 4 2 + 2 - 0 !
doc/refentry/docbook2texi-spec.pl.sgml | 4 2 + 2 - 0 !
doc/refentry/jw.sgml | 2 1 + 1 - 0 !
doc/refentry/sgmldiff.sgml | 4 2 + 2 - 0 !
helpers/docbook2man-spec.pl | 2 1 + 1 - 0 !
11 files changed, 24 insertions(+), 24 deletions(-)

 change dependencies on jade and sp to openjade and opensp