From 29417b2a20751c087be45b643072e7152e6e6331 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Fri, 19 Feb 2016 09:00:49 +0000 Subject: [PATCH] debian/control: Fix the Build-Depends. --- debian/control | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 44ba5f0..c52c8d8 100644 --- a/debian/control +++ b/debian/control @@ -3,8 +3,9 @@ Section: python Priority: extra XS-Python-Version: >= 2.6, << 2.8 Maintainer: Mark Wooding -Build-Depends: debhelper (>= 9), catacomb-dev (>= 2.2.0), - python, python2.6-dev, python2.7-dev +Build-Depends: debhelper (>= 9), pkg-config, + python, python2.6-dev, python2.7-dev, + mlib-dev (>= 2.2.2.1), catacomb-dev (>= 2.2.0) Standards-Version: 3.8.0 Package: python-catacomb -- 2.11.0