File: control

package info (click to toggle)
journal-brief 1.1.8-3
  • links: PTS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 388 kB
  • sloc: python: 2,990; makefile: 6
file content (31 lines) | stat: -rw-r--r-- 1,116 bytes parent folder | download
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
Source: journal-brief
Section: utils
Priority: optional
Maintainer: Marc Haber <mh+debian-packages@zugschlus.de>
Build-Depends: debhelper-compat (= 13),
               dh-python,
               python3-all,
               python3-setuptools,
               python3-wheel,
               python3-systemd,
               python3-yaml,
               python3-pytest-mock,
               python3-flexmock,
               locales-all
Standards-Version: 4.6.1
Homepage: https://github.com/twaugh/journal-brief/
Rules-Requires-Root: no

Package: journal-brief
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}, ${python3:Depends}, python3-pkg-resources
Description: Show interesting new systemd journal entries
 This program can be used to show entries from the systemd
 journal with configurable, flexible filters. Cursor files
 are used to keep information about when journal-brief was
 run for the last time and starts from there. journal-brief
 can output to stdout or send via SMTP.
 .
 journal-brief can, for example, be used to send out e-mail
 after a systemd timer was run, imitating cron's behavior.