summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-02-14 14:31:31 +0200
committerLars Wirzenius <liw@liw.fi>2016-02-14 14:31:31 +0200
commit894e89d588f009cb50503e9241a6fc0c07bc9e8c (patch)
tree099d8900d4741c2c22ceef8f7923cc87922ef07d /debian/control
parent3b2a865128d298ec08bd51d32f6248d616c45039 (diff)
downloadobnam-benchmarks-894e89d588f009cb50503e9241a6fc0c07bc9e8c.tar.gz
Add build and runtime dep on cliapp
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index fee7e36..f56f802 100644
--- a/debian/control
+++ b/debian/control
@@ -3,11 +3,11 @@ Maintainer: Lars Wirzenius <liw@liw.fi>
Section: python
Priority: optional
Standards-Version: 3.9.6
-Build-Depends: debhelper (>= 9~), python-all (>= 2.7~)
+Build-Depends: debhelper (>= 9~), python-all (>= 2.7~), python-cliapp
X-Python-Version: >= 2.7
Package: obbench
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.7)
+Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.7), python-cliapp
Description: benchmarking tool for Obnam
Run benchmarks for the Obnam backup program.