summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-04-20 18:48:40 +0300
committerLars Wirzenius <liw@liw.fi>2016-04-20 18:48:40 +0300
commit219c9328b2a60f5abc7046b3584196a08c3b3162 (patch)
tree0eeba1796263685fb33f7fc8b489f88eb000e0ee
parent35fc8c3c6d51397f8c62df14ea70bf7bff43746f (diff)
downloadick-219c9328b2a60f5abc7046b3584196a08c3b3162.tar.gz
Add dependency on reprepro
-rw-r--r--debian/changelog2
-rw-r--r--debian/control4
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog
index 361d538..e48da3b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,7 @@
ick (0.17+git-1) UNRELEASED; urgency=medium
* New upstream version.
- * Add missing dependency on devscripts, for dget.
+ * Add missing dependency on devscripts, for dget, and reprepro.
-- Lars Wirzenius <liw@liw.fi> Sat, 16 Apr 2016 12:54:47 +0300
diff --git a/debian/control b/debian/control
index 43189bb..eb8d643 100644
--- a/debian/control
+++ b/debian/control
@@ -7,14 +7,14 @@ 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
+ devscripts, reprepro
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
+ 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