Contribs update
[novacoin.git] / contrib / debian / control
1 Source: novacoin
2 Section: utils
3 Priority: optional
4 Maintainer: Alex D. <balthazar.ad@gmail.com>
5 Uploaders: Alex D. <balthazar.ad@gmail.com>
6 Build-Depends: debhelper,
7  devscripts,
8  bash-completion,
9  libboost-system-dev,
10  libdb++-dev,
11  libssl-dev,
12  pkg-config,
13  libminiupnpc8-dev,
14  libboost-filesystem-dev,
15  libboost-program-options-dev,
16  libboost-thread-dev,
17  qt4-qmake,
18  libqt4-dev,
19  libqrencode-dev
20 Standards-Version: 3.9.2
21 Homepage: http://www.novaco.in/
22 Vcs-Git: git://github.com/novacoin-project/novacoin.git
23 Vcs-Browser: http://github.com/novacoin-project/novacoin
24
25 Package: novacoind
26 Architecture: any
27 Depends: ${shlibs:Depends}, ${misc:Depends}
28 Description: peer-to-peer network based digital currency - daemon
29  Novacoin 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 150+ MiB of space, slowly growing.
39  .
40  This package provides novacoind, a combined daemon and CLI tool to
41  interact with the daemon.
42
43 Package: novacoin-qt
44 Architecture: any
45 Depends: ${shlibs:Depends}, ${misc:Depends}
46 Description: peer-to-peer network based digital currency - Qt GUI
47  Novacoin 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 150+ MiB of space, slowly growing.
57  .
58  This package provides Novacoin-Qt, a GUI for Novacoin based on Qt.