summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-07-20 22:12:47 +0100
committerLars Wirzenius <liw@liw.fi>2011-07-20 22:12:47 +0100
commita88a24298093d8bb37068c0a972705e1c710050e (patch)
tree5a84deaf4a7e2fc6aa27c4fe96c8f1bf98b1afc2 /debian
parentbc2a421b02ab09dd83a2e1b94fcf0569a35eb5ad (diff)
downloadlarch-a88a24298093d8bb37068c0a972705e1c710050e.tar.gz
Upgrade to using dh_python2.
Diffstat (limited to 'debian')
-rw-r--r--debian/control11
-rwxr-xr-xdebian/rules8
2 files changed, 5 insertions, 14 deletions
diff --git a/debian/control b/debian/control
index 14be9f8..9467108 100644
--- a/debian/control
+++ b/debian/control
@@ -2,17 +2,14 @@ Source: python-larch
Maintainer: Lars Wirzenius <liw@liw.fi>
Section: python
Priority: optional
-Standards-Version: 3.9.0
-Build-Depends: debhelper (>= 7.3.8), python-support (>= 1.0.3),
- python (>= 2.5), extrautils (>= 1.6), python-lru (>= 0.4),
+Standards-Version: 3.9.2
+Build-Depends: debhelper (>= 7.3.8), python-all-dev (>= 2.6.6-3~),
python-coverage-test-runner, python-tracing, python-sphinx
-XS-Python-Version: >= 2.5
+X-Python-Version: >= 2.6
Package: python-larch
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.5),
- python-lru (>= 0.4), python-tracing, python-cliapp
-XB-Python-Version: ${python:Versions}
+Depends: ${python:Depends}, ${misc:Depends}, python-tracing, python-cliapp
Description: B-tree library for Python
An implementation of a particular kind of B-tree, based on research
by Ohad Rodeh. This is the same data structure that btrfs uses, but
diff --git a/debian/rules b/debian/rules
index 341cbe2..46bf560 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,4 @@
#!/usr/bin/make -f
%:
- dh $@ --with-buildsystem=python_distutils
+ dh $@ --with=python2 --buildsystem=python_distutils
-override_dh_auto_build:
- setuppy-debian-versions-match
- dh_auto_build $@ --with-buildsystem=python_distutils
-
-override_dh_auto_install:
- python setup.py install --prefix=debian/python-larch/usr