summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-08-03 14:48:33 +0100
committerLars Wirzenius <liw@liw.fi>2011-08-03 14:48:33 +0100
commitbf3a429ee7a1ff48a997332d4a0728b0b202b2a0 (patch)
tree41b6f39f5dee1ce8bd7fcae31dd4a55fe6fe434f /debian/control
parenta22fc6786a7a04191ea39f7b8a77fd4bfba0dca8 (diff)
downloadseivot-bf3a429ee7a1ff48a997332d4a0728b0b202b2a0.tar.gz
* New upstream release.
* Updated packaging for dh_python2. * Updated package description.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control13
1 files changed, 8 insertions, 5 deletions
diff --git a/debian/control b/debian/control
index 0446f44..d65e23d 100644
--- a/debian/control
+++ b/debian/control
@@ -3,17 +3,20 @@ Maintainer: Lars Wirzenius <liw@liw.fi>
Section: devel
Priority: optional
Standards-Version: 3.9.2
-Build-Depends: debhelper (>= 7.3.8), python-support (>= 1.0.3), python (>= 2.5)
+Build-Depends: debhelper (>= 7.3.8), python (>= 2.6.6-3~)
+X-Python-Version: >= 2.6
Package: seivot
Architecture: all
-Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}, gnuplot
+Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}, gnuplot,
+ python-cliapp (>= 0.15)
Description: benchmark program for backup software
seivot generates synthetic test data and backs it up using the
desired backup tool. It then modifies the test data, and makes
further backups. It also does restores, verifications, and
forgets backup generations. It measures the runtime and memory
- usage of each run of the backu program.
+ usage of each run of the backup program.
.
- Originally written for Obnam, seivot aims to be useful for
- benchmarking many backup programs.
+ seivot currently works only for obnam, but welcomes patches for
+ other backup programs.
+