summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2014-07-04 15:15:51 -0400
committerMicah Anderson <micah@riseup.net>2014-07-04 15:15:51 -0400
commit2d164a529a6cb5d06dfa78593bd35b644b736616 (patch)
treea683062b9822d80ce188e6f515d875150b5724dc /debian/control
parenteece94ba79009b1be42e447caf434ba66c155ac1 (diff)
need to also fix the depends on libsqlcipher0
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 db99917..8eb174a 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ X-Python-Version: >= 2.5
Package: python-sqlcipher
Architecture: any
-Depends: libsqlcipher0 (>=2.2.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
.