From 74d6266a7d50d0469106a99ec2fd109ae58a9afa Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 19:44:56 +0200 Subject: Adding debian version 0.11.1-3. Signed-off-by: Daniel Baumann --- debian/control | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 debian/control (limited to 'debian/control') 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 +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. -- cgit v1.2.3