Codebase list texinfo / f19bf52
another build failure fix, taken from upstream Norbert Preining 10 years ago
3 changed file(s) with 47 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 texinfo (5.1.dfsg.1-5) UNRELEASED; urgency=low
0 texinfo (5.1.dfsg.1-5) unstable; urgency=low
11
22 * do not call mktexlsr without arguments in texinfo.postrm (Closes: #717901)
33 * allow for cross compiling, patch thanks to Eleanor Chen (Closes: #719907)
44 * fix building with perl 5.18 (from upstream svn) (Closes: #720866)
55
6 -- Norbert Preining <preining@debian.org> Thu, 05 Sep 2013 10:04:36 +0900
6 -- Norbert Preining <preining@debian.org> Thu, 05 Sep 2013 11:13:16 +0900
77
88 texinfo (5.1.dfsg.1-4) unstable; urgency=low
99
44 dont_build_info
55 maybe-upstream-fix-itemize-start
66 upstream-perl5.18
7 upstream-pod-simple-fixes
0 fix failing tests - more of them
1 ---
2 Pod-Simple-Texinfo/t/Pod-Simple-Texinfo.t | 9 +++++++++
3 1 file changed, 9 insertions(+)
4
5 --- texinfo.orig/Pod-Simple-Texinfo/t/Pod-Simple-Texinfo.t
6 +++ texinfo/Pod-Simple-Texinfo/t/Pod-Simple-Texinfo.t
7 @@ -50,6 +50,10 @@
8
9 ', 'index in head');
10
11 +TODO: {
12 +
13 +local $TODO = 'Pod::Simple not ignoring correctly X<>';
14 +
15 run_test ('=head1 NAME
16 X<aaa>
17 ',
18 @@ -59,6 +63,8 @@
19
20 ', 'index in head node', 1, 2);
21
22 +}
23 +
24 run_test ('=head1 NAME
25
26 T@c
27 @@ -138,6 +144,8 @@
28 run_test('=over
29
30 =item L</somewhere>
31 +
32 +=back
33 ', '@table @asis
34 @item @ref{somewhere}
35 @anchor{somewhere}
36 @@ -176,6 +184,7 @@
37
38 =item a L<pod2latex|pod2latex>
39
40 +=back
41 ', '@table @asis
42 @item a @ref{, pod2text,, pod2text}
43 @anchor{a pod2text}