From a2a1cc73d57f8e41a7a36ad66a4f0a50134e426a Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 16 Apr 2016 11:09:02 +0300 Subject: Add missing deps to Debian package --- debian/changelog | 2 ++ debian/control | 5 +++-- 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 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 -- cgit v1.2.1