File: control

package info (click to toggle)
metalog 20260221-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 348 kB
  • sloc: ansic: 2,790; sh: 67; makefile: 27
file content (40 lines) | stat: -rw-r--r-- 1,213 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
32
33
34
35
36
37
38
39
40
Source: metalog
Section: admin
Maintainer: Andrew Bower <andrew@bower.uk>
Homepage: https://metalog.sourceforge.net/
Vcs-Browser: https://salsa.debian.org/debian/metalog
Vcs-Git: https://salsa.debian.org/debian/metalog.git
Standards-Version: 4.7.3
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-runit,
 autoconf-archive,
 libpcre2-dev,
 pkgconf,
 zlib1g-dev,

Package: metalog
Architecture: any
Pre-Depends:
 ${misc:Pre-Depends},
Depends:
 ${misc:Depends},
 ${shlibs:Depends},
Provides:
 linux-kernel-log-daemon,
 system-log-daemon,
Conflicts:
 linux-kernel-log-daemon,
 system-log-daemon,
Breaks:
 ${runit:Breaks},
 xchpst (<< 0.8.1-1),
Description: Syslog replacement that allows regular expression matching
 Metalog is a modern replacement for syslogd and klogd. The logged messages
 can be dispatched according to their facility, urgency, program name and/or
 Perl-compatible regular expressions. Log files can be automatically rotated
 when they exceed a certain size or age. External shell scripts (e.g., mail)
 can be launched when specific patterns are found.
 .
 Metalog is simple to configure, accepts unlimited number of rules and has
 (switchable) memory bufferization for maximal performance.