From 69cb215a954eb985f5dfc34aaa753f83702e331f Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 18:37:17 +0200 Subject: Adding debian version 2.9.0dev.12-1. Signed-off-by: Daniel Baumann --- debian/patches/nested_tables.patch | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 debian/patches/nested_tables.patch (limited to 'debian/patches/nested_tables.patch') diff --git a/debian/patches/nested_tables.patch b/debian/patches/nested_tables.patch new file mode 100644 index 0000000..b397506 --- /dev/null +++ b/debian/patches/nested_tables.patch @@ -0,0 +1,17 @@ +Description: turn off nested-tables option +Author: Denis Briand +Bug-Debian: https://bugs.debian.org/387555 + +Index: lynx/lynx.cfg +=================================================================== +--- lynx.orig/lynx.cfg ++++ lynx/lynx.cfg +@@ -3044,7 +3044,7 @@ COLOR:6:brightred:black + # It is enabled by default when the COLOR_STYLE configuration is used, + # and false otherwise. + # +-#NESTED_TABLES: true ++NESTED_TABLES: false + + .h2 NO_TABLE_CENTER + # Normally table cells are centered on the table grid. -- cgit v1.2.3