summaryrefslogtreecommitdiff
path: root/control
blob: e8aa48e664a0cfb49b4e69a958de97b44c53f69f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
Source: electrum
Maintainer: Tristan Seligmann <mithrandi@debian.org>
Section: utils
Priority: optional
Build-Depends:
 debhelper (>= 11),
 devscripts,
 dh-python,
 pyqt5-dev-tools,
 python3,
 python3-dnspython,
 python3-ecdsa,
 python3-jsonrpclib-pelix,
 python3-pbkdf2,
 python3-protobuf,
 python3-pyaes,
 python3-pycryptodome,
 python3-pyqt5,
 python3-qrcode,
 python3-requests,
 python3-setuptools,
 python3-socks,
Standards-Version: 4.2.1
Vcs-Git: https://salsa.debian.org/mithrandi/electrum.git
Vcs-Browser: https://salsa.debian.org/mithrandi/electrum
Homepage: http://electrum.org/

Package: python3-electrum
Architecture: all
Section: python
Depends: ${misc:Depends}, ${python3:Depends}
Breaks: electrum (<= 2.3.1~), python-electrum (<= 3.0.2~)
Replaces: electrum, python-electrum
Description: Easy to use Bitcoin client - Python module
 This package provides a lightweight Bitcoin client which protects
 you from losing your bitcoins in a backup mistake or computer
 failure. Also, Electrum does not require waiting time because it does
 not download the Bitcoin blockchain.
 .
 This package provides the "electrum" Python module which can be used to access
 a Bitcoin wallet from Python programs.

Package: electrum
Architecture: all
Depends:
 python3-electrum (= ${binary:Version}),
 ${misc:Depends},
 ${python3:Depends},
Recommends: python3-pyqt5
Suggests: python3-btchip, python3-trezor, python3-zbar
Description: Easy to use Bitcoin client
 This package provides a lightweight Bitcoin client which protects
 you from losing your bitcoins in a backup mistake or computer
 failure. Also, Electrum does not require waiting time because it does
 not download the Bitcoin blockchain.
 .
 Features of Electrum:
 .
   * Instant on: Your client does not download the blockchain. It uses a
     network of specialized servers that index the blockchain.
   * Forgiving: Your wallet can be recovered from a secret seed.
   * Safe: Your seed and private keys are encrypted on your hard drive.
     They are never sent to the servers.
   * Low trust: Information received from the servers is verified using
     SPV. Servers are authenticated using SSL.
   * No downtimes: Your client is not tied to a particular server; it
     will switch instantly if your server is down.
   * Ubiquitous: You can use the same wallet on different computers, they
     will synchronize automatically.
   * Cold Storage: Sign transactions from a computer that is always
     offline. Broadcast them using a machine that does not have your keys.
   * Reachable: You can export your private keys into other Bitcoin
     clients.
   * Established: Electrum is open source and was first released in
     November 2011.