diff options
| -rw-r--r-- | debian/changelog | 6 | ||||
| -rw-r--r-- | debian/control | 2 | 
2 files changed, 7 insertions, 1 deletions
| diff --git a/debian/changelog b/debian/changelog index f5902a7..786b742 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pysqlcipher (2.6.3.3) unstable; urgency=medium + +  * Need to also change the Depends for libsqlcipher0 + + -- Micah Anderson <micah@debian.org>  Fri, 04 Jul 2014 15:14:46 -0400 +  pysqlcipher (2.6.3.2) unstable; urgency=medium    * Change build-dependency version for libsqlcipher-dev to pick up diff --git a/debian/control b/debian/control index db99917..8eb174a 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ X-Python-Version: >= 2.5  Package: python-sqlcipher  Architecture: any -Depends: libsqlcipher0 (>=2.2.1-2), ${misc:Depends}, ${python:Depends}, ${shlibs:Depends} +Depends: libsqlcipher0 (>=2.2.1-2~), ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}  Description: DB-API 2.0 interface for SQLCIPHER 3.x   Python interface to SQLCipher   . | 
