aboutsummaryrefslogtreecommitdiff
path: root/contrib/debian/control
diff options
context:
space:
mode:
authorMatt Corallo <git@bluematt.me>2014-04-26 20:18:18 -0400
committerMatt Corallo <git@bluematt.me>2014-04-26 20:18:18 -0400
commit6e40fcf45575801651ea9598f9bfc24fc342507a (patch)
treed6ccfa2e313d90e965d8b42486435c2253802786 /contrib/debian/control
parent4765b8c11679aeb76efd9ce907a5c17661d4b018 (diff)
downloadbitcoin-6e40fcf45575801651ea9598f9bfc24fc342507a.tar.xz
Update contrib/debian for autotools, among a few other tweaks
Diffstat (limited to 'contrib/debian/control')
-rw-r--r--contrib/debian/control8
1 files changed, 5 insertions, 3 deletions
diff --git a/contrib/debian/control b/contrib/debian/control
index dd167ef53d..9e006a7070 100644
--- a/contrib/debian/control
+++ b/contrib/debian/control
@@ -5,6 +5,7 @@ Maintainer: Jonas Smedegaard <dr@jones.dk>
Uploaders: Micah Anderson <micah@debian.org>
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.