From 334569066c66fdf70e6da6cd377db3efd96bd3a2 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Tue, 3 Nov 2015 15:06:16 -0400 Subject: [bug] workaround for broken srp on wily temporal workaround: until we fix properly the status of python-srp on wily, adding libssl-dev makes the package work properly. - Related: #7566 --- debian/changelog | 1 + debian/control | 5 ++++- 2 files changed, 5 insertions(+), 1 deletion(-) (limited to 'debian') 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 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 -- cgit v1.2.3