summaryrefslogtreecommitdiff
path: root/debian/control
blob: e5ac91e4abdce280374e0c26959e75900d40cad6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Source: uncron
Section: contrib/net
Priority: extra
Maintainer: VyOS Package Maintainers <maintainers@vyos.net>
Build-Depends: debhelper (>= 9),
  quilt
Standards-Version: 3.9.6

Package: uncron
Architecture: any
Depends: socat
  ${misc:Depends}
Description: Simple job queue daemon
  Simple job queue daemon that allows scheduling commands
  with a guarantee that next command will not run
  until previous commands completes,
  so that it's safe to use with utilities that can't run in parallel