diff options
Diffstat (limited to 'debian')
-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 adf2cd1e..b267e0d6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +soledad (0.4.4.1) unstable; urgency=medium + + * Set version dependency of python-pycryptopp for soledad-client + + -- Micah Anderson <micah@debian.org> Tue, 10 Dec 2013 21:10:27 -0500 + soledad (0.4.4) unstable; urgency=low * Update to 0.4.4 release. diff --git a/debian/control b/debian/control index f825cb39..71c52c6c 100644 --- a/debian/control +++ b/debian/control @@ -39,7 +39,7 @@ Package: soledad-client Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-sqlcipher (>= 2.6.3.1), python-pysqlite1.1, python-simplejson, python-oauth, python-u1db, python-scrypt, - python-dirspec, python-pycryptopp, soledad-common, + python-dirspec, python-pycryptopp (>= 0.6.0.20120313-1), soledad-common, python-chardet Description: Synchronization of locally encrypted data among devices. Soledad is the part of LEAP that allows application data to be securely |