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