summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2015-09-01 15:41:18 -0400
committerKali Kaneko <kali@leap.se>2015-09-01 15:41:18 -0400
commitb0aca1342acfbffbf8a60a19478ec213b83ebd68 (patch)
tree5b8107dfa129cc460046b5a6b90b03395a03a5dd
parent2d164a529a6cb5d06dfa78593bd35b644b736616 (diff)
bump dependency on sqlcipher >= 3.2.0-1.1
-rw-r--r--debian/changelog6
-rw-r--r--debian/control6
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 <ben@futeisha.org> 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 <ben@futeisha.org>
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 <micah@debian.org>
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
.