summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
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.