From 61e9cf0755e65b656b83f4378896bce451a8091a Mon Sep 17 00:00:00 2001 From: Daniil Baturin Date: Thu, 1 Aug 2024 14:56:30 -0400 Subject: Add hacky Debian packaging --- debian/control | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 debian/control (limited to 'debian/control') 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 +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 -- cgit v1.2.3