File: 01-debian-no-ada-doc.diff

package info (click to toggle)
ncurses 6.5%2B20251115-2
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 22,340 kB
  • sloc: ansic: 97,079; ada: 9,968; sh: 7,247; cpp: 4,448; makefile: 3,609; perl: 1,936; awk: 1,742; sed: 43
file content (27 lines) | stat: -rw-r--r-- 1,000 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
Description: link to Ada binding doc in separate package
 The Ada binding is packaged separately, there is no need to duplicate
 the documentation in ncurses-doc. Replace the internal link with a
 hyperlink.
Author: Nicolas Boulenguez <nicolas@debian.org>
Bug-Debian: https://bugs.debian.org/757991
Forwarded: not-needed
Last-Update: 2024-05-05

---
 doc/html/index.html |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

--- a/doc/html/index.html
+++ b/doc/html/index.html
@@ -55,8 +55,9 @@
     <li>A <a href="hackguide.html">hackers guide</a> to
     ncurses.</li>
 
-    <li>A description of the <a href="Ada95.html">Ada95
-    binding</a>, by J&uuml;rgen Pfeifer.</li>
+    <li>A description of the <a href="../../libncursesada-dev/Ada95.html">Ada95
+    binding</a>, by J&uuml;rgen Pfeifer (only available if you have installed
+    the libncursesada-dev Debian package).</li>
 
     <li>A <a href="NCURSES-Programming-HOWTO.html">A short
     tutorial</a>, by Pradeep Padala.</li>