summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2013-10-29 13:25:49 -0200
committerKali Kaneko <kali@leap.se>2013-10-29 13:25:49 -0200
commit914f072a671a5db7bb01144a006066a257a4fb3f (patch)
treeb9e0124a89e3d445fdcde4e5123baedaa6c50537 /debian/control
parentb4043c402c09ec82bb156ecd9d0738887bd33b86 (diff)
Require libsqlcipher0 >= 2.2.1-2, see #726464
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 16d3f52..b730a4f 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ X-Python-Version: >= 2.5
Package: python-sqlcipher
Architecture: any
-Depends: libsqlcipher0 (>=2.1.1-1), ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
+Depends: libsqlcipher0 (>=2.1.1-2), ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Description: DB-API 2.0 interface for SQLCIPHER 3.x
Python interface to SQLCipher
.