From 3e2d71d7b135cc6980cc10a4108130236734551e Mon Sep 17 00:00:00 2001 From: Julian Blake Kongslie Date: Fri, 30 Oct 2020 16:04:16 -0700 Subject: Initial version. --- debian/control | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..37a7e6b --- /dev/null +++ b/debian/control @@ -0,0 +1,15 @@ +Source: olamic +Section: devel +Priority: optional +Maintainer: Julian Blake Kongslie +Build-Depends: debhelper (>= 11), pandoc +Standards-Version: 4.1.3 + +Package: olamic +Architecture: all +Depends: ${misc:Depends}, ${shlibs:Depends}, git, default-mta | mail-transport-agent +Description: Very simple continuous integration for git + Olamic is a continuous integration system written in bash designed to support + the needs of basic projects without involving a web server or anything like + that. It supports multiple worker nodes, but does not support dependencies or + ordering between tasks. -- cgit v1.2.3