From 0db53aa693f96264b4616fdcc8be742959ce9ab7 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 19 Jun 2011 19:07:00 +0100 Subject: Add missing dependency on python-ttystatus (also build-dep). --- debian/control | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 11f7adc..f0d6831 100644 --- a/debian/control +++ b/debian/control @@ -3,12 +3,14 @@ Maintainer: Lars Wirzenius Section: devel Priority: optional Standards-Version: 3.9.2 -Build-Depends: debhelper (>= 7.3.8), python-all (>= 2.6.6-3~) +Build-Depends: debhelper (>= 7.3.8), python-all (>= 2.6.6-3~), + python-ttystatus X-Python-Version: >= 2.6 Package: genbackupdata Architecture: all -Depends: ${python:Depends}, ${misc:Depends}, python-cliapp (>= 0.9) +Depends: ${python:Depends}, ${misc:Depends}, python-cliapp (>= 0.9), + python-ttystatus Description: generate test data sets for backup software genbackupdata creates or modifies directory trees in ways that simulate real filesystems sufficiently well for performance testing of backup -- cgit v1.2.1