From 894e89d588f009cb50503e9241a6fc0c07bc9e8c Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 14 Feb 2016 14:31:31 +0200 Subject: Add build and runtime dep on cliapp --- debian/changelog | 2 +- debian/control | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index d30338b..c8eb10a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,6 @@ obbench (0.9+git-1) UNRELEASED; urgency=medium - * + * Add build and runtime dependency on python-cliapp. -- Lars Wirzenius Sun, 14 Feb 2016 14:24:24 +0200 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 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. -- cgit v1.2.1