File: control

package info (click to toggle)
logrotate 3.14.0-4
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,764 kB
  • sloc: sh: 5,838; ansic: 4,465; makefile: 139
file content (25 lines) | stat: -rw-r--r-- 1,047 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
Source: logrotate
Section: admin
Priority: important
Maintainer: Christian Göttsche <cgzones@googlemail.com>
Build-Depends: libpopt-dev, debhelper (>= 11),
 libselinux1-dev [linux-any], libacl1-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.2.1
Rules-Requires-Root: no

Package: logrotate
Architecture: any
Multi-Arch: foreign
Depends: ${shlibs:Depends}, ${misc:Depends}, cron | anacron | cron-daemon | systemd-sysv
Breaks: postgresql-common (<= 126)
Recommends: 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.