File: control

package info (click to toggle)
bcron 0.11-24
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 796 kB
  • sloc: sh: 3,155; ansic: 2,416; makefile: 34
file content (59 lines) | stat: -rw-r--r-- 1,316 bytes parent folder | download | duplicates (2)
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
50
51
52
53
54
55
56
57
58
59
Source: bcron
Section: admin
Priority: optional
Maintainer: Georges Khaznadar <georgesk@debian.org>
Build-Depends:
 debhelper (>= 13.3),
 debhelper-compat (= 13),
 dh-runit (>= 2.8.1~),
 dpkg-dev (>= 1.18.11),
 groff,
 libbg-dev (>= 2),
 man2html-base,
 python3:any,
 texinfo,
 tzdata,
Standards-Version: 4.6.0
Homepage: https://untroubled.org/bcron
Vcs-Browser: https://salsa.debian.org/debian/bcron
Vcs-Git: https://salsa.debian.org/debian/bcron.git

Package: bcron
Architecture: any
Provides: cron-daemon, bcron-run
Depends:
 ucspi-unix,
 ${misc:Depends},
 ${shlibs:Depends},
 daemon,
Recommends:
 default-mta | mail-transport-agent,
 runit
Suggests:
 anacron,
 runit-init,
Conflicts:
 bcron-run (<< 0.11-3~),
 ${runit:Conflicts},
 bcron(<< 0.11-10),
 cron,
 systemd-cron,
 cronie
Replaces:
 bcron-run,
 bcron,
 cron,
 systemd-cron,
 cronie
Pre-Depends:
 ${misc:Pre-Depends},
 init-system-helpers (>= 1.54~),
 cron-daemon-common,
 acl
Description: Bruce cron system
 Bruce cron system is designed with secure operations in mind. To do this,
 the system is divided into several separate programs, each responsible for
 a separate task, with strictly controlled communications between them.
 .
 The user interface is a drop-in replacement for similar systems, such as
 vixie-cron, but the internals differ greatly.