Merge #11951: Remove dead feeest-file read code for old versions
[bitcoinplatinum.git] / contrib / debian / control
blob0d6ad25e249fe9b7b89a738aba89c2ca1d495587
1 Source: bitcoin
2 Section: utils
3 Priority: optional
4 Maintainer: Matt Corallo <matt@mattcorallo.com>
5 Uploaders: Matt Corallo <matt@mattcorallo.com>
6 Build-Depends: debhelper,
7  devscripts,
8  automake,
9  libtool,
10  bash-completion,
11  libdb4.8++-dev,
12  libssl-dev,
13  pkg-config,
14  libevent-dev,
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,
24  libqrencode-dev,
25  libprotobuf-dev, protobuf-compiler,
26  python,
27  libzmq3-dev
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
33 Package: bitcoind
34 Architecture: any
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.
42  .
43  This package provides the daemon, bitcoind, and the CLI tool
44  bitcoin-cli to interact with the daemon.
46 Package: bitcoin-qt
47 Architecture: any
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.
55  .
56  This package provides Bitcoin-Qt, a GUI for Bitcoin based on Qt.
58 Package: bitcoin-tx
59 Architecture: any
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.
67  .
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.