@ -1,27 +1,29 @@
Source: bitcoin
Source: bitcoin
Section: utils
Section: utils
Priority: optional
Priority: optional
Maintainer: Jonas Smedegaard <dr@jones.dk >
Maintainer: Matt Corallo <matt@mattcorallo.com >
Uploaders: Micah Anderson <micah@debian.org >
Uploaders: Matt Corallo <matt@mattcorallo.com >
Build-Depends: debhelper,
Build-Depends: debhelper,
devscripts,
devscripts,
automake,
automake,
libtool,
libtool,
bash-completion,
bash-completion,
libboost-system-dev (>> 1.35) | libboost-system1.35-dev,
libdb4.8++-dev,
libdb4.8++-dev,
libssl-dev,
libssl-dev,
pkg-config,
pkg-config,
libminiupnpc8-dev | libminiupnpc-dev (>> 1.6),
libevent-dev,
libboost-filesystem-dev (>> 1.35) | libboost-filesystem1.35-dev,
libboost-system1.48-dev | libboost-system-dev (>> 1.35),
libboost-program-options-dev (>> 1.35) | libboost-program-options1.35-dev,
libboost-filesystem1.48-dev | libboost-filesystem-dev (>> 1.35),
libboost-thread-dev (>> 1.35) | libboost-thread1.35-dev,
libboost-program-options1.48-dev | libboost-program-options-dev (>> 1.35),
libboost-test-dev (>> 1.35) | libboost-test1.35-dev,
libboost-thread1.48-dev | libboost-thread-dev (>> 1.35),
libboost-test1.48-dev | libboost-test-dev (>> 1.35),
libboost-chrono1.48-dev | libboost-chrono-dev (>> 1.35),
qt4-qmake,
qt4-qmake,
libqt4-dev,
libqt4-dev,
libqrencode-dev,
libqrencode-dev,
libprotobuf-dev, protobuf-compiler,
libprotobuf-dev, protobuf-compiler,
python
python,
libzmq3-dev
Standards-Version: 3.9.2
Standards-Version: 3.9.2
Homepage: https://bitcoincore.org/
Homepage: https://bitcoincore.org/
Vcs-Git: git://github.com/bitcoin/bitcoin.git
Vcs-Git: git://github.com/bitcoin/bitcoin.git
@ -31,11 +33,11 @@ Package: bitcoind
Architecture: any
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: peer-to-peer network based digital currency - daemon
Description: peer-to-peer network based digital currency - daemon
Bitcoin is an experimental new digital currency that enables instan t
Bitcoin is a free open source peer-to-peer electronic cash system tha t
payments to anyone, anywhere in the world. Bitcoin uses peer-to-pee r
is completely decentralized, without the need for a central server o r
technology to operate with no central authority: managing transactions
trusted parties. Users hold the crypto keys to their own money and
and issuing money are carried out collectively by the network. Bitcoin Core
transact directly with each other, with the help of a P2P network to
is the name of the open source software which enables the use of this currency .
check for double-spending .
.
.
This package provides the daemon, bitcoind, and the CLI tool
This package provides the daemon, bitcoind, and the CLI tool
bitcoin-cli to interact with the daemon.
bitcoin-cli to interact with the daemon.
@ -44,11 +46,11 @@ Package: bitcoin-qt
Architecture: any
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: peer-to-peer network based digital currency - Qt GUI
Description: peer-to-peer network based digital currency - Qt GUI
Bitcoin is an experimental new digital currency that enables instan t
Bitcoin is a free open source peer-to-peer electronic cash system tha t
payments to anyone, anywhere in the world. Bitcoin uses peer-to-pee r
is completely decentralized, without the need for a central server o r
technology to operate with no central authority: managing transactions
trusted parties. Users hold the crypto keys to their own money and
and issuing money are carried out collectively by the network. Bitcoin Core
transact directly with each other, with the help of a P2P network to
is the name of the open source software which enables the use of this currency .
check for double-spending .
.
.
This package provides Bitcoin-Qt, a GUI for Bitcoin based on Qt.
This package provides Bitcoin-Qt, a GUI for Bitcoin based on Qt.
@ -56,11 +58,11 @@ Package: bitcoin-tx
Architecture: any
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: peer-to-peer digital currency - standalone transaction tool
Description: peer-to-peer digital currency - standalone transaction tool
Bitcoin is an experimental new digital currency that enables instan t
Bitcoin is a free open source peer-to-peer electronic cash system tha t
payments to anyone, anywhere in the world. Bitcoin uses peer-to-pee r
is completely decentralized, without the need for a central server o r
technology to operate with no central authority: managing transactions
trusted parties. Users hold the crypto keys to their own money and
and issuing money are carried out collectively by the network. Bitcoin Core
transact directly with each other, with the help of a P2P network to
is the name of the open source software which enables the use of this currency .
check for double-spending .
.
.
This package provides bitcoin-tx, a command-line transaction creation
This package provides bitcoin-tx, a command-line transaction creation
tool which can be used without a bitcoin daemon. Some means of
tool which can be used without a bitcoin daemon. Some means of