1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
Source: tlog
Section: misc
Priority: optional
Maintainer: Markus Schade <markus.schade@gmail.com>
Build-Depends:
debhelper-compat (= 13),
libcurl4-gnutls-dev | libcurl-dev,
libjson-c-dev,
libsystemd-dev [linux-any],
libutempter-dev,
pkg-config,
Rules-Requires-Root: no
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/ascii/tlog/
Vcs-Git: https://salsa.debian.org/ascii/tlog.git
Homepage: http://scribery.github.io/tlog/
Package: tlog
Architecture: any
Depends:
adduser,
libtlog0 (= ${binary:Version}),
${misc:Depends},
${shlibs:Depends}
Description: terminal I/O recording and playback
Tlog is a terminal I/O recording and playback package suitable for
implementing centralized user session recording.
Recorded data is sent to a logging service. Both the standard syslog and
journald interfaces are supported. The recorded data is in JSON allowing
storage in ElasticSearch where it can be searched, queried and played back.
.
This package contains tlog-rec, tlog-rec-session and tlog-play
Package: libtlog0
Section: libs
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
Depends:
${misc:Depends},
${shlibs:Depends}
Description: library for terminal I/O recording and playback
Tlog is a terminal I/O recording and playback package suitable for
implementing centralized user session recording.
Recorded data is sent to a logging service. Both the standard syslog and
journald interfaces are supported. The recorded data is in JSON allowing
storage in ElasticSearch where it can be searched, queried and played back.
.
This package contains the tlog shared library
|