File: control

package info (click to toggle)
systemd-cron 1.3.1%2Bds1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 176 kB
  • ctags: 35
  • sloc: python: 290; makefile: 155; sh: 146
file content (27 lines) | stat: -rw-r--r-- 1,079 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
Source: systemd-cron
Section: admin
Priority: extra
Maintainer: Debian Systemd Maintainers <pkg-systemd-maintainers@lists.alioth.debian.org>
Uploaders: Shawn Landden <shawnlandden@gmail.com>,
           Michael Stapelberg <stapelberg@debian.org>
Build-Depends: debhelper (>= 9),
 dh-systemd, dh-python, python
X-Python-Version: >= 2.7
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/collab-maint/systemd-cron.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=collab-maint/systemd-cron.git
Homepage: https://github.com/systemd-cron/systemd-cron

Package: systemd-cron
Architecture: all
Depends: ${misc:Depends}, systemd-sysv (>= 212), ${python:Depends}
Provides: cron-daemon, anacron
Conflicts: cron-daemon, anacron
Replaces: cron, anacron
Description: systemd units to provide minimal cron daemon functionality
 Provides systemd units to run cron jobs in /etc/cron.hourly cron.daily
 cron.weekly and cron.monthly directories, without having cron
 or anacron installed.
 It also dynamicaly translate /etc/crontab, /etc/cron.d/*
 and user cronjobs in systemd units.