From: Mark Wooding Date: Mon, 20 Jul 2015 13:44:43 +0000 (+0100) Subject: Require a shiny new library version. X-Git-Tag: 1.1.0~1 X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/commitdiff_plain/ea0c812abf0cae71f4ea9cf2fdfb581601275e18 Require a shiny new library version. --- 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',