From a7568bd38bdc63de5f074861862390281f49abf0 Mon Sep 17 00:00:00 2001
From: Micah Anderson <micah@riseup.net>
Date: Tue, 1 Jul 2014 14:38:54 -0400
Subject: [PATCH] update soledad-client version dependency on python-pycryptopp
 to make wheezy backports easier

---
 debian/changelog | 7 +++++++
 debian/control   | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 4314ef34..212f4309 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+soledad (0.5.2.1) unstable; urgency=medium
+
+  * Update soledad-client version dependency on python-pycryptopp
+    to make backports to wheezy easier
+
+ -- Micah Anderson <micah@debian.org>  Tue, 01 Jul 2014 14:37:45 -0400
+
 soledad (0.5.2) unstable; urgency=low
 
   * Update to 0.5.2 release.
diff --git a/debian/control b/debian/control
index a51a879e..80e3809e 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 (>= 0.6.0.20120313-1), 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 
-- 
GitLab