summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-08-02 20:46:33 +0100
committerLars Wirzenius <liw@liw.fi>2011-08-02 20:46:33 +0100
commit400be753198902c4972899b4ad8255b9851fa93c (patch)
tree6914bc55f4a6f6b359d5edd8bcc10cad69814552 /debian
parentc63369c61465780ef9652c0fc822dc6db35177bd (diff)
downloadlarch-400be753198902c4972899b4ad8255b9851fa93c.tar.gz
Add build-dependency on python-cliapp.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/control6
2 files changed, 5 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 8068cdf..e7378a5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ python-larch (0.21-1) unstable; urgency=low
* New upstream release.
* Change package to be non-native.
+ * Add build-dependency on python-cliapp.
-- Lars Wirzenius <liw@liw.fi> Tue, 02 Aug 2011 20:00:24 +0100
diff --git a/debian/control b/debian/control
index ef73efc..db283e2 100644
--- a/debian/control
+++ b/debian/control
@@ -4,12 +4,14 @@ Section: python
Priority: optional
Standards-Version: 3.9.2
Build-Depends: debhelper (>= 7.3.8), python (>= 2.6.6-3~),
- python-coverage-test-runner, python-tracing, python-sphinx
+ python-coverage-test-runner, python-tracing, python-sphinx,
+ python-cliapp (>= 0.14)
X-Python-Version: >= 2.6
Package: python-larch
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python-tracing, python-cliapp
+Depends: ${python:Depends}, ${misc:Depends}, python-tracing,
+ python-cliapp (>= 0.14)
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