File: control

package info (click to toggle)
at 3.1.20-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 680 kB
  • sloc: sh: 3,080; ansic: 2,487; yacc: 1,137; makefile: 202; lex: 91; perl: 62
file content (36 lines) | stat: -rw-r--r-- 1,120 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
Source: at
Section: admin
Priority: standard
Maintainer: Jose M Calhariz <jose@calhariz.com>
Uploaders: Ansgar Burchardt <ansgar@debian.org>,
Standards-Version: 3.9.8
Build-Depends: autotools-dev,
               bison,
               debhelper (>= 9.20160114),
               dh-systemd,
               flex,
               libfl-dev,
               libpam0g-dev,
               libselinux1-dev [linux-any],
               perl (>= 5.10.1),
Vcs-Browser: https://anonscm.debian.org/git/collab-maint/at.git/
Vcs-Git: https://anonscm.debian.org/git/collab-maint/at.git/ -b debian
Homepage: http://blog.calhariz.com


Package: at
Architecture: any
Multi-Arch: foreign
Depends: libpam-runtime (>= 1.0.1-11),
         lsb-base (>= 3.2-14),
         ${misc:Depends},
         ${shlibs:Depends},
Recommends: default-mta | mail-transport-agent,
Description: Delayed job execution and batch processing
 At and batch read shell commands from standard input
 storing them as a job to be scheduled for execution in the
 future.
 .
 Use
  at    to run the job at a specified time
  batch to run the job when system load levels permit