diff options
author | Micah Anderson <micah@riseup.net> | 2013-06-04 15:46:34 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2013-06-04 15:46:34 -0400 |
commit | 395787d20208c439797855313cc9bbb7fb76784a (patch) | |
tree | 97fe9f51b21c9a2a5b210f97327e549d6fb9547a /debian/control | |
parent | f8a174b0f4a637c9867d037676069177945f0b3c (diff) |
fix for backporting to wheezy: E: dh_python2:145: extension for python2.6 is missing. Build extensions for all supported Python versions
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 5a8e493..16d3f52 100644 --- a/debian/control +++ b/debian/control @@ -5,6 +5,7 @@ Priority: optional Build-Depends: python-all-dev (>= 2.6.6-3), libsqlcipher-dev, debhelper (>= 9) Standards-Version: 3.9.4 Uploaders: Micah Anderson <micah@debian.org> +X-Python-Version: >= 2.5 Package: python-sqlcipher Architecture: any |