Codebase list texinfo / debian/6.4.0.dfsg.1-2
upstream cherry pick: info cannot follow cross-refs in some cases Norbert Preining 6 years ago
3 changed file(s) with 21 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 texinfo (6.4.0.dfsg.1-2) unstable; urgency=medium
1
2 * upstream cherry pick: info cannot follow cross-refs in some cases
3
4 -- Norbert Preining <preining@debian.org> Tue, 04 Jul 2017 12:02:11 +0900
5
06 texinfo (6.4.0.dfsg.1-1) unstable; urgency=medium
17
28 * adapt make-orig-tar for new release
22 dont_build_info
33 info-manpage-mentiones-nonfree
44 reproducible-makeinfo
5 upstream-fix-info-links
0 ---
1 info/info-utils.c | 1 +
2 1 file changed, 1 insertion(+)
3
4 --- texinfo.orig/info/info-utils.c
5 +++ texinfo/info/info-utils.c
6 @@ -1280,6 +1280,7 @@
7 &entry->nodename);
8 if (!len)
9 return 0; /* Input invalid. */
10 + canonicalize_whitespace (entry->nodename);
11 label_len += len;
12 }
13 else