diff options
author | Micah Anderson <micah@riseup.net> | 2013-09-12 15:36:01 -0400 |
---|---|---|
committer | Micah Anderson <micah@riseup.net> | 2013-09-12 15:36:01 -0400 |
commit | 713b9e933f58a041ea0dfb4a61446be1eb4240fd (patch) | |
tree | 8012232af10e0a8678f6713f15638f53ac62c317 /debian | |
parent | 1d4667b64095774857556be0e77698b067f1425d (diff) | |
parent | dd52a6bdcbd05e6eb0b6d4a20dd54be1200c7965 (diff) |
Merge remote-tracking branch 'kali/debian-0.3.2' into debian
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 e68610c2..ee7382ed 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +soledad (0.3.2) unstable; urgency=low + + * Update to 0.3.2 + + -- Micah Anderson <micah@debian.org> Thu, 12 Sep 2013 14:13:56 +0200 + soledad (0.3.1.1) unstable; urgency=low [ Ben Carrillo ] diff --git a/debian/control b/debian/control index d4cf04db..c5427347 100644 --- a/debian/control +++ b/debian/control @@ -39,7 +39,7 @@ Package: soledad-client Architecture: all Depends: ${misc:Depends}, ${python:Depends}, python-sqlcipher, python-pysqlite1.1, python-simplejson, python-oauth, python-u1db, python-scrypt, - python-xdg, python-pycryptopp, soledad-common + python-dirspec, python-pycryptopp, soledad-common Description: Synchronization of locally encrypted data among devices. Soledad is the part of LEAP that allows application data to be securely shared among devices. It provides, to other parts of the LEAP client, an |