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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
|
Source: lnav
Section: admin
Priority: optional
Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org>
XSBC-Uploaders: Daniel Baumann <daniel.baumann@progress-linux.org>
XSBC-Original-Maintainer: Salvatore Bonaccorso <carnil@debian.org>
Bugs: mailto:maintainers@lists.progress-linux.org
Build-Depends:
debhelper-compat (= 13),
libarchive-dev,
libbz2-dev,
libcurl4-gnutls-dev,
libncurses5-dev,
libncursesw5-dev,
libpcre2-dev,
libreadline-dev,
libsqlite3-dev,
openssh-client,
re2c,
tzdata,
zlib1g-dev,
xz-utils
Standards-Version: 4.6.2
Homepage: https://lnav.org
Vcs-Browser: https://git.progress-linux.org/packages/fuchur-backports/lnav
Vcs-Git: https://git.progress-linux.org/packages/fuchur-backports/lnav
XSBC-Original-Vcs-Browser: https://salsa.debian.org/carnil/lnav
XSBC-Original-Vcs-Git: https://salsa.debian.org/carnil/lnav.git
Rules-Requires-Root: no
Package: lnav
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: ncurses-based log file viewer
The log file navigator, lnav, is an enhanced log file viewer that
takes advantage of any semantic information that can be gleaned from
the files being viewed, such as timestamps and log levels. Using this
extra semantic information, lnav can do things like interleaving
messages from different files, generate histograms of messages over
time, and providing hotkeys for navigating through the file. It is
hoped that these features will allow the user to quickly and
efficiently zero in on problems.
|