File: control

package info (click to toggle)
logrotate 3.21.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 1,984 kB
  • sloc: sh: 6,447; ansic: 5,102; makefile: 156
file content (29 lines) | stat: -rw-r--r-- 1,121 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
Source: logrotate
Section: admin
Priority: important
Maintainer: Christian Göttsche <cgzones@googlemail.com>
Build-Depends: acl [linux-any] <!nocheck>,
               debhelper-compat (= 13),
               libacl1-dev [linux-any],
               libpopt-dev,
               libselinux1-dev [linux-any]
Vcs-Browser: https://salsa.debian.org/debian/logrotate
Vcs-Git: https://salsa.debian.org/debian/logrotate.git
Homepage: https://github.com/logrotate/logrotate
Standards-Version: 4.6.1
Rules-Requires-Root: no

Package: logrotate
Architecture: any
Multi-Arch: foreign
Depends: cron | anacron | cron-daemon | systemd-sysv,
         ${misc:Depends},
         ${shlibs:Depends}
Suggests: bsd-mailx | mailx
Description: Log rotation utility
 The logrotate utility is designed to simplify the administration of
 log files on a system which generates a lot of log files.  Logrotate
 allows for the automatic rotation compression, removal and mailing of
 log files.  Logrotate can be set to handle a log file daily, weekly,
 monthly or when the log file gets to a certain size.  Normally, logrotate
 runs as a daily cron job.