1Source: bitcoin
2Section: utils
3Priority: optional
4Maintainer: Jonas Smedegaard <dr@jones.dk>
5Uploaders: Micah Anderson <micah@debian.org>
6Build-Depends: debhelper,
7 devscripts,
8 automake,
9 libtool,
10 bash-completion,
11 libboost-system-dev (>> 1.35) | libboost-system1.35-dev,
12 libdb4.8++-dev,
13 libssl-dev,
14 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,
20 qt4-qmake,
21 libqt4-dev,
22 libqrencode-dev,
23 libprotobuf-dev, protobuf-compiler,
24 python
25Standards-Version: 3.9.2
26Homepage: https://bitcoincore.org/
27Vcs-Git: git://github.com/bitcoin/bitcoin.git
28Vcs-Browser: https://github.com/bitcoin/bitcoin
29
30Package: bitcoind
31Architecture: any
32Depends: ${shlibs:Depends}, ${misc:Depends}
33Description: 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.
39 .
40 This package provides the daemon, bitcoind, and the CLI tool
41 bitcoin-cli to interact with the daemon.
42
43Package: bitcoin-qt
44Architecture: any
45Depends: ${shlibs:Depends}, ${misc:Depends}
46Description: 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.
52 .
53 This package provides Bitcoin-Qt, a GUI for Bitcoin based on Qt.
54
55Package: bitcoin-tx
56Architecture: any
57Depends: ${shlibs:Depends}, ${misc:Depends}
58Description: 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.
64 .
65 This package provides bitcoin-tx, a command-line transaction creation
66 tool which can be used without a bitcoin daemon.  Some means of
67 exchanging minimal transaction data with peers is still required.
68