Add debian build folder
[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 Standards-Version: 3.9.2
20 Homepage: http://www.bitcoin.org/
21 Vcs-Git: git://github.com/bitcoin/bitcoin.git
22 Vcs-Browser: http://github.com/bitcoin/bitcoin
23
24 Package: bitcoind
25 Architecture: any
26 Depends: ${shlibs:Depends}, ${misc:Depends}
27 Description: peer-to-peer network based anonymous digital currency - daemon
28  Bitcoin is a free open source peer-to-peer electronic cash system that
29  is completely decentralized, without the need for a central server or
30  trusted parties.  Users hold the crypto keys to their own money and
31  transact directly with each other, with the help of a P2P network to
32  check for double-spending.
33  .
34  By default connects to an IRC network to discover other peers.
35  .
36  Full transaction history is stored locally at each client.  This
37  requires 150+ MB of space, slowly growing.
38  .
39  This package provides bitcoind, a combined daemon and CLI tool to
40  interact with the daemon.
41
42 Package: bitcoin-qt
43 Architecture: any
44 Depends: ${shlibs:Depends}, ${misc:Depends}
45 Description: peer-to-peer network based anonymous digital currency - QT GUI
46  Bitcoin is a free open source peer-to-peer electronic cash system that
47  is completely decentralized, without the need for a central server or
48  trusted parties.  Users hold the crypto keys to their own money and
49  transact directly with each other, with the help of a P2P network to
50  check for double-spending.
51  .
52  By default connects to an IRC network to discover other peers.
53  .
54  Full transaction history is stored locally at each client.  This
55  requires 150+ MB of space, slowly growing.
56  .
57  This package provides bitcoin-qt, a GUI for Bitcoin based on QT.