summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-01-23 15:46:50 +0000
committerLars Wirzenius <liw@liw.fi>2011-01-23 15:46:50 +0000
commitfb8a6a836f09ce1ea23d97da3a3f5e6eda5ec8f7 (patch)
treee0293b9525db34604f243a18a1a2599e7c67a5bd /debian
parent4d09413cba113e424e4227752a2b6d905fcadeab (diff)
downloaddupfiles-fb8a6a836f09ce1ea23d97da3a3f5e6eda5ec8f7.tar.gz
Use cliapp framework.
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index a951e5c..5919bec 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper (>= 7.3.8), python-support (>= 1.0.3), python (>= 2.5)
Package: dupfiles
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.5),
- python-progressbar
+ python-progressbar, cliapp
Description: find and optionally hard-link duplicate files
dupfiles finds files with identical content, and either reports them,
or hardlinks them to each other.