Package: electrum / 1.9.8-4

Metadata

Package Version Patches format
electrum 1.9.8-4 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
3001_dont_fetch_translations_from_web.patch | (download)

mki18n.py | 32 2 + 30 - 0 !
1 file changed, 2 insertions(+), 30 deletions(-)

 do not fetch webpage during build
 Script mki18n.py generates the po file for which it retrives data
 from the web. This patch makes the script read the translations from
 a locally saved file debian/electrum-translations.zip.
2001_add_tailing_semicolon.patch | (download)

electrum.desktop | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 add trailing semicolon
 Last entry was missing a ";" this error was indicated by
 desktop-file-validate command.
2002_dont_use_local_share.patch | (download)

setup.py | 2 0 + 2 - 0 !
1 file changed, 2 deletions(-)

 do not not install into ~/.local
 setup.py tries to be smart about installing into $XDG_DATA_HOME, but this is
 never the right location for building a system package.
1001_use_sslv23_method.patch | (download)

lib/interface.py | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 use sslv23 method instead of sslv3
 Taken from upstream revision c225795793696c5b5d4a9243ebeb129091229ca5
1002_qt_compatibility.patch | (download)

gui/qt/installwizard.py | 3 2 + 1 - 0 !
1 file changed, 2 insertions(+), 1 deletion(-)

 fix qt usage
 Fix an issue where the wallet creation / restoration wizard would not work
 properly on Qt 4.11 or higher.