summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-04-20 10:42:56 +0300
committerLars Wirzenius <liw@liw.fi>2016-04-20 10:42:56 +0300
commit35fc8c3c6d51397f8c62df14ea70bf7bff43746f (patch)
tree30aad601ef4682ed3b164e33bccd9db839e9e03d
parent57dd52742105a26c59ae00abdecb97171d0e6c5b (diff)
downloadick-35fc8c3c6d51397f8c62df14ea70bf7bff43746f.tar.gz
Add dep on devscripts (for dget)
-rw-r--r--debian/changelog1
-rw-r--r--debian/control5
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 4e10e87..361d538 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
ick (0.17+git-1) UNRELEASED; urgency=medium
* New upstream version.
+ * Add missing dependency on devscripts, for dget.
-- Lars Wirzenius <liw@liw.fi> Sat, 16 Apr 2016 12:54:47 +0300
diff --git a/debian/control b/debian/control
index 574d7dc..43189bb 100644
--- a/debian/control
+++ b/debian/control
@@ -6,14 +6,15 @@ 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
+ 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
+ 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