summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2010-05-01 06:02:59 +1200
committerLars Wirzenius <liw@liw.fi>2010-05-01 06:02:59 +1200
commit52d0aad26f02969f2b7523c7b98e08fff1f19489 (patch)
treec6b06a4c3888c091f0fac5ddf9aeb3bbdee6fc89 /debian
parent88cbe745cd55eca07407b6a7798fafaa4dab225c (diff)
downloaddupfiles-52d0aad26f02969f2b7523c7b98e08fff1f19489.tar.gz
Add dependency on python-progressbar.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/control3
2 files changed, 8 insertions, 1 deletions
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 <liw@liw.fi> 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.