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,
 libboost-chrono-dev,
 libboost-filesystem-dev,
 libboost-program-options-dev,
 libboost-system-dev,
 libboost-test-dev,
 libboost-thread-dev,
 libdb++-dev,
 libevent-dev,
 libminiupnpc-dev,
 libprotobuf-dev,
 libqrencode-dev,
 libssl-dev,
 libzmq3-dev,
 pkg-config,
 protobuf-compiler,
 python,
 qt5-qmake,
 qtbase5-dev,
 qttools5-dev-tools
Standards-Version: 4.0.0
Homepage: http://www.bitcoin.org/
Vcs-Git: https://anonscm.debian.org/git/pkg-bitcoin/bitcoin
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 a free open source peer-to-peer electronic cash system that
 is completely decentralized, without the need for a central server or
 trusted parties.  Users hold the crypto keys to their own money and
 transact directly with each other, with the help of a P2P network to
 check for double-spending.
 .
 Unless pruning is enabled, full global transaction history is stored
 locally at each client, which may require large amounts of disk space.
 .
 This package provides the daemon, bitcoind, and the CLI tool,
 bitcoin-cli, to interact with the daemon.

Package: bitcoin-qt
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends}
Description: peer-to-peer network based digital currency - GUI
 Bitcoin is a free open source peer-to-peer electronic cash system that
 is completely decentralized, without the need for a central server or
 trusted parties.  Users hold the crypto keys to their own money and
 transact directly with each other, with the help of a P2P network to
 check for double-spending.
 .
 Unless pruning is enabled, full global transaction history is stored
 locally at each client, which may require large amounts of disk space.
 .
 This package provides Bitcoin-Qt, a GUI for Bitcoin based on Qt.

Package: bitcoin-tx
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends}
Description: peer-to-peer network based digital currency - transaction tool
 Bitcoin is a free open source peer-to-peer electronic cash system that
 is completely decentralized, without the need for a central server or
 trusted parties.  Users hold the crypto keys to their own money and
 transact directly with each other, with the help of a P2P network to
 check for double-spending.
 .
 Unless pruning is enabled, full global transaction history is stored
 locally at each client, which may require large amounts of disk space.
 .
 This package provides bitcoin-tx, a command line tool for creating,
 parsing, or modifying transactions.

Package: libbitcoinconsensus0
Section: libs
Multi-Arch: same
Architecture: any
Depends:
 ${misc:Depends},
 ${shlibs:Depends}
Description: bitcoin blockchain library
 Bitcoin is a free open source peer-to-peer electronic cash system that
 is completely decentralized, without the need for a central server or
 trusted parties.  Users hold the crypto keys to their own money and
 transact directly with each other, with the help of a P2P network to
 check for double-spending.
 .
 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 a free open source peer-to-peer electronic cash system that
 is completely decentralized, without the need for a central server or
 trusted parties.  Users hold the crypto keys to their own money and
 transact directly with each other, with the help of a P2P network to
 check for double-spending.
 .
 This package provides a header files and static library useful
 for blockchcain operations.
