summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 17:44:56 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-04 17:44:56 +0000
commit74d6266a7d50d0469106a99ec2fd109ae58a9afa (patch)
treebba80da0f80637f3e85362da1817d4487e36ad99 /debian/control
parentAdding upstream version 0.11.1. (diff)
downloadlnav-74d6266a7d50d0469106a99ec2fd109ae58a9afa.tar.xz
lnav-74d6266a7d50d0469106a99ec2fd109ae58a9afa.zip
Adding debian version 0.11.1-3.debian/0.11.1-3debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control37
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.