diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 20:01:40 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 20:01:40 +0000 |
commit | 633b57b19e2f6386894b55ff0bc6da8396a7d2ce (patch) | |
tree | d9ea3739972b1c8f908478a8a6dd8e2d3c5fdc0b /debian/control | |
parent | Adding upstream version 0.11.2. (diff) | |
download | lnav-633b57b19e2f6386894b55ff0bc6da8396a7d2ce.tar.xz lnav-633b57b19e2f6386894b55ff0bc6da8396a7d2ce.zip |
Adding debian version 0.11.2-1.debian/0.11.2-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..e002c45 --- /dev/null +++ b/debian/control @@ -0,0 +1,37 @@ +Source: lnav +Section: admin +Priority: optional +Maintainer: Salvatore Bonaccorso <carnil@debian.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://salsa.debian.org/carnil/lnav +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. |