From ea0c812abf0cae71f4ea9cf2fdfb581601275e18 Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Mon, 20 Jul 2015 14:44:43 +0100 Subject: [PATCH] Require a shiny new library version. Organization: Straylight/Edgeware From: Mark Wooding --- debian/control | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 5b91beb..44ba5f0 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,7 @@ Section: python Priority: extra XS-Python-Version: >= 2.6, << 2.8 Maintainer: Mark Wooding -Build-Depends: debhelper (>= 9), catacomb-dev (>= 2.1.2), +Build-Depends: debhelper (>= 9), catacomb-dev (>= 2.2.0), python, python2.6-dev, python2.7-dev Standards-Version: 3.8.0 diff --git a/setup.py b/setup.py index 5f4c373..161e2af 100755 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ import distutils.core as DC import mdwsetup as MS -MS.pkg_config('catacomb', '2.1.1') +MS.pkg_config('catacomb', '2.2.0') MS.pkg_config('mLib', '2.0.4') cat = DC.Extension('catacomb._base', -- [mdw]