diff options
author | Micah Anderson <micah@riseup.net> | 2014-07-01 12:26:15 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2014-07-01 12:26:15 -0400 |
commit | eece94ba79009b1be42e447caf434ba66c155ac1 (patch) | |
tree | d676d377e8e9bd63805f30fcb59cb19cb9c488c1 /debian/control | |
parent | 6f8c9aa6074812e9596a788a0f9f7da9d858fe19 (diff) |
change build dependency version on libsqlcipher-dev to pick up backports easier
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index a799ca6..db99917 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: pysqlcipher Maintainer: Ben Carrillo <ben@futeisha.org> Section: python Priority: optional -Build-Depends: python-all-dev (>= 2.6.6-3), libsqlcipher-dev (>=2.2.1-2), debhelper (>= 9) +Build-Depends: python-all-dev (>= 2.6.6-3), libsqlcipher-dev (>=2.2.1-2~), debhelper (>= 9) Standards-Version: 3.9.4 Uploaders: Micah Anderson <micah@debian.org> X-Python-Version: >= 2.5 |