File: control

package info (click to toggle)
electrum 4.6.2%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 27,792 kB
  • sloc: python: 105,707; sh: 1,418; java: 130; xml: 51; makefile: 36
file content (116 lines) | stat: -rw-r--r-- 5,190 bytes parent folder | download
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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
Source: electrum
Maintainer: Debian Cryptocoin Team <team+cryptocoin@tracker.debian.org>
Uploaders: Soren Stoutner <soren@debian.org>
Section: utils
Priority: optional
# libprotobuf-dev and protobuf-compiler is used to compile protobuf files.
Build-Depends: debhelper-compat (= 13),
               dh-sequence-python3
Build-Depends-Indep: libprotobuf-dev,
                     protobuf-compiler,
                     python3,
                     python3-aiohttp,
                     python3-aiohttp-socks,
                     python3-aiorpcx,
                     python3-attr,
                     python3-bitstring,
                     python3-cbor2,
                     python3-certifi,
                     python3-cryptography,
                     python3-dnspython,
                     python3-electrum-aionostr,
                     python3-electrum-ecc,
                     python3-jsonpatch,
                     python3-pbkdf2,
                     python3-protobuf,
                     python3-pyaes,
                     python3-pycryptodome,
                     python3-qrcode,
                     python3-serial,
                     python3-setuptools,
                     python3-pytest <!nocheck>
Homepage: https://electrum.org/
Vcs-Git: https://salsa.debian.org/cryptocoin-team/electrum.git
Vcs-Browser: https://salsa.debian.org/cryptocoin-team/electrum
Testsuite: autopkgtest-pkg-pybuild
Standards-Version: 4.7.2

Package: electrum
Architecture: all
Depends: python3-electrum (= ${binary:Version}),
         python3-pyqt6,
         ${misc:Depends},
         ${python3:Depends}
# fonts-adobe-sourcesans3 provides SourceSans3, which replaces the excluded electrum/plugins/revealer/SourceSansPro-Bold.otf.  It is only used by the Revealer plugin.
# fonts-dejavu-core provides the excluded electrum/plugins/revealer/DejaVuSansMono-Bold.ttf.  It is only used by the Revealer plugin.
# python3-cbor2 is ued by Jade hardware wallets.
# python3-hid (hidapi) is used by Digital BitBox, also known as BitBox01 (and other wallets, but it is automatically pulled in by their main packages).
# python3-serial is ued by Jade hareware wallets.
# trezor is used by Trezor hardware wallets.
Suggests: fonts-adobe-sourcesans3,
          fonts-dejavu-core,
          python3-cbor2,
          python3-hid,
          python3-serial,
          trezor
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.

Package: python3-electrum
Architecture: all
Section: python
Depends: libjs-jquery,
         libjs-jquery-ui,
         libjs-jquery-ui-theme-ui-lightness,
         node-qrcode-generator,
         python3-cryptography,
         ${misc:Depends},
         ${python3:Depends}
# python3-matplotlib is required to plot the transaction history.
# python3-zbar handles barcode scanning.
Recommends: python3-matplotlib,
            python3-zbar
# fonts-adobe-sourcesans3 provides SourceSans3, which replaces the excluded electrum/plugins/revealer/SourceSansPro-Bold.otf.
# fonts-dejavu-core provides the excluded electrum/plugins/revealer/DejaVuSansMono-Bold.ttf.
# python3-cbor2 is ued by Jade hardware wallets.
# python3-hid (hidapi) is used by Digital BitBox, also known as BitBox01 (and other wallets, but it is automatically pulled in by their main packages).
# python3-serial is ued by Jade hareware wallets.
# trezor is used by Trezor hardware wallets.
Suggests: electrum,
          fonts-adobe-sourcesans3,
          fonts-dejavu-core,
          python3-cbor2,
          python3-hid,
          python3-serial,
          trezor
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.