summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorJulian Blake Kongslie2020-10-30 16:04:16 -0700
committerJulian Blake Kongslie2020-10-30 17:33:31 -0700
commit3e2d71d7b135cc6980cc10a4108130236734551e (patch)
treeec52715eab33236c10f01ab3f47c913f110ec032 /debian/control
downloadolamic-release/1.tar.xz
Initial version.release/1
Diffstat (limited to '')
-rw-r--r--debian/control15
1 files changed, 15 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..37a7e6b
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,15 @@
1Source: olamic
2Section: devel
3Priority: optional
4Maintainer: Julian Blake Kongslie <jblake@jblake.org>
5Build-Depends: debhelper (>= 11), pandoc
6Standards-Version: 4.1.3
7
8Package: olamic
9Architecture: all
10Depends: ${misc:Depends}, ${shlibs:Depends}, git, default-mta | mail-transport-agent
11Description: Very simple continuous integration for git
12 Olamic is a continuous integration system written in bash designed to support
13 the needs of basic projects without involving a web server or anything like
14 that. It supports multiple worker nodes, but does not support dependencies or
15 ordering between tasks.