From: Mark Wooding Date: Wed, 9 Jan 2013 02:57:37 +0000 (+0000) Subject: Build against Python 2.7. This is release 1.0.4. X-Git-Tag: 1.0.4^0 X-Git-Url: https://git.distorted.org.uk/~mdw/catacomb-python/commitdiff_plain/5f25415f12c50300d548d5fe9b2a41ede2ed5d98 Build against Python 2.7. This is release 1.0.4. --- diff --git a/debian/changelog b/debian/changelog index 6fb1061..537f1c9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +catacomb-python (1.0.4) experimental; urgency=low + + * Build against Python 2.7. + + -- Mark Wooding Wed, 09 Jan 2013 02:47:59 +0000 + catacomb-python (1.0.3) experimental; urgency=low * Remove catacomb-python-bin package, because it made building hard and diff --git a/debian/control b/debian/control index be0217d..069d81d 100644 --- a/debian/control +++ b/debian/control @@ -1,9 +1,9 @@ Source: catacomb-python Section: python Priority: extra -XS-Python-Version: >= 2.5, << 2.7 +XS-Python-Version: >= 2.6, << 2.8 Maintainer: Mark Wooding -Build-Depends: catacomb-dev (>= 2.1.2), python +Build-Depends: catacomb-dev (>= 2.1.2), python, python2.6-dev, python2.7-dev Standards-Version: 3.8.0 Package: python-catacomb