diff options
author | Micah Anderson <micah@riseup.net> | 2016-07-05 11:30:35 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2016-07-05 18:03:21 +0200 |
commit | 53e698d5d0db99255724d94ec6f76b0753c7b917 (patch) | |
tree | 44787670fc3c4ab924322d0bc528369626c8e506 /debian | |
parent | 4ca544212c3f5af08fdbad06133b0b443f6dfa02 (diff) |
Versioned dependency on soledad-common for soledad-client.debian/experimental
Without this, its possible to upgrade soledad-client, and still have an
older soledad-common.
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 a164bda0..75d1f7a0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +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 * Update to 0.8.0 release diff --git a/debian/control b/debian/control index ebdf492e..ead1b1ab 100644 --- a/debian/control +++ b/debian/control @@ -33,7 +33,7 @@ Package: soledad-client Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-sqlcipher (>= 2.6.3.3+b1), 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) Description: Synchronization of locally encrypted data among devices (client files) Soledad is the part of LEAP that allows application data to be securely |