diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 17:56:52 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 17:56:52 +0000 |
commit | ef73e5d2f4131ded4c897709163ebfb5d119c7ed (patch) | |
tree | b5fa524bac8913514aeb7dc4f7fe7d054bb297ca /debian/patches/nested_tables.patch | |
parent | Adding upstream version 2.9.0dev.6. (diff) | |
download | lynx-ef73e5d2f4131ded4c897709163ebfb5d119c7ed.tar.xz lynx-ef73e5d2f4131ded4c897709163ebfb5d119c7ed.zip |
Adding debian version 2.9.0dev.6-3~deb11u1.debian/2.9.0dev.6-3_deb11u1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | debian/patches/nested_tables.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/patches/nested_tables.patch b/debian/patches/nested_tables.patch new file mode 100644 index 0000000..9ac6def --- /dev/null +++ b/debian/patches/nested_tables.patch @@ -0,0 +1,17 @@ +Description: turn off nested-tables option +Author: Denis Briand <debian@denis-briand.fr> +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 ASSUMED_COLOR + # If built with a library that recognizes default colors (usually ncurses or |