1
1
Source: bitcoin
2
2
Section: utils
3
3
Priority: optional
4
- Maintainer:
Jonas Smedegaard <[email protected] >
5
- Uploaders:
Micah Anderson <[email protected] >
4
+ Maintainer:
Matt Corallo <[email protected] >
5
+ Uploaders:
Matt Corallo <[email protected] >
6
6
Build-Depends: debhelper,
7
7
devscripts,
8
8
automake,
9
9
libtool,
10
10
bash-completion,
11
- libboost-system-dev (>> 1.35) | libboost-system1.35-dev,
12
11
libdb4.8++-dev,
13
12
libssl-dev,
14
13
pkg-config,
15
- libminiupnpc8-dev | libminiupnpc-dev (>> 1.6),
16
- libboost-filesystem-dev (>> 1.35) | libboost-filesystem1.35-dev,
17
- libboost-program-options-dev (>> 1.35) | libboost-program-options1.35-dev,
18
- libboost-thread-dev (>> 1.35) | libboost-thread1.35-dev,
19
- libboost-test-dev (>> 1.35) | libboost-test1.35-dev,
14
+ libevent-dev,
15
+ libboost-system1.48-dev | libboost-system-dev (>> 1.35),
16
+ libboost-filesystem1.48-dev | libboost-filesystem-dev (>> 1.35),
17
+ libboost-program-options1.48-dev | libboost-program-options-dev (>> 1.35),
18
+ libboost-thread1.48-dev | libboost-thread-dev (>> 1.35),
19
+ libboost-test1.48-dev | libboost-test-dev (>> 1.35),
20
+ libboost-chrono1.48-dev | libboost-chrono-dev (>> 1.35),
20
21
qt4-qmake,
21
22
libqt4-dev,
22
23
libqrencode-dev,
23
24
libprotobuf-dev, protobuf-compiler,
24
- python
25
+ python,
26
+ libzmq3-dev
25
27
Standards-Version: 3.9.2
26
28
Homepage: https://bitcoincore.org/
27
29
Vcs-Git: git://github.com/bitcoin/bitcoin.git
@@ -31,11 +33,11 @@ Package: bitcoind
31
33
Architecture: any
32
34
Depends: ${shlibs:Depends}, ${misc:Depends}
33
35
Description: peer-to-peer network based digital currency - daemon
34
- Bitcoin is an experimental new digital currency that enables instant
35
- payments to anyone, anywhere in the world. Bitcoin uses peer-to-peer
36
- technology to operate with no central authority: managing transactions
37
- and issuing money are carried out collectively by the network. Bitcoin Core
38
- is the name of the open source software which enables the use of this currency .
36
+ Bitcoin is a free open source peer-to-peer electronic cash system that
37
+ is completely decentralized, without the need for a central server or
38
+ trusted parties. Users hold the crypto keys to their own money and
39
+ transact directly with each other, with the help of a P2P network to
40
+ check for double-spending .
39
41
.
40
42
This package provides the daemon, bitcoind, and the CLI tool
41
43
bitcoin-cli to interact with the daemon.
@@ -44,23 +46,23 @@ Package: bitcoin-qt
44
46
Architecture: any
45
47
Depends: ${shlibs:Depends}, ${misc:Depends}
46
48
Description: peer-to-peer network based digital currency - Qt GUI
47
- Bitcoin is an experimental new digital currency that enables instant
48
- payments to anyone, anywhere in the world. Bitcoin uses peer-to-peer
49
- technology to operate with no central authority: managing transactions
50
- and issuing money are carried out collectively by the network. Bitcoin Core
51
- is the name of the open source software which enables the use of this currency .
49
+ Bitcoin is a free open source peer-to-peer electronic cash system that
50
+ is completely decentralized, without the need for a central server or
51
+ trusted parties. Users hold the crypto keys to their own money and
52
+ transact directly with each other, with the help of a P2P network to
53
+ check for double-spending .
52
54
.
53
55
This package provides Bitcoin-Qt, a GUI for Bitcoin based on Qt.
54
56
55
57
Package: bitcoin-tx
56
58
Architecture: any
57
59
Depends: ${shlibs:Depends}, ${misc:Depends}
58
60
Description: peer-to-peer digital currency - standalone transaction tool
59
- Bitcoin is an experimental new digital currency that enables instant
60
- payments to anyone, anywhere in the world. Bitcoin uses peer-to-peer
61
- technology to operate with no central authority: managing transactions
62
- and issuing money are carried out collectively by the network. Bitcoin Core
63
- is the name of the open source software which enables the use of this currency .
61
+ Bitcoin is a free open source peer-to-peer electronic cash system that
62
+ is completely decentralized, without the need for a central server or
63
+ trusted parties. Users hold the crypto keys to their own money and
64
+ transact directly with each other, with the help of a P2P network to
65
+ check for double-spending .
64
66
.
65
67
This package provides bitcoin-tx, a command-line transaction creation
66
68
tool which can be used without a bitcoin daemon. Some means of
0 commit comments