summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-04-16 11:09:02 +0300
committerLars Wirzenius <liw@liw.fi>2016-04-16 11:09:02 +0300
commita2a1cc73d57f8e41a7a36ad66a4f0a50134e426a (patch)
tree0a081446327c51d4b44766e3bfe57fed83336b2e
parentf7a93e89de06be84d8e36445678eeaa4ef591921 (diff)
downloadick-a2a1cc73d57f8e41a7a36ad66a4f0a50134e426a.tar.gz
Add missing deps to Debian package
-rw-r--r--debian/changelog2
-rw-r--r--debian/control5
2 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index a7a046e..d46d201 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
ick (0.16+git-1) UNRELEASED; urgency=medium
* New upstream version.
+ * Add missing build and runtime dependencies: python-jinja2,
+ python-cliapp, python-yaml, git.
-- Lars Wirzenius <liw@liw.fi> Fri, 15 Apr 2016 16:07:51 +0300
diff --git a/debian/control b/debian/control
index e308f32..574d7dc 100644
--- a/debian/control
+++ b/debian/control
@@ -6,13 +6,14 @@ 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-ttystatus (>= 0.24.1), pep8, pylint, python-jinja2
X-Python-Version: >= 2.6
Package: ick
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6),
- python-ttystatus (>= 0.24.1)
+ python-ttystatus (>= 0.24.1), python-cliapp, python-yaml, git,
+ python-jinja2
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