summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLars Wirzenius <liw@gytha>2008-08-30 23:52:04 +0300
committerLars Wirzenius <liw@gytha>2008-08-30 23:52:04 +0300
commitc27ec71a9446234b9cdb166711c036f023a9c782 (patch)
treed19cb2810755c1b0cb8291dcb8173678b9c3f816 /debian
parent04a99e22201d3e3bea369732011a229a0c5eb776 (diff)
downloadseivot-c27ec71a9446234b9cdb166711c036f023a9c782.tar.gz
Added setup.py and Debian packaging.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/compat1
-rw-r--r--debian/control18
-rw-r--r--debian/copyright1
-rwxr-xr-xdebian/rules6
5 files changed, 32 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..5b5a07e
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,6 @@
+seivot (1.0-1) experimental; urgency=Low
+
+ * Initial release.
+
+ -- Lars Wirzenius <liw@liw.fi> Sat, 30 Aug 2008 23:47:00 +0300
+
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7ed6ff8
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+5
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..121c1d4
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,18 @@
+Source: seivot
+Maintainer: Lars Wirzenius <liw@liw.fi>
+Section: devel
+Priority: optional
+Standards-Version: 3.8.0
+Build-Depends: python2.5,
+ cdbs (>= 0.4.43),
+ debhelper (>= 5.0.38),
+ python-central (>= 0.5.6),
+ python
+XS-Python-Version: all, >= 2.5
+
+Package: seivot
+Architecture: any
+Depends: ${shlibs:Depends}, ${python:Depends}, gnuplot
+XB-Python-Version: ${python:Versions}
+Description: benchmark program for backup software
+ Seivot is a tool for benchmarking backup software.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..5c549ab
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1 @@
+Not yet released.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..d0669ae
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM=pycentral
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk