summaryrefslogtreecommitdiff
path: root/debian
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
parenta22fc6786a7a04191ea39f7b8a77fd4bfba0dca8 (diff)
downloadseivot-bf3a429ee7a1ff48a997332d4a0728b0b202b2a0.tar.gz
* New upstream release.
* Updated packaging for dh_python2. * Updated package description.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
-rw-r--r--debian/control13
-rwxr-xr-xdebian/rules4
3 files changed, 17 insertions, 8 deletions
diff --git a/debian/changelog b/debian/changelog
index d2402f9..23d6a66 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+seivot (1.11-1) unstable; urgency=low
+
+ * New upstream release.
+ * Updated packaging for dh_python2.
+ * Updated package description.
+
+ -- Lars Wirzenius <liw@liw.fi> Wed, 03 Aug 2011 14:42:41 +0100
+
seivot (1.10-1) unstable; urgency=low
* New upstream release. This is the first release to be uploaded to
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.
+
diff --git a/debian/rules b/debian/rules
index 759aca4..a6518b0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,5 @@
#!/usr/bin/make -f
%:
- dh $@ --with-buildsystem=python_distutils
+ dh $@ --with=python2 --with-buildsystem=python_distutils
-override_dh_auto_install:
- python setup.py install --prefix=debian/seivot/usr