From b0aca1342acfbffbf8a60a19478ec213b83ebd68 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Tue, 1 Sep 2015 15:41:18 -0400 Subject: bump dependency on sqlcipher >= 3.2.0-1.1 --- debian/changelog | 6 ++++++ debian/control | 6 +++--- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 786b742..e43be5e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pysqlcipher (2.6.3.3+b1) unstable; urgency=medium + + * Build against latest sqlcipher + + -- Ben Carrillo Tue, 01 Sep 2015 15:38:41 -0400 + pysqlcipher (2.6.3.3) unstable; urgency=medium * Need to also change the Depends for libsqlcipher0 diff --git a/debian/control b/debian/control index 8eb174a..1579a3e 100644 --- a/debian/control +++ b/debian/control @@ -2,14 +2,14 @@ Source: pysqlcipher Maintainer: Ben Carrillo Section: python Priority: optional -Build-Depends: python-all-dev (>= 2.6.6-3), libsqlcipher-dev (>=2.2.1-2~), debhelper (>= 9) -Standards-Version: 3.9.4 +Build-Depends: python-all-dev (>= 2.6.6-3), libsqlcipher-dev (>=3.2.0-1.1), debhelper (>= 9), dh-python +Standards-Version: 3.9.6 Uploaders: Micah Anderson X-Python-Version: >= 2.5 Package: python-sqlcipher Architecture: any -Depends: libsqlcipher0 (>=2.2.1-2~), ${misc:Depends}, ${python:Depends}, ${shlibs:Depends} +Depends: libsqlcipher0 (>=3.2.0-1.1), ${misc:Depends}, ${python:Depends}, ${shlibs:Depends} Description: DB-API 2.0 interface for SQLCIPHER 3.x Python interface to SQLCipher . -- cgit v1.2.3