Skip to content
Snippets Groups Projects
Unverified Commit 53e698d5 authored by micah's avatar micah :speech_balloon: Committed by Kali Kaneko
Browse files

Versioned dependency on soledad-common for soledad-client.

Without this, its possible to upgrade soledad-client, and still have an
older soledad-common.
parent 4ca54421
Branches
Tags
No related merge requests found
soledad (0.8.0.1) unstable; urgency=medium
* Add missing versioned dependency on soledad-common for soledad-client
-- Micah Anderson <micah@debian.org> Tue, 05 Jul 2016 11:30:21 -0400
soledad (0.8.0) unstable; urgency=medium soledad (0.8.0) unstable; urgency=medium
* Update to 0.8.0 release * Update to 0.8.0 release
......
...@@ -33,7 +33,7 @@ Package: soledad-client ...@@ -33,7 +33,7 @@ Package: soledad-client
Architecture: all Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-sqlcipher (>= 2.6.3.3+b1), Depends: ${misc:Depends}, ${python:Depends}, python-sqlcipher (>= 2.6.3.3+b1),
python-simplejson, python-oauth, python-u1db, python-scrypt, python-simplejson, python-oauth, python-u1db, python-scrypt,
python-dirspec, soledad-common, python-chardet, python-dirspec, soledad-common (>= 0.8.0), python-chardet,
python-twisted-core (>= 13.0.0) python-twisted-core (>= 13.0.0)
Description: Synchronization of locally encrypted data among devices (client files) Description: Synchronization of locally encrypted data among devices (client files)
Soledad is the part of LEAP that allows application data to be securely Soledad is the part of LEAP that allows application data to be securely
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment