From ed603b8b34b74c9bb0475bd3598af1ff688c99b7 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sun, 30 Jan 2011 12:38:34 +0000 Subject: Fix dependencies to require right version of cliapp. Add cliapp also to build-dependencies, since we need it to run tests. --- debian/control | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 5919bec..7325659 100644 --- a/debian/control +++ b/debian/control @@ -3,12 +3,13 @@ Maintainer: Lars Wirzenius Section: misc Priority: optional Standards-Version: 3.8.4 -Build-Depends: debhelper (>= 7.3.8), python-support (>= 1.0.3), python (>= 2.5) +Build-Depends: debhelper (>= 7.3.8), python-support (>= 1.0.3), + python (>= 2.5), cliapp (>= 0.4) Package: dupfiles Architecture: all Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.5), - python-progressbar, cliapp + python-progressbar, cliapp (>= 0.4) Description: find and optionally hard-link duplicate files dupfiles finds files with identical content, and either reports them, or hardlinks them to each other. -- cgit v1.2.1