summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-12-18 15:36:41 +0000
committerLars Wirzenius <liw@liw.fi>2011-12-18 15:36:41 +0000
commit7c2a0c5d69ef7c1f7dd7ba02e0014321ea763cb8 (patch)
tree3aa6f50ea9082109cda3d5b50a55b8b51327fbe6 /debian
parentdd3c90fff319d3bd91b0de74bb9e8d673cd24949 (diff)
downloadlarch-7c2a0c5d69ef7c1f7dd7ba02e0014321ea763cb8.tar.gz
* New upstream release.
* debian/control: change libjs-jquery to Suggests, from Depends. It's only needed for API documentation, which most people won't care about.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog8
-rw-r--r--debian/control3
2 files changed, 10 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 52a4e9c..fecd288 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+python-larch (0.26-1) unstable; urgency=low
+
+ * New upstream release.
+ * debian/control: change libjs-jquery to Suggests, from Depends. It's only
+ needed for API documentation, which most people won't care about.
+
+ -- Lars Wirzenius <liw@liw.fi> Sun, 18 Dec 2011 15:35:54 +0000
+
python-larch (0.25-1) unstable; urgency=low
* New upstream release.
diff --git a/debian/control b/debian/control
index abae6cd..5bba166 100644
--- a/debian/control
+++ b/debian/control
@@ -11,8 +11,9 @@ X-Python-Version: >= 2.6
Package: python-larch
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-tracing,
- python-cliapp (>= 0.14), libjs-jquery
+ python-cliapp (>= 0.14)
Recommends: python-ttystatus
+Suggests: 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