Skip to content

Commit bf271e6

Browse files
committed
fix minimum needed version for sqlcipher
1 parent 914f072 commit bf271e6

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

debian/changelog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
pysqlcipher (2.6.3-1) unstable; urgency=low
1+
pysqlcipher (2.6.3.1) unstable; urgency=low
22

33
* Use libsqlcipher0 2.2.1-2, that uses SQLITE_TEMP_STORE=2. See #726464
44

debian/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ Source: pysqlcipher
22
Maintainer: Ben Carrillo <ben@futeisha.org>
33
Section: python
44
Priority: optional
5-
Build-Depends: python-all-dev (>= 2.6.6-3), libsqlcipher-dev, debhelper (>= 9)
5+
Build-Depends: python-all-dev (>= 2.6.6-3), libsqlcipher-dev (>=2.2.1-2), debhelper (>= 9)
66
Standards-Version: 3.9.4
77
Uploaders: Micah Anderson <micah@debian.org>
88
X-Python-Version: >= 2.5
99

1010
Package: python-sqlcipher
1111
Architecture: any
12-
Depends: libsqlcipher0 (>=2.1.1-2), ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
12+
Depends: libsqlcipher0 (>=2.2.1-2), ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
1313
Description: DB-API 2.0 interface for SQLCIPHER 3.x
1414
Python interface to SQLCipher
1515
.

0 commit comments

Comments
 (0)