summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control9
1 files changed, 5 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index f14cf1c..de232a9 100644
--- a/debian/control
+++ b/debian/control
@@ -3,13 +3,14 @@ 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), python-cliapp (>= 0.4)
+Build-Depends: debhelper (>= 7.3.8), python-all (>= 2.6),
+ python-cliapp (>= 0.7)
+X-Python-Version: >= 2.6
Package: dupfiles
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.5),
- python-progressbar, python-cliapp (>= 0.4)
+Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6),
+ python-ttystatus, python-cliapp (>= 0.7)
Description: find and optionally hard-link duplicate files
dupfiles finds files with identical content, and either reports them,
or hardlinks them to each other.