Package: lnav / 0.12.3-1

Metadata

Package Version Patches format
lnav 0.12.3-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
default to var log syslog on Debian.patch | (download)

src/lnav.cc | 4 2 2 - 0 !
1 file changed, 2 insertions( ), 2 deletions(-)

 prefer /var/log/syslog over /var/log/messages
 On Debian the default /etc/rsyslog.conf shipped with rsyslog
 prefers logs *.* to /var/log/syslog. Thus prefer this logfile
 in list of default logfiles.
disable test_mvwattrline.patch | (download)

test/Makefile.am | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 disable test_mvwattrline test
disable test_vt52_curses.patch | (download)

test/Makefile.am | 6 3 3 - 0 !
1 file changed, 3 insertions( ), 3 deletions(-)

 disable failing test_vt52_curses test
disable broken test_logfile test.patch | (download)

test/Makefile.am | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 disable broken test_logfile.sh test
disable test_sql.patch | (download)

test/Makefile.am | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 disable test_sql completely as contains time dependent tests
 Disable test_sql tests as they contain a time dependent component
 which caused a FTBFS starting in 2019-01-01.
 .
 Although this was addressed upstream in the concrete case it will
 not suffice for the complete lifetime of buster.
disable broken test_listview.patch | (download)

test/Makefile.am | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 disable broken test_listview.sh test
disable test_config.patch | (download)

test/Makefile.am | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 disable test_config.sh test
disable test_sql_json_func.patch | (download)

test/Makefile.am | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 disable test_sql_json_func.sh test
disable test_cli.patch | (download)

test/Makefile.am | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 disable test_cli.sh test
disable test_sql_str_func.patch | (download)

test/Makefile.am | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 disable test_sql_str_func.sh test
disable test_text_file.patch | (download)

test/Makefile.am | 2 1 1 - 0 !
1 file changed, 1 insertion( ), 1 deletion(-)

 disable test_text_file.sh test
tests Substitute prefix path to lnav nf sample in ex.patch | (download)

test/expected/test_cmds.sh_b6a3bb78e9d60e5e1f5ce5b18e40d2f1662707ab.out | 2 1 1 - 0 !
test/expected_help.txt | 2 1 1 - 0 !
2 files changed, 2 insertions( ), 2 deletions(-)

 [patch] [tests] substitute prefix path to lnav -nf sample in expected
 help text

Commit 697f25600ba7 ("[tests] sub some more variables in expected
output") introduced new replacements for ${prefix} occurences. In case
where prefix is /usr the TESTS_ENVIRONMENT will additionally replace the
occurence of

	#! /usr/bin/lnav -nf

with a

	#! {prefix}/bin/lnav -nf

and causing the test_cmds.sh to fail.

Fixes: 697f25600ba7 ("[tests] sub some more variables in expected output")
Fixes: #1345
Signed-off-by: Salvatore Bonaccorso <[email protected]>