Source: bitcoin
Section: utils
Priority: optional
Maintainer: Debian Bitcoin Packaging Team <pkg-bitcoin-devel@lists.alioth.debian.org>
Uploaders:
 Jonas Smedegaard <dr@jones.dk>,
 Micah Anderson <micah@debian.org>,
 Scott Howard <showard@debian.org>
Build-Depends:
 autotools-dev,
 bash-completion,
 debhelper,
 dh-autoreconf,
 dh-exec,
 gcc-6,
 g++-6,
 libboost-chrono-dev,
 libboost-filesystem-dev,
 libboost-program-options-dev,
 libboost-system-dev,
 libboost-test-dev,
 libboost-thread-dev,
 libdb++-dev,
 libevent-dev,
 libleveldb-dev,
 libminiupnpc-dev,
 libprotobuf-dev,
 libqrencode-dev,
 libsecp256k1-dev,
 libssl-dev,
 libunivalue-dev,
 libzmq3-dev,
 pkg-config,
 pkg-kde-tools,
 protobuf-compiler,
 python,
 qt5-qmake,
 qtbase5-dev,
 qttools5-dev-tools
Standards-Version: 4.1.0
Homepage: https://www.bitcoin.org/
Vcs-Git: https://anonscm.debian.org/git/pkg-bitcoin/bitcoin.git
Vcs-Browser: https://anonscm.debian.org/git/pkg-bitcoin/bitcoin.git

Package: bitcoind
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends}
Description: peer-to-peer network based digital currency - daemon
 Bitcoin is an experimental digital currency that enables instant
 payments to anyone, anywhere in the world. Bitcoin uses peer-to-peer
 technology to operate with no central authority: managing transactions
 and issuing money are carried out collectively by the network.
 .
 Bitcoin Core is the name of open source software which enables the use
 of this currency.
 .
 This package provides the daemon, bitcoind, and the CLI tool,
 bitcoin-cli, to interact with the daemon.
 .
 Beware that unless pruning is enabled, full global transaction history
 is stored locally at each client, which may require large amounts of
 disk space (hundreds of gigabyte).

Package: bitcoin-qt
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends}
Description: peer-to-peer network based digital currency - GUI
 Bitcoin is an experimental digital currency that enables instant
 payments to anyone, anywhere in the world. Bitcoin uses peer-to-peer
 technology to operate with no central authority: managing transactions
 and issuing money are carried out collectively by the network.
 .
 Bitcoin Core is the name of open source software which enables the use
 of this currency.
 .
 This package provides Bitcoin-Qt, a GUI for Bitcoin based on Qt.
 .
 Beware that unless pruning is enabled, full global transaction history
 is stored locally at each client, which may require large amounts of
 disk space (hundreds of gigabyte).

Package: bitcoin-tx
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends}
Description: peer-to-peer network based digital currency - transaction tool
 Bitcoin is an experimental digital currency that enables instant
 payments to anyone, anywhere in the world. Bitcoin uses peer-to-peer
 technology to operate with no central authority: managing transactions
 and issuing money are carried out collectively by the network.
 .
 Bitcoin Core is the name of open source software which enables the use
 of this currency.
 .
 This package provides bitcoin-tx, a command line tool for creating,
 parsing, or modifying transactions.
 .
 Beware that unless pruning is enabled, full global transaction history
 is stored locally at each client, which may require large amounts of
 disk space (hundreds of gigabyte).

Package: libbitcoinconsensus0
Section: libs
Multi-Arch: same
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends}
Description: bitcoin blockchain library
 Bitcoin is an experimental digital currency that enables instant
 payments to anyone, anywhere in the world. Bitcoin uses peer-to-peer
 technology to operate with no central authority: managing transactions
 and issuing money are carried out collectively by the network.
 .
 Bitcoin Core is the name of open source software which enables the use
 of this currency.
 .
 This package provides a library useful for blockchcain operations.

Package: libbitcoinconsensus-dev
Section: libdevel
Multi-Arch: same
Architecture: any
Depends:
 libbitcoinconsensus0 (=${binary:Version}),
 ${misc:Depends},
 ${shlibs:Depends}
Description: bitcoin blockchain library development files
 Bitcoin is an experimental digital currency that enables instant
 payments to anyone, anywhere in the world. Bitcoin uses peer-to-peer
 technology to operate with no central authority: managing transactions
 and issuing money are carried out collectively by the network.
 .
 Bitcoin Core is the name of open source software which enables the use
 of this currency.
 .
 This package provides a header files and static library useful
 for blockchcain operations.
