Remove UPNP support & do some cleanup.
[novacoin.git] / contrib / debian / control
index b81c02e..e752219 100644 (file)
@@ -1,32 +1,31 @@
-Source: bitcoin
+Source: novacoin
 Section: utils
 Priority: optional
-Maintainer: Jonas Smedegaard <dr@jones.dk>
-Uploaders: Micah Anderson <micah@debian.org>
+Maintainer: Alex D. <balthazar.ad@gmail.com>
+Uploaders: Alex D. <balthazar.ad@gmail.com>
 Build-Depends: debhelper,
  devscripts,
- libboost-system-dev (>> 1.35) | libboost-system1.35-dev,
- libdb4.8++-dev,
+ bash-completion,
+ libboost-system-dev,
+ libdb++-dev,
  libssl-dev,
  pkg-config,
- libminiupnpc8-dev,
- libboost-filesystem-dev (>> 1.35) | libboost-filesystem1.35-dev,
- libboost-program-options-dev (>> 1.35) | libboost-program-options1.35-dev,
- libboost-thread-dev (>> 1.35) | libboost-thread1.35-dev,
- libboost-test-dev (>> 1.35) | libboost-test1.35-dev,
+ libboost-filesystem-dev,
+ libboost-program-options-dev,
+ libboost-thread-dev,
  qt4-qmake,
  libqt4-dev,
  libqrencode-dev
 Standards-Version: 3.9.2
-Homepage: http://www.bitcoin.org/
-Vcs-Git: git://github.com/bitcoin/bitcoin.git
-Vcs-Browser: http://github.com/bitcoin/bitcoin
+Homepage: http://www.novaco.in/
+Vcs-Git: git://github.com/novacoin-project/novacoin.git
+Vcs-Browser: http://github.com/novacoin-project/novacoin
 
-Package: bitcoind
+Package: novacoind
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
 Description: peer-to-peer network based digital currency - daemon
- Bitcoin is a free open source peer-to-peer electronic cash system that
+ Novacoin is a free open source peer-to-peer electronic cash system that
  is completely decentralized, without the need for a central server or
  trusted parties.  Users hold the crypto keys to their own money and
  transact directly with each other, with the help of a P2P network to
@@ -35,16 +34,16 @@ Description: peer-to-peer network based digital currency - daemon
  By default connects to an IRC network to discover other peers.
  .
  Full transaction history is stored locally at each client.  This
- requires 2+ GB of space, slowly growing.
+ requires 150+ MiB of space, slowly growing.
  .
- This package provides bitcoind, a combined daemon and CLI tool to
+ This package provides novacoind, a combined daemon and CLI tool to
  interact with the daemon.
 
-Package: bitcoin-qt
+Package: novacoin-qt
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: peer-to-peer network based digital currency - QT GUI
- Bitcoin is a free open source peer-to-peer electronic cash system that
+Description: peer-to-peer network based digital currency - Qt GUI
+ Novacoin is a free open source peer-to-peer electronic cash system that
  is completely decentralized, without the need for a central server or
  trusted parties.  Users hold the crypto keys to their own money and
  transact directly with each other, with the help of a P2P network to
@@ -53,6 +52,6 @@ Description: peer-to-peer network based digital currency - QT GUI
  By default connects to an IRC network to discover other peers.
  .
  Full transaction history is stored locally at each client.  This
- requires 2+ GB of space, slowly growing.
+ requires 150+ MiB of space, slowly growing.
  .
- This package provides bitcoin-qt, a GUI for Bitcoin based on QT.
+ This package provides Novacoin-Qt, a GUI for Novacoin based on Qt.