From 52d0aad26f02969f2b7523c7b98e08fff1f19489 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 1 May 2010 06:02:59 +1200 Subject: Add dependency on python-progressbar. --- debian/changelog | 6 ++++++ debian/control | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'debian') diff --git a/debian/changelog b/debian/changelog index 87d1549..30fa38e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +dupfiles (4) squeeze; urgency=low + + * Add dependency on python-progressbar. + + -- Lars Wirzenius Sat, 01 May 2010 06:02:33 +1200 + dupfiles (3) squeeze; urgency=low * Progress reporting fix. diff --git a/debian/control b/debian/control index e2b592d..a951e5c 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,8 @@ 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) +Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.5), + python-progressbar 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