summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-01-30 12:52:15 +0000
committerLars Wirzenius <liw@liw.fi>2011-01-30 12:52:15 +0000
commitc750d090ebf0d132e08e7b1f8743d86bfe152ef5 (patch)
tree9d9370f6b5ad2d76dbe964f38dfb2e64e197d355
parentc63e4606bcb0b143fb4b46c05cff6ff4251781eb (diff)
downloaddupfiles-c750d090ebf0d132e08e7b1f8743d86bfe152ef5.tar.gz
Fix dependencies on cliapp to be python-cliapp.version_5_2
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 7325659..f14cf1c 100644
--- a/debian/control
+++ b/debian/control
@@ -4,12 +4,12 @@ Section: misc
Priority: optional
Standards-Version: 3.8.4
Build-Depends: debhelper (>= 7.3.8), python-support (>= 1.0.3),
- python (>= 2.5), cliapp (>= 0.4)
+ python (>= 2.5), python-cliapp (>= 0.4)
Package: dupfiles
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.5),
- python-progressbar, cliapp (>= 0.4)
+ python-progressbar, python-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.