summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rw-r--r--debian/control5
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index d4158eee..01389b8c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ bitmask (0.9.0) unstable; urgency=medium
* Add Recommends on thunderbird extension
* Cherry-pick 9362e25 to avoid using system tornado in zmq.
* Cherry-pick 5d48352, pick gpg1 if /usr/bin/gpg is symlink.
+ * Add dependency libssl-dev as a workaround for #7566
-- Ben Carrillo <ben@futeisha.org> Thu, 29 Oct 2015 12:16:57 -0400
diff --git a/debian/control b/debian/control
index aa780456..52952943 100644
--- a/debian/control
+++ b/debian/control
@@ -41,7 +41,10 @@ Depends:
python-twisted-core (>= 14.0.2),
python-leap-common,
leap-mail (>= 0.3.99),
- soledad-client
+ soledad-client,
+# This is a workaround to broken python-srp in wily.
+# We should remove libssl-dev when #7566 is solved
+ libssl-dev
Recommends: xul-ext-bitmask
Suggests: policykit-1-gnome
Enhances: openvpn, gnupg