From 35fc8c3c6d51397f8c62df14ea70bf7bff43746f Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 20 Apr 2016 10:42:56 +0300 Subject: Add dep on devscripts (for dget) --- debian/changelog | 1 + debian/control | 5 +++-- 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 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 -- cgit v1.2.1