summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
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.