diff options
| author | Julian Blake Kongslie | 2020-10-30 16:04:16 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2020-10-30 17:33:31 -0700 |
| commit | 3e2d71d7b135cc6980cc10a4108130236734551e (patch) | |
| tree | ec52715eab33236c10f01ab3f47c913f110ec032 /debian/control | |
| download | olamic-3e2d71d7b135cc6980cc10a4108130236734551e.tar.xz | |
Initial version.release/1
Diffstat (limited to '')
| -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. | ||
