summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-08-31 17:19:00 +0100
committerLars Wirzenius <liw@liw.fi>2011-08-31 17:19:00 +0100
commite4afd609ec8570e84e7467d96dc16d0b906f0596 (patch)
tree35de56bcf460e239e8108fb3ada9f5b8f26209be
parent11bd3641634d2730d9e1625459a4dec9b4f189cf (diff)
downloadlarch-e4afd609ec8570e84e7467d96dc16d0b906f0596.tar.gz
Build and install fsck-larch manpage.
-rw-r--r--Makefile2
-rw-r--r--debian/changelog6
-rw-r--r--debian/control1
-rw-r--r--debian/python-larch.manpages1
4 files changed, 9 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 355adb3..5b60519 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
-all: # fsck-larch.1
+all: fsck-larch.1
$(MAKE) -C doc html
fsck-larch.1: fsck-larch.1.in fsck-larch
diff --git a/debian/changelog b/debian/changelog
index 0cdc8cf..f62faa7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+python-larch (0.23-2) unstable; urgency=low
+
+ * Install python-larch manpage.
+
+ -- Lars Wirzenius <liw@liw.fi> Wed, 31 Aug 2011 17:15:27 +0100
+
python-larch (0.23-1) unstable; urgency=low
* Add dependency on python-ttystatus. Thanks, Jo Shields, for the
diff --git a/debian/control b/debian/control
index 4f7b52a..8f54487 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,7 @@ Package: python-larch
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}, python-tracing,
python-cliapp (>= 0.14), python-ttystatus, libjs-jquery
+Recommends: 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
diff --git a/debian/python-larch.manpages b/debian/python-larch.manpages
new file mode 100644
index 0000000..6d4b6fa
--- /dev/null
+++ b/debian/python-larch.manpages
@@ -0,0 +1 @@
+fsck-larch.1