Skip to content

Commit 914f072

Browse files
committed
Require libsqlcipher0 >= 2.2.1-2, see #726464
1 parent b4043c4 commit 914f072

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
pysqlcipher (2.6.3-1) unstable; urgency=low
2+
3+
* Use libsqlcipher0 2.2.1-2, that uses SQLITE_TEMP_STORE=2. See #726464
4+
5+
-- Ben Carrillo <ben@futeisha.org> Tue, 29 Oct 2013 13:21:37 -0200
6+
17
pysqlcipher (2.6.3~dev02) unstable; urgency=low
28

39
* Initial debian package

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ X-Python-Version: >= 2.5
99

1010
Package: python-sqlcipher
1111
Architecture: any
12-
Depends: libsqlcipher0 (>=2.1.1-1), ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
12+
Depends: libsqlcipher0 (>=2.1.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)