summaryrefslogtreecommitdiff
path: root/debian/patches/01-debian-no-ada-doc.diff
diff options
context:
space:
mode:
authorIgor Pashev <pashev.igor@gmail.com>2019-12-07 20:23:07 +0300
committerIgor Pashev <pashev.igor@gmail.com>2019-12-07 20:23:07 +0300
commit737da0cb69fbda2560500d3004cb762856fdfa71 (patch)
tree13c96b8c67d7f1919ccf6c3bee423ec60b751aec /debian/patches/01-debian-no-ada-doc.diff
downloadncurses-debian.tar.gz
ncurses (6.1+20191019-1)debian/6.1+20191019-1debian
Diffstat (limited to 'debian/patches/01-debian-no-ada-doc.diff')
-rw-r--r--debian/patches/01-debian-no-ada-doc.diff27
1 files changed, 27 insertions, 0 deletions
diff --git a/debian/patches/01-debian-no-ada-doc.diff b/debian/patches/01-debian-no-ada-doc.diff
new file mode 100644
index 0000000..79f7576
--- /dev/null
+++ b/debian/patches/01-debian-no-ada-doc.diff
@@ -0,0 +1,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: 2017-07-02
+
+---
+ 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-doc/Ada95.html">Ada95
++ binding</a>, by J&uuml;rgen Pfeifer (only available if you have installed
++ the libncursesada-doc Debian package).</li>
+
+ <li>A <a href="NCURSES-Programming-HOWTO.html">A short
+ tutorial</a>, by Pradeep Padala.</li>