summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-01-30 12:38:34 +0000
committerLars Wirzenius <liw@liw.fi>2011-01-30 12:38:34 +0000
commited603b8b34b74c9bb0475bd3598af1ff688c99b7 (patch)
tree21d3fd344266125205f1971e996b001ea039afc6
parent5aa121ad9936a3ff5f82277b679623095dff0bc1 (diff)
downloaddupfiles-ed603b8b34b74c9bb0475bd3598af1ff688c99b7.tar.gz
Fix dependencies to require right version of cliapp.
Add cliapp also to build-dependencies, since we need it to run tests.
-rw-r--r--debian/control5
1 files 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 <liw@liw.fi>
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.