summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2010-05-22 20:43:04 +1200
committerLars Wirzenius <liw@liw.fi>2010-05-22 20:43:04 +1200
commit371314d185137d42faec412f2fb714321f1acc79 (patch)
tree73402a7f88fc89dd2caba58fe93130e622d8ae3f /debian
parent14fe0ea81206034b05b3540e24bbc57b9bfb51e3 (diff)
downloadseivot-371314d185137d42faec412f2fb714321f1acc79.tar.gz
Release version 1.1.
Re-do packaging using dh.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rw-r--r--debian/compat2
-rw-r--r--debian/control14
-rwxr-xr-xdebian/rules7
4 files changed, 10 insertions, 15 deletions
diff --git a/debian/changelog b/debian/changelog
index 56e05be..65912a6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-seivot (1.0) squeeze; urgency=low
+seivot (1.1) squeeze; urgency=low
* Upload to squeeze.
* Switch to native version numbering.
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..7f8f011 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+7
diff --git a/debian/control b/debian/control
index fb317c0..4ac1fcd 100644
--- a/debian/control
+++ b/debian/control
@@ -2,17 +2,11 @@ Source: seivot
Maintainer: Lars Wirzenius <liw@liw.fi>
Section: devel
Priority: optional
-Standards-Version: 3.8.0
-Build-Depends: python (>= 2.5),
- cdbs (>= 0.4.43),
- debhelper (>= 5.0.38),
- python-central (>= 0.5.6),
- python-all-dev
-XS-Python-Version: all, >= 2.5
+Standards-Version: 3.8.4
+Build-Depends: debhelper (>= 7.3.8), python-support (>= 1.0.3), python (>= 2.5)
Package: seivot
-Architecture: any
-Depends: ${shlibs:Depends}, ${python:Depends}, gnuplot
-XB-Python-Version: ${python:Versions}
+Architecture: all
+Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}, gnuplot
Description: benchmark program for backup software
Seivot is a tool for benchmarking backup software.
diff --git a/debian/rules b/debian/rules
index d0669ae..759aca4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
#!/usr/bin/make -f
-DEB_PYTHON_SYSTEM=pycentral
+%:
+ dh $@ --with-buildsystem=python_distutils
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/python-distutils.mk
+override_dh_auto_install:
+ python setup.py install --prefix=debian/seivot/usr