summaryrefslogtreecommitdiff
path: root/debian/control
blob: 43189bb7f93b197f605780b3404089cf9686ea58 (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.6
Build-Depends: debhelper (>= 9~), python-all (>= 2.6.6-3~), pandoc,
  python-coverage-test-runner, python-cliapp, python-yaml, git,
  python-ttystatus (>= 0.24.1), pep8, pylint, python-jinja2,
  devscripts
X-Python-Version: >= 2.6

Package: ick
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6),
  python-ttystatus (>= 0.24.1), python-cliapp, python-yaml, git,
  python-jinja2, devscripts
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.