summaryrefslogtreecommitdiff
path: root/debian/control
blob: 65786d2675021712e4190e2a1ad56c465e86bf71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Source: ick
Homepage: http://liw.fi/ick/
Maintainer: Lars Wirzenius <liw@liw.fi>
Section: devel
Priority: optional
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 9~), python-all (>= 2.7~), pandoc,
  python-coverage-test-runner, python-cliapp, python-yaml, git,
  python-ttystatus (>= 0.24.1), pep8, pylint, python-jinja2,
  devscripts, reprepro
X-Python-Version: >= 2.7

Package: ick
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.7),
  python-ttystatus (>= 0.24.1), python-cliapp, python-yaml, git,
  python-jinja2, devscripts, reprepro
Description: simpliestic continuous integration system
 Ick watches git repositories and if there's a relevant change, it runs
 some commands to do a build. It can run arbitrary shell commands, or
 build Debian packages.