Codebase list texinfo / 1546bbf
Fix manual page of texi2any/makeinfo. Hilmar Preuße authored 5 years ago Norbert Preining committed 5 years ago
3 changed file(s) with 28 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 texinfo (6.5.0.dfsg.1-5) unstable; urgency=medium
1
2 * Fix manual page of texi2any/makeinfo by patching texi2any.pl
3 (Closes: #919435)
4
5 -- Norbert Preining <norbert@preining.info> Mon, 04 Mar 2019 09:22:24 +0900
6
07 texinfo (6.5.0.dfsg.1-4) unstable; urgency=medium
18
29 * fix infinite loop with Perl 5.28, thanks Niko Tyni (Closes: #902771)
44 update-texinfo-tex
55 perl-528-fixes
66 Update-locale-handling-for-Perl-5.28
7 upstream_patch_texi2any_pl
0 ---
1 tp/texi2any.pl | 6 +++---
2 1 file changed, 3 insertions(+), 3 deletions(-)
3
4 --- texinfo.orig/tp/texi2any.pl
5 +++ texinfo/tp/texi2any.pl
6 @@ -784,10 +784,10 @@ the behavior is identical, and does not
7 default is on.
8 -o, --output=DEST output to DEST.
9 With split output, create DEST as a directory
10 - and put the output files there.
11 + and put the output files there.
12 With non-split output, if DEST is already
13 - a directory or ends with a /,
14 - put the output file there.
15 + a directory or ends with a /,
16 + put the output file there.
17 Otherwise, DEST names the output file.\n")
18 ."\n";
19 $makeinfo_help .= sprintf(__("Options for Info and plain text: