Remove UPNP support & do some cleanup.
[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  libboost-filesystem-dev,
14  libboost-program-options-dev,
15  libboost-thread-dev,
16  qt4-qmake,
17  libqt4-dev,
18  libqrencode-dev
19 Standards-Version: 3.9.2
20 Homepage: http://www.novaco.in/
21 Vcs-Git: git://github.com/novacoin-project/novacoin.git
22 Vcs-Browser: http://github.com/novacoin-project/novacoin
23
24 Package: novacoind
25 Architecture: any
26 Depends: ${shlibs:Depends}, ${misc:Depends}
27 Description: peer-to-peer network based digital currency - daemon
28  Novacoin 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+ MiB of space, slowly growing.
38  .
39  This package provides novacoind, a combined daemon and CLI tool to
40  interact with the daemon.
41
42 Package: novacoin-qt
43 Architecture: any
44 Depends: ${shlibs:Depends}, ${misc:Depends}
45 Description: peer-to-peer network based digital currency - Qt GUI
46  Novacoin 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+ MiB of space, slowly growing.
56  .
57  This package provides Novacoin-Qt, a GUI for Novacoin based on Qt.