diff options
author | Daniil Baturin <daniil@vyos.io> | 2024-08-01 14:56:30 -0400 |
---|---|---|
committer | Daniil Baturin <daniil@vyos.io> | 2024-08-01 14:56:30 -0400 |
commit | 61e9cf0755e65b656b83f4378896bce451a8091a (patch) | |
tree | cc398526fed6f2308406c729b5cccfb195b76b07 /debian/control | |
parent | 82bb974201c00a2ceb0f8b817059a5cbde8083ed (diff) | |
download | uncron-61e9cf0755e65b656b83f4378896bce451a8091a.tar.gz uncron-61e9cf0755e65b656b83f4378896bce451a8091a.zip |
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..e5ac91e --- /dev/null +++ b/debian/control @@ -0,0 +1,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 |