diff options
Diffstat (limited to 'debian/control')
| -rw-r--r-- | debian/control | 15 |
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 @@ | |||
| 1 | Source: olamic | ||
| 2 | Section: devel | ||
| 3 | Priority: optional | ||
| 4 | Maintainer: Julian Blake Kongslie <jblake@jblake.org> | ||
| 5 | Build-Depends: debhelper (>= 11), pandoc | ||
| 6 | Standards-Version: 4.1.3 | ||
| 7 | |||
| 8 | Package: olamic | ||
| 9 | Architecture: all | ||
| 10 | Depends: ${misc:Depends}, ${shlibs:Depends}, git, default-mta | mail-transport-agent | ||
| 11 | Description: 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. | ||
