summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-08-19 19:51:44 +0100
committerLars Wirzenius <liw@liw.fi>2011-08-19 19:51:44 +0100
commit56f8e6814573c445d908d4a9b54eb3ad91e43238 (patch)
treefd72655e0bc9f3b30a841787110b7bf7a73cab1e /debian
parent70990d697500a50ef2f6639ad78b729eb87f6072 (diff)
downloadlarch-56f8e6814573c445d908d4a9b54eb3ad91e43238.tar.gz
Add libjs-jquery to runtime deps, for jquery.js symlink.
Diffstat (limited to 'debian')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index b2d4259..4f7b52a 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ X-Python-Version: >= 2.6
Package: python-larch
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-tracing,
- python-cliapp (>= 0.14), python-ttystatus
+ python-cliapp (>= 0.14), python-ttystatus, libjs-jquery
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