summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVarac <varac@leap.se>2017-06-22 15:33:51 +0200
committerVarac <varac@leap.se>2017-06-22 15:33:51 +0200
commitab354a009448f89b2a785e62b59a489d67947b57 (patch)
tree80732c4256975f962afac811b3132f80b568dffe
parent60bc71737dae2d831542faac1cb26585bb05b941 (diff)
Fix lintian error about obsolete depends notation
-rw-r--r--debian/control2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index dcc1aef..72a5e32 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ X-Python-Version: >= 2.5
Package: python-sqlcipher
Architecture: any
-Depends: libsqlcipher0 (>3.2.0-1), ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
+Depends: libsqlcipher0 (>=3.2.0-1), ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Description: DB-API 2.0 interface for SQLCIPHER 3.x
Python interface to SQLCipher
.