From 914f072a671a5db7bb01144a006066a257a4fb3f Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Tue, 29 Oct 2013 13:25:49 -0200 Subject: Require libsqlcipher0 >= 2.2.1-2, see #726464 --- debian/changelog | 6 ++++++ debian/control | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 5728206..91fe467 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pysqlcipher (2.6.3-1) unstable; urgency=low + + * Use libsqlcipher0 2.2.1-2, that uses SQLITE_TEMP_STORE=2. See #726464 + + -- Ben Carrillo Tue, 29 Oct 2013 13:21:37 -0200 + pysqlcipher (2.6.3~dev02) unstable; urgency=low * Initial debian package diff --git a/debian/control b/debian/control index 16d3f52..b730a4f 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ X-Python-Version: >= 2.5 Package: python-sqlcipher Architecture: any -Depends: libsqlcipher0 (>=2.1.1-1), ${misc:Depends}, ${python:Depends}, ${shlibs:Depends} +Depends: libsqlcipher0 (>=2.1.1-2), ${misc:Depends}, ${python:Depends}, ${shlibs:Depends} Description: DB-API 2.0 interface for SQLCIPHER 3.x Python interface to SQLCipher . -- cgit v1.2.3