Merge branch '0.5.x' into 0.6.0.x
[novacoin.git] / contrib / debian / control
1 Source: bitcoin
2 Section: utils
3 Priority: optional
4 Maintainer: Jonas Smedegaard <dr@jones.dk>
5 Uploaders: Micah Anderson <micah@debian.org>
6 Build-Depends: debhelper,
7  devscripts,
8  libboost-system-dev (>> 1.35) | libboost-system1.35-dev,
9  libdb4.8++-dev,
10  libssl-dev,
11  pkg-config,
12  libminiupnpc8-dev,
13  libboost-filesystem-dev (>> 1.35) | libboost-filesystem1.35-dev,
14  libboost-program-options-dev (>> 1.35) | libboost-program-options1.35-dev,
15  libboost-thread-dev (>> 1.35) | libboost-thread1.35-dev,
16  libboost-test-dev (>> 1.35) | libboost-test1.35-dev,
17  qt4-qmake,
18  libqt4-dev,
19  libqrencode-dev
20 Standards-Version: 3.9.2
21 Homepage: http://www.bitcoin.org/
22 Vcs-Git: git://github.com/bitcoin/bitcoin.git
23 Vcs-Browser: http://github.com/bitcoin/bitcoin
24
25 Package: bitcoind
26 Architecture: any
27 Depends: ${shlibs:Depends}, ${misc:Depends}
28 Description: peer-to-peer network based digital currency - daemon
29  Bitcoin is a free open source peer-to-peer electronic cash system that
30  is completely decentralized, without the need for a central server or
31  trusted parties.  Users hold the crypto keys to their own money and
32  transact directly with each other, with the help of a P2P network to
33  check for double-spending.
34  .
35  By default connects to an IRC network to discover other peers.
36  .
37  Full transaction history is stored locally at each client.  This
38  requires 2+ GB of space, slowly growing.
39  .
40  This package provides bitcoind, a combined daemon and CLI tool to
41  interact with the daemon.
42
43 Package: bitcoin-qt
44 Architecture: any
45 Depends: ${shlibs:Depends}, ${misc:Depends}
46 Description: peer-to-peer network based digital currency - QT GUI
47  Bitcoin is a free open source peer-to-peer electronic cash system that
48  is completely decentralized, without the need for a central server or
49  trusted parties.  Users hold the crypto keys to their own money and
50  transact directly with each other, with the help of a P2P network to
51  check for double-spending.
52  .
53  By default connects to an IRC network to discover other peers.
54  .
55  Full transaction history is stored locally at each client.  This
56  requires 2+ GB of space, slowly growing.
57  .
58  This package provides bitcoin-qt, a GUI for Bitcoin based on QT.