diff options
author | Kali Kaneko <kali@leap.se> | 2015-09-01 15:41:18 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2015-09-01 15:41:18 -0400 |
commit | b0aca1342acfbffbf8a60a19478ec213b83ebd68 (patch) | |
tree | 5b8107dfa129cc460046b5a6b90b03395a03a5dd /debian/control | |
parent | 2d164a529a6cb5d06dfa78593bd35b644b736616 (diff) |
bump dependency on sqlcipher >= 3.2.0-1.1
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control index 8eb174a..1579a3e 100644 --- a/debian/control +++ b/debian/control @@ -2,14 +2,14 @@ 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) -Standards-Version: 3.9.4 +Build-Depends: python-all-dev (>= 2.6.6-3), libsqlcipher-dev (>=3.2.0-1.1), debhelper (>= 9), dh-python +Standards-Version: 3.9.6 Uploaders: Micah Anderson <micah@debian.org> X-Python-Version: >= 2.5 Package: python-sqlcipher Architecture: any -Depends: libsqlcipher0 (>=2.2.1-2~), ${misc:Depends}, ${python:Depends}, ${shlibs:Depends} +Depends: libsqlcipher0 (>=3.2.0-1.1), ${misc:Depends}, ${python:Depends}, ${shlibs:Depends} Description: DB-API 2.0 interface for SQLCIPHER 3.x Python interface to SQLCipher . |