summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2009-05-19 12:03:15 +0300
committerLars Wirzenius <liw@liw.fi>2009-05-19 12:03:15 +0300
commit5c48c0a3f7d19fce97a72de342d316890a84c113 (patch)
treeb60563fc4b49875152b572793adab1e8140a033c /debian
parent808b2c8380bab3a913740534b3badc55cf434ff9 (diff)
downloadseivot-5c48c0a3f7d19fce97a72de342d316890a84c113.tar.gz
Updated Debian packaging for the modern world.
Diffstat (limited to 'debian')
-rw-r--r--debian/control4
-rw-r--r--debian/pycompat1
2 files changed, 3 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 121c1d4..fb317c0 100644
--- a/debian/control
+++ b/debian/control
@@ -3,11 +3,11 @@ Maintainer: Lars Wirzenius <liw@liw.fi>
Section: devel
Priority: optional
Standards-Version: 3.8.0
-Build-Depends: python2.5,
+Build-Depends: python (>= 2.5),
cdbs (>= 0.4.43),
debhelper (>= 5.0.38),
python-central (>= 0.5.6),
- python
+ python-all-dev
XS-Python-Version: all, >= 2.5
Package: seivot
diff --git a/debian/pycompat b/debian/pycompat
new file mode 100644
index 0000000..0cfbf08
--- /dev/null
+++ b/debian/pycompat
@@ -0,0 +1 @@
+2