From bf271e67c53702005535cf4a092244266c45266e Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Fri, 8 Nov 2013 11:37:52 -0200 Subject: fix minimum needed version for sqlcipher --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'debian/control') diff --git a/debian/control b/debian/control index b730a4f..a799ca6 100644 --- a/debian/control +++ b/debian/control @@ -2,14 +2,14 @@ Source: pysqlcipher Maintainer: Ben Carrillo Section: python Priority: optional -Build-Depends: python-all-dev (>= 2.6.6-3), libsqlcipher-dev, 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 X-Python-Version: >= 2.5 Package: python-sqlcipher Architecture: any -Depends: libsqlcipher0 (>=2.1.1-2), ${misc:Depends}, ${python:Depends}, ${shlibs:Depends} +Depends: libsqlcipher0 (>=2.2.1-2), ${misc:Depends}, ${python:Depends}, ${shlibs:Depends} Description: DB-API 2.0 interface for SQLCIPHER 3.x Python interface to SQLCipher . -- cgit v1.2.3