diff options
author | Kali Kaneko <kali@leap.se> | 2015-11-03 15:06:16 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2015-11-03 15:08:07 -0400 |
commit | 334569066c66fdf70e6da6cd377db3efd96bd3a2 (patch) | |
tree | 119c7728f1709197cd901472da300148898d4af5 | |
parent | 72f2bd630cbc72d12b6fe9c0f28b9e3d3d141f49 (diff) |
[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
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 5 |
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 |