|
|
@ -5,6 +5,7 @@ Maintainer: Jonas Smedegaard <dr@jones.dk> |
|
|
|
Uploaders: Micah Anderson <micah@debian.org> |
|
|
|
Uploaders: Micah Anderson <micah@debian.org> |
|
|
|
Build-Depends: debhelper, |
|
|
|
Build-Depends: debhelper, |
|
|
|
devscripts, |
|
|
|
devscripts, |
|
|
|
|
|
|
|
automake, |
|
|
|
bash-completion, |
|
|
|
bash-completion, |
|
|
|
libboost-system-dev (>> 1.35) | libboost-system1.35-dev, |
|
|
|
libboost-system-dev (>> 1.35) | libboost-system1.35-dev, |
|
|
|
libdb4.8++-dev, |
|
|
|
libdb4.8++-dev, |
|
|
@ -17,7 +18,8 @@ Build-Depends: debhelper, |
|
|
|
libboost-test-dev (>> 1.35) | libboost-test1.35-dev, |
|
|
|
libboost-test-dev (>> 1.35) | libboost-test1.35-dev, |
|
|
|
qt4-qmake, |
|
|
|
qt4-qmake, |
|
|
|
libqt4-dev, |
|
|
|
libqt4-dev, |
|
|
|
libqrencode-dev |
|
|
|
libqrencode-dev, |
|
|
|
|
|
|
|
libprotobuf-dev, protobuf-compiler |
|
|
|
Standards-Version: 3.9.2 |
|
|
|
Standards-Version: 3.9.2 |
|
|
|
Homepage: http://www.bitcoin.org/ |
|
|
|
Homepage: http://www.bitcoin.org/ |
|
|
|
Vcs-Git: git://github.com/bitcoin/bitcoin.git |
|
|
|
Vcs-Git: git://github.com/bitcoin/bitcoin.git |
|
|
@ -34,7 +36,7 @@ Description: peer-to-peer network based digital currency - daemon |
|
|
|
check for double-spending. |
|
|
|
check for double-spending. |
|
|
|
. |
|
|
|
. |
|
|
|
Full transaction history is stored locally at each client. This |
|
|
|
Full transaction history is stored locally at each client. This |
|
|
|
requires 2+ GB of space, slowly growing. |
|
|
|
requires 20+ GB of space, slowly growing. |
|
|
|
. |
|
|
|
. |
|
|
|
This package provides bitcoind, a combined daemon and CLI tool to |
|
|
|
This package provides bitcoind, a combined daemon and CLI tool to |
|
|
|
interact with the daemon. |
|
|
|
interact with the daemon. |
|
|
@ -50,6 +52,6 @@ Description: peer-to-peer network based digital currency - Qt GUI |
|
|
|
check for double-spending. |
|
|
|
check for double-spending. |
|
|
|
. |
|
|
|
. |
|
|
|
Full transaction history is stored locally at each client. This |
|
|
|
Full transaction history is stored locally at each client. This |
|
|
|
requires 2+ GB of space, slowly growing. |
|
|
|
requires 20+ GB of space, slowly growing. |
|
|
|
. |
|
|
|
. |
|
|
|
This package provides Bitcoin-Qt, a GUI for Bitcoin based on Qt. |
|
|
|
This package provides Bitcoin-Qt, a GUI for Bitcoin based on Qt. |
|
|
|