4 Maintainer: Matt Corallo <matt@mattcorallo.com>
5 Uploaders: Matt Corallo <matt@mattcorallo.com>
6 Build-Depends: debhelper,
15 libboost-system1.48-dev | libboost-system-dev (>> 1.47),
16 libboost-filesystem1.48-dev | libboost-filesystem-dev (>> 1.47),
17 libboost-program-options1.48-dev | libboost-program-options-dev (>> 1.47),
18 libboost-thread1.48-dev | libboost-thread-dev (>> 1.47),
19 libboost-test1.48-dev | libboost-test-dev (>> 1.47),
20 libboost-chrono1.48-dev | libboost-chrono-dev (>> 1.47),
21 libminiupnpc8-dev | libminiupnpc-dev,
22 qt4-qmake, libqt4-dev,
23 qttools5-dev-tools, qttools5-dev,
25 libprotobuf-dev, protobuf-compiler,
28 Standards-Version: 3.9.2
29 Homepage: https://bitcoincore.org/
30 Vcs-Git: git://github.com/bitcoin/bitcoin.git
31 Vcs-Browser: https://github.com/bitcoin/bitcoin
35 Depends: ${shlibs:Depends}, ${misc:Depends}
36 Description: peer-to-peer network based digital currency - daemon
37 Bitcoin is a free open source peer-to-peer electronic cash system that
38 is completely decentralized, without the need for a central server or
39 trusted parties. Users hold the crypto keys to their own money and
40 transact directly with each other, with the help of a P2P network to
41 check for double-spending.
43 This package provides the daemon, bitcoind, and the CLI tool
44 bitcoin-cli to interact with the daemon.
48 Depends: ${shlibs:Depends}, ${misc:Depends}
49 Description: peer-to-peer network based digital currency - Qt GUI
50 Bitcoin is a free open source peer-to-peer electronic cash system that
51 is completely decentralized, without the need for a central server or
52 trusted parties. Users hold the crypto keys to their own money and
53 transact directly with each other, with the help of a P2P network to
54 check for double-spending.
56 This package provides Bitcoin-Qt, a GUI for Bitcoin based on Qt.
60 Depends: ${shlibs:Depends}, ${misc:Depends}
61 Description: peer-to-peer digital currency - standalone transaction tool
62 Bitcoin is a free open source peer-to-peer electronic cash system that
63 is completely decentralized, without the need for a central server or
64 trusted parties. Users hold the crypto keys to their own money and
65 transact directly with each other, with the help of a P2P network to
66 check for double-spending.
68 This package provides bitcoin-tx, a command-line transaction creation
69 tool which can be used without a bitcoin daemon. Some means of
70 exchanging minimal transaction data with peers is still required.