Skip to content

Commit 2d164a5

Browse files
committed
need to also fix the depends on libsqlcipher0
1 parent eece94b commit 2d164a5

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

debian/changelog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
pysqlcipher (2.6.3.3) unstable; urgency=medium
2+
3+
* Need to also change the Depends for libsqlcipher0
4+
5+
-- Micah Anderson <micah@debian.org> Fri, 04 Jul 2014 15:14:46 -0400
6+
17
pysqlcipher (2.6.3.2) unstable; urgency=medium
28

39
* Change build-dependency version for libsqlcipher-dev to pick up

debian/control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ X-Python-Version: >= 2.5
99

1010
Package: python-sqlcipher
1111
Architecture: any
12-
Depends: libsqlcipher0 (>=2.2.1-2), ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
12+
Depends: libsqlcipher0 (>=2.2.1-2~), ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
1313
Description: DB-API 2.0 interface for SQLCIPHER 3.x
1414
Python interface to SQLCipher
1515
.

0 commit comments

Comments
 (0)