summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2015-11-18 22:44:00 +0100
committervarac <varacanero@zeromail.org>2015-11-18 22:44:00 +0100
commitf12586c0fa5c8a877b4a6538d9ebb0c0a1a33745 (patch)
tree77c4a22dac474ac996d5948679c908b1ee403c5c
parent6d245f56ac5b3c06ba1d3ede55ad2ea4c1e0e328 (diff)
[bug] Set dependency on sqlcipher to "> 3.2.0-1"
so it matches the jessie-backports version (3.2.0-1.1~bpo80+1) see https://leap.se/code/issues/7576#note-10 and following
-rw-r--r--debian/changelog8
-rw-r--r--debian/control4
2 files changed, 10 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index f28516a..0afc903 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+pysqlcipher (2.6.3.6) unstable; urgency=medium
+
+ * set dependency on sqlcipher to "> 3.2.0-1" so it matches
+ the jessie-backports version (3.2.0-1.1~bpo80+1)
+ see https://leap.se/code/issues/7576#note-10 and following
+
+ -- Varac Anero <varacanero@zeromail.org> Wed, 18 Nov 2015 22:34:18 +0100
+
pysqlcipher (2.6.3.5) unstable; urgency=medium
* Remove dependency on dh-python, its not available in wheezy
diff --git a/debian/control b/debian/control
index 44280d4..a516ce6 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 (>=3.2.0-1.1), debhelper (>= 9)
+Build-Depends: python-all-dev (>= 2.6.6-3), libsqlcipher-dev (>3.2.0-1), debhelper (>= 9)
Standards-Version: 3.9.6
Uploaders: Micah Anderson <micah@debian.org>
X-Python-Version: >= 2.5
Package: python-sqlcipher
Architecture: any
-Depends: libsqlcipher0 (>=3.2.0-1.1), ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
+Depends: libsqlcipher0 (>3.2.0-1), ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Description: DB-API 2.0 interface for SQLCIPHER 3.x
Python interface to SQLCipher
.