summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-08-17 16:15:28 +0100
committerLars Wirzenius <liw@liw.fi>2011-08-17 16:15:28 +0100
commitdc4b3bea6cb3adabe19d9411ca9d908c3697cf04 (patch)
treeb58a8f03fea3f621c6bdc559d77e747cc84631a6 /debian
parent9ecebb810d1d5b4127df9e6b66efa710d0c86450 (diff)
downloadlarch-dc4b3bea6cb3adabe19d9411ca9d908c3697cf04.tar.gz
Add dependency on python-ttystatus. Thanks, Jo Shields, for the
report.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog7
-rw-r--r--debian/control4
2 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index d4008e4..4a70a4e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-larch (0.23-1) UNRELEASED; urgency=low
+
+ * Add dependency on python-ttystatus. Thanks, Jo Shields, for the
+ report.
+
+ -- Lars Wirzenius <liw@liw.fi> Wed, 17 Aug 2011 16:15:15 +0100
+
python-larch (0.22-1) unstable; urgency=low
* New upstream release.
diff --git a/debian/control b/debian/control
index db283e2..b2d4259 100644
--- a/debian/control
+++ b/debian/control
@@ -5,13 +5,13 @@ 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-cliapp (>= 0.14)
+ python-cliapp (>= 0.14), python-ttystatus
X-Python-Version: >= 2.6
Package: python-larch
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-tracing,
- python-cliapp (>= 0.14)
+ python-cliapp (>= 0.14), python-ttystatus
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