summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorVarac <varac@leap.se>2017-10-26 13:49:39 +0200
committerVarac <varac@leap.se>2017-10-26 13:50:03 +0200
commite97ecd291e51b0f17c84aa5d3f6ebc8201e75863 (patch)
tree4daa87e94ae6d0716e6ca5c52daed06cf392a856 /debian/control
parent3ddea6d54a7357ccca64ee932b9f526bdbee7629 (diff)
Fix lintian warning (resolves: #2)
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index eb4491e..7c547f4 100644
--- a/debian/control
+++ b/debian/control
@@ -2,14 +2,14 @@ Source: pysqlcipher
Maintainer: Kali Kaneko <kali@leap.se>
Section: python
Priority: optional
-Build-Depends: python-all-dev (>= 2.6.6-3), libsqlcipher-dev (>=3.2.0-1), debhelper (>= 9), dh-python
+Build-Depends: python-all-dev (>= 2.6.6), libsqlcipher-dev (>=3.2.0), debhelper (>= 9), dh-python
Standards-Version: 3.9.8
Uploaders: LEAP automated build <sysdev@leap.se>
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), ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Description: DB-API 2.0 interface for SQLCIPHER 3.x
Python interface to SQLCipher
.