tag 505317 patch
thanks

Frank Lichtenheld <dj...@debian.org> (11/11/2008):
> Package: tokyocabinet
> Version: 1.3.15-2
> Severity: serious

As expected, a trivial patch is sufficient.

> [...]
> | checking bzlib.h usability... no
> | checking bzlib.h presence... no
> | checking for bzlib.h... no
> | configure: error: bzlib.h is required

Missing libbz2-dev.

Patch attached.

Mraw,
KiBi.
From 7c9a296f3a608ea41e4d9c3f28628852510fad0e Mon Sep 17 00:00:00 2001
From: Cyril Brulebois <k...@debian.org>
Date: Sat, 27 Dec 2008 13:30:25 +0100
Subject: [PATCH] Add libbz2-dev to Build-Depends (Closes: #505317).

Fix FTBFS due to missing bzlib.h.

Signed-off-by: Cyril Brulebois <k...@debian.org>
---
 debian/control |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/debian/control b/debian/control
index 0c9075b..144a473 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: tokyocabinet
 Priority: extra
 Maintainer: Pierre Habouzit <madco...@debian.org>
-Build-Depends: debhelper (>= 5), autotools-dev, zlib1g-dev, chrpath
+Build-Depends: debhelper (>= 5), autotools-dev, zlib1g-dev, chrpath, libbz2-dev
 Standards-Version: 3.7.3
 Vcs-Git: git://git.madism.org/packages/tokyocabinet.git
 Vcs-Browser: http://git.madism.org/?p=packages/tokyocabinet.git;a=summary
-- 
1.5.6.5

Attachment: signature.asc
Description: Digital signature

Reply via email to