1
0
Fork 0

Adding debian version 1.4.0-1.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-05-16 09:25:22 +02:00
parent 1933d2d9f9
commit 99c8bdbfc3
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
6 changed files with 80 additions and 0 deletions

32
debian/control vendored Normal file
View file

@ -0,0 +1,32 @@
Source: toolong
Section: utils
Priority: optional
Maintainer: Daniel Baumann <daniel@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
pybuild-plugin-pyproject,
python3-all,
python3-poetry,
Rules-Requires-Root: no
Standards-Version: 4.7.2
Homepage: https://github.com/textualize/toolong
Vcs-Browser: https://forgejo.debian.net/python/toolong
Vcs-Git: https://forgejo.debian.net/python/toolong
Package: toolong
Section: utils
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: terminal application to view, tail, merge, and search log files
toolong is a terminal application to view, tail, merge, and search log files
(plus JSONL):
.
* live tailing of log files
* syntax highlights common web server log formats
* as fast to open a multiple-gigabyte file as it is to open a tiny text file
* support for JSONL files: lines are pretty printed
* opens .bz and .bz2 files automatically
* merges log files by auto detecting timestamps