summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-08-31 17:24:12 +0100
committerLars Wirzenius <liw@liw.fi>2011-08-31 17:24:12 +0100
commitd7c8add9b2186578d7bd9bf92d10a5ebd160b5e3 (patch)
tree4d0c8d70be6ba52db751b49c2c6a0bb632413ca7 /debian
parente4afd609ec8570e84e7467d96dc16d0b906f0596 (diff)
downloadlarch-d7c8add9b2186578d7bd9bf92d10a5ebd160b5e3.tar.gz
Remove ttystatus as a depends.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog4
-rw-r--r--debian/control2
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index f62faa7..e8b037e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
python-larch (0.23-2) unstable; urgency=low
- * Install python-larch manpage.
+ * Install fsck-larch manpage.
+ * Weaken python-ttystatus dependency to a recommends, since it's only
+ needed by fsck-larch.
-- Lars Wirzenius <liw@liw.fi> Wed, 31 Aug 2011 17:15:27 +0100
diff --git a/debian/control b/debian/control
index 8f54487..abae6cd 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, libjs-jquery
+ python-cliapp (>= 0.14), libjs-jquery
Recommends: python-ttystatus
Description: B-tree library for Python
An implementation of a particular kind of B-tree, based on research