diff options
| author | Matt Corallo <[email protected]> | 2014-04-26 20:18:18 -0400 |
|---|---|---|
| committer | Matt Corallo <[email protected]> | 2014-04-26 20:18:18 -0400 |
| commit | 6e40fcf45575801651ea9598f9bfc24fc342507a (patch) | |
| tree | d6ccfa2e313d90e965d8b42486435c2253802786 /contrib/debian/control | |
| parent | Merge pull request #4087 (diff) | |
| download | discoin-6e40fcf45575801651ea9598f9bfc24fc342507a.tar.xz discoin-6e40fcf45575801651ea9598f9bfc24fc342507a.zip | |
Update contrib/debian for autotools, among a few other tweaks
Diffstat (limited to 'contrib/debian/control')
| -rw-r--r-- | contrib/debian/control | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/contrib/debian/control b/contrib/debian/control index dd167ef53..9e006a707 100644 --- a/contrib/debian/control +++ b/contrib/debian/control @@ -5,6 +5,7 @@ Maintainer: Jonas Smedegaard <[email protected]> Uploaders: Micah Anderson <[email protected]> Build-Depends: debhelper, devscripts, + automake, bash-completion, libboost-system-dev (>> 1.35) | libboost-system1.35-dev, libdb4.8++-dev, @@ -17,7 +18,8 @@ Build-Depends: debhelper, libboost-test-dev (>> 1.35) | libboost-test1.35-dev, qt4-qmake, libqt4-dev, - libqrencode-dev + libqrencode-dev, + libprotobuf-dev, protobuf-compiler Standards-Version: 3.9.2 Homepage: http://www.bitcoin.org/ 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. . 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 interact with the daemon. @@ -50,6 +52,6 @@ Description: peer-to-peer network based digital currency - Qt GUI check for double-spending. . 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. |