Edit debian deployment files
authoralexhz <balthazar@yandex.ru>
Mon, 15 Apr 2013 18:33:02 +0000 (18:33 +0000)
committeralexhz <balthazar@yandex.ru>
Mon, 15 Apr 2013 18:33:02 +0000 (18:33 +0000)
20 files changed:
contrib/debian/bin/novacoin-qt
contrib/debian/bin/novacoind
contrib/debian/changelog
contrib/debian/control
contrib/debian/copyright
contrib/debian/examples/novacoin.conf
contrib/debian/manpages/novacoin.conf.5
contrib/debian/manpages/novacoind.1
contrib/debian/novacoin-qt.desktop
contrib/debian/novacoin-qt.install
contrib/debian/novacoin-qt.lintian-overrides
contrib/debian/novacoin-qt.protocol
contrib/debian/novacoind.examples
contrib/debian/novacoind.install
contrib/debian/novacoind.lintian-overrides
contrib/debian/novacoind.manpages
contrib/debian/patches/1001_use_system_json-spirit.patch [deleted file]
contrib/debian/patches/series
contrib/debian/rules
contrib/debian/watch

index f2eac1b..b3bc973 100755 (executable)
@@ -4,13 +4,13 @@ set -e
 
 umask 077
 
-basedir=~/.bitcoin
+basedir=~/.novacoin
 dbfile="$basedir/DB_CONFIG"
-cfgfile="$basedir/bitcoin.conf"
+cfgfile="$basedir/novacoin.conf"
 
 [ -e "$basedir" ] || mkdir "$basedir"
 
-# Bitcoin does not clean up DB log files by default
+# Novacoin does not clean up DB log files by default
 [ -e "$dbfile" ] || echo 'set_flags DB_LOG_AUTOREMOVE' > "$dbfile"
 
-exec /usr/lib/bitcoin/bitcoin-qt "$@"
+exec /usr/lib/novacoin/novacoin-qt "$@"
index 0904f76..a4f3fb8 100755 (executable)
@@ -4,15 +4,11 @@ set -e
 
 umask 077
 
-basedir=~/.bitcoin
-dbfile="$basedir/DB_CONFIG"
-cfgfile="$basedir/bitcoin.conf"
+basedir=~/.novacoin
+cfgfile="$basedir/novacoin.conf"
 
 [ -e "$basedir" ] || mkdir "$basedir"
 
 [ -e "$cfgfile" ] || perl -le 'print"rpcpassword=",map{(a..z,A..Z,0..9)[rand 62]}0..9' > "$cfgfile"
 
-# Bitcoin does not clean up DB log files by default
-[ -e "$dbfile" ] || echo 'set_flags DB_LOG_AUTOREMOVE' > "$dbfile"
-
-exec /usr/lib/bitcoin/bitcoind "$@"
+exec /usr/lib/novacoin/novacoind "$@"
index db5e268..64ceac0 100644 (file)
@@ -1,277 +1,6 @@
-bitcoin (0.5.1-natty1) natty; urgency=low
+novacoin (0.4.0~dfsg-1) unstable; urgency=low
 
-  * Remove mentions on anonymity in package descriptions and manpage.
-    These should never have been there, bitcoin isnt anonymous without
-    a ton of work that virtually no users will ever be willing and
-    capable of doing
-  * Add GNOME/KDE support for bitcoin-qt's bitcoin: URI support.
-    Thanks to luke-jr for the KDE .protocol file.
-
- -- Matt Corallo <matt@bluematt.me>  Fri, 23 Dec 2011 20:25:00 -0500
-
-bitcoin (0.5.1-natty0) natty; urgency=low
-
-  * New upstream release.
-
- -- Matt Corallo <matt@bluematt.me>  Fri, 16 Dec 2011 13:27:00 -0500
-
-bitcoin (0.5.0-natty0) natty; urgency=low
-
-  * New upstream release.
-
- -- Matt Corallo <matt@bluematt.me>  Mon, 21 Nov 2011 11:32:00 -0500
-
-bitcoin (0.5.0~rc7-natty0) natty; urgency=low
-
-  * New upstream release candidate.
-
- -- Matt Corallo <matt@bluematt.me>  Sun, 20 Nov 2011 17:08:00 -0500
-
-bitcoin (0.5.0~rc3-natty0) natty; urgency=low
-
-  * New upstream release candidate.
-  * Don't set rpcpassword for bitcoin-qt.
-
- -- Matt Corallo <matt@bluematt.me>  Tue, 8 Nov 2011 11:56:00 -0400
-
-bitcoin (0.5.0~rc1-natty1) natty; urgency=low
-
-  * Add test_bitcoin to build test
-  * Fix clean
-  * Remove uneccessary build-dependancies
-
- -- Matt Corallo <matt@bluematt.me>  Wed, 26 Oct 2011 14:37:18 -0400
-
-bitcoin (0.5.0~rc1-natty0) natty; urgency=low
-
-  * Mark for natty
-  * Fix broken build
-  * Fix copyright listing
-  * Remove bitcoin: URL handler until bitcoin actually has support for it (Oops)
-
- -- Matt Corallo <matt@bluematt.me>  Wed, 26 Oct 2011 14:37:18 -0400
-
-bitcoin (0.5.0~rc1-2) experimental; urgency=low
-
-  * Add bitcoin-qt
-
- -- Matt Corallo <matt@bluematt.me>  Tue, 25 Oct 2011 15:24:18 -0400
-
-bitcoin (0.5.0~rc1-1) experimental; urgency=low
-
-  * New upstream prerelease.
-  * Add Github as alternate upstream source in watch file.
-  * Stop build-depending on libcrypto++-dev, and drop patch 1000:
-    Upstream no longer use crypto++.
-  * Drop patch 1003: Upstream builds dynamic by default now.
-  * Update copyright file: Drop notes on longer included sources.
-
- -- Jonas Smedegaard <dr@jones.dk>  Fri, 14 Oct 2011 00:16:18 +0200
-
-bitcoin (0.4.0-1) unstable; urgency=low
-
-  * New upstream release.
-  * Stop repackaging source tarballs: No DFSG-violating stripping left.
-  * Update copyright file:
-    + Add Github URL to Source.
-  * Drop dpkg-source local-options hint: Declared options are default
-    since dpkg-source 1.16.1.
-    + Add irc URL to Upstream-Contact.
-    + Add comment on Bitcoin Developers to catch-all Files section.
-    + Add Files sections for newly readded src/cryptopp/* (new custom
-      BSD-like license), and newly added doc/build-osx.txt and
-      src/makefile.osx (Expat).
-  * Bump debhelper compatibility level to 7.
-  * Suppress binary icns and gpg files.
-  * Enable regression tests:
-    + Build-depend on libboost-test-dev.
-    + Extend patch 1003 to also dynamically link test binary.
-    + Build and invoke test binary unless tests are disabled.
-  * Tighten build-dependency on cdbs: Recent version needed to support
-    debhelper 7.
-  * Relax build-depend unversioned on debhelper: needed version
-    satisfied even in oldstable.
-  * Stop suppress optional build-dependencies: Satisfied in stable.
-    Build-depend on devscripts (enabling copyright-check).
-
- -- Jonas Smedegaard <dr@jones.dk>  Wed, 05 Oct 2011 01:48:53 +0200
-
-bitcoin (0.3.24~dfsg-1) unstable; urgency=low
-
-  * New upstream release.
-
-  [ Jonas Smedegaard ]
-  * Improve various usage hints:
-    + Explicitly mention in long description that bitcoind contains
-      daemon and command-line interface.
-    + Extend README.Debian with section on lack of GUI, and add primary
-      headline.
-    + Avoid installing upstream README: contains no parts relevant for
-      Debian usage.
-    Thanks to richard for suggestions (see bug#629443).
-  * Favor final releases over prereleases in rules and watch file.
-    Thanks to Jan Dittberner.
-  * Track -src (not -linux) tarballs in rules and watch file.
-    Thanks to Jan Dittberner.
-  * Drop patches 1004 and 1005 (integrated upstream) and simplify
-    CXXFLAGS in rules file.
-  * Stop stripping no longer included source-less binaries from upstream
-    tarballs.
-
-  [ Jan Dittberner ]
-  * refresh debian/patches/1000_use_system_crypto++.patch
-
- -- Jonas Smedegaard <dr@jones.dk>  Tue, 19 Jul 2011 15:08:54 +0200
-
-bitcoin (0.3.21~dfsg-2) unstable; urgency=low
-
-  * Enable UPNP support:
-    + Drop patch 1006.
-    + Build-depend on libminiupnpc-dev.
-    Thanks to Matt Corallo.
-
- -- Jonas Smedegaard <dr@jones.dk>  Sat, 28 May 2011 15:52:44 +0200
-
-bitcoin (0.3.21~dfsg-1) unstable; urgency=low
-
-  * New upstream release.
-  * Refresh patches.
-  * Drop patch 1002: no longer needed, as upstream use pkgconfig now.
-  * Add patch 1006 to really unset USE_UPNP as aparently intended.
-  * Adjust cleanup rule to preserve .gitignore files.
-  * Update copyright file:
-    + Bump format to draft 174 of DEP-5.
-    + Shorten comments.
-  * Bump policy compliance to standards-version 3.9.2.
-  * Shorten Vcs-Browser paragraph in control file.
-  * Fix mention daemon (not CLI tools) in short description.
-  * Stop conflicting with or replace bitcoin-cli: Only transitional, no
-    longer needed.
-  * Link against unversioned berkeleydb. Update NEWS and README.Debian
-    accordingly (and improve wording while at it).
-    Closes: Bug#621425. Thanks to Ondřej Surý.
-  * This release also implicitly updates linkage against libcrypto++,
-    which closes: bug#626953, #627024.
-  * Disable linkage against not yet Debian packaged MiniUPnP.
-  * Silence seemingly harmless noise about unused variables.
-
- -- Jonas Smedegaard <dr@jones.dk>  Tue, 17 May 2011 15:31:24 +0200
-
-bitcoin (0.3.20.2~dfsg-2) unstable; urgency=medium
-
-  * Fix have wrapper script execute real binary (not loop executing
-    itself).
-    Closes: bug#617290. Thanks to Philippe Gauthier and Etienne Laurin.
-  * Set urgency=medium as the only (user-exposed) binary is useless
-    without this fix and has been for some time.
-
- -- Jonas Smedegaard <dr@jones.dk>  Wed, 16 Mar 2011 09:11:06 +0100
-
-bitcoin (0.3.20.2~dfsg-1) unstable; urgency=low
-
-  * New upstream release.
-  * Fix provide and replace former package name bitcoin-cli.
-    Closes: bug#618439. Thanks to Shane Wegner.
-
- -- Jonas Smedegaard <dr@jones.dk>  Tue, 15 Mar 2011 11:41:43 +0100
-
-bitcoin (0.3.20.01~dfsg-1) unstable; urgency=low
-
-  * New upstream release.
-
-  [ Micah Anderson ]
-  * Add myself as uploader.
-
-  [ Jonas Smedegaard ]
-  * Add wrapper for bitcoind to ease initial startup.
-  * Update patches:
-    + Drop patch 2002: Applied upstream.
-    + Add patch 1005 to add phtread linker option.
-      Closes: bug#615619. Thanks to Shane Wegner.
-    + Refresh patches.
-  * Extend copyright years in rules file header.
-  * Rewrite copyright file using draft svn166 of DEP5 format.
-  * Rename binary package to bitcoind (from bincoin-cli).
-    Closes: bug#614025. Thanks to Luke-Jr.
-
- -- Jonas Smedegaard <dr@jones.dk>  Tue, 01 Mar 2011 15:55:04 +0100
-
-bitcoin (0.3.19~dfsg-6) unstable; urgency=low
-
-  * Fix override agressive optimizations.
-  * Fix tighten build-dependencies to really fit backporting to Lenny:
-    + Add fallback build-dependency on libdb4.6++-dev.
-    + Tighten unversioned Boost build-dependencies to recent versions,
-      To force use of versioned Boost when backporting to Lenny.
-    ...needs more love, though: actual build fails.
-
- -- Jonas Smedegaard <dr@jones.dk>  Mon, 17 Jan 2011 19:48:35 +0100
-
-bitcoin (0.3.19~dfsg-5) unstable; urgency=low
-
-  * Fix lower Boost fallback-build-dependencies to 1.35, really
-    available in Lenny.
-  * Correct comment in rules file regarding reason for versioned Boost
-    fallback-build-dependency.
-  * Add patch 2002 adding -mt decoration to Boost flags, to ease
-    backporting to Lenny.
-  * Respect DEB_BUILD_OPTIONS, and suppress arch-specific optimizations:
-    + Add patch 1004 to allow overriding optimization flags.
-    + Set optimization flags conditionally at build time.
-    + Drop patch 2002 unconditionally suppressing arch-optimizations.
-
- -- Jonas Smedegaard <dr@jones.dk>  Mon, 17 Jan 2011 16:04:48 +0100
-
-bitcoin (0.3.19~dfsg-4) unstable; urgency=low
-
-  [ Micah Anderson ]
-  * Provide example bitcoin.conf.
-  * Add bitcoind(1) and bitcoin.conf(5) man pages.
-
-  [ Jonas Smedegaard ]
-  * Ease backporting:
-    + Suppress optional build-dependencies.
-    + Add fallback build-dependencies on the most recent Boost libs
-    available in Lenny (where unversioned Boost libs are missing).
-  * Add Micah as copyright holder for manpages, licensed as GPL-3+.
-  * Bump copyright format to Subversion candidate draft 162 of DEP5.
-
- -- Jonas Smedegaard <dr@jones.dk>  Mon, 17 Jan 2011 14:00:48 +0100
-
-bitcoin (0.3.19~dfsg-3) unstable; urgency=low
-
-  * Document in copyright file files excluded from repackaged source.
-  * Update copyright file:
-    + Bump DEP5 format hint to Subversion draft rev. 153.
-    + Consistently wrap at 72 chars.
-    + Refer to GPL-2 file (not GPL symlink).
-  * Link against Berkeley DB 4.8 (not 4.7):
-    + Build-depend on libdb4.8++-dev (and on on libdb4.7++-dev).
-    + Suggest libdb4.8-util and db4.7-util.
-    + Add README.Debian note on (untested) upgrade routine.
-    + Add NEWS entry on changed db version, referring to README.Debian.
-
- -- Jonas Smedegaard <dr@jones.dk>  Fri, 07 Jan 2011 22:50:57 +0100
-
-bitcoin (0.3.19~dfsg-2) unstable; urgency=low
-
-  * Adjust build options to use optimized miner only for amd64. Fixes
-    FTBFS on i386 (and other archs, if compiling anywhere else at all).
-  * Avoid static linking.
-  * Adjust patch 2001 to avoid only arch-specific optimizations (keep
-    -O3).
-  * Extend long description to mention disk consumption and initial use
-    of IRC.
-  All of above changes thanks to Helmuth Grohne.
-  * Add lintian override regarding OpenSSL and GPL: Linked code is Expat
-    - only Debian packaging is GPL-2+.
-
- -- Jonas Smedegaard <dr@jones.dk>  Wed, 29 Dec 2010 00:27:54 +0100
-
-bitcoin (0.3.19~dfsg-1) unstable; urgency=low
-
-  [ Jonas Smedegaard ]
+  [ Balthazar ]
   * Initial release.
-    Closes: bug#578157.
 
- -- Jonas Smedegaard <dr@jones.dk>  Tue, 28 Dec 2010 15:49:22 +0100
+ -- Balthazar <balthazar@yandex.ru>  Mon, 15 Apr 2013 22:15:22 +0100
index b81c02e..44fa62c 100644 (file)
@@ -1,10 +1,11 @@
-Source: bitcoin
+Source: novacoin
 Section: utils
 Priority: optional
 Maintainer: Jonas Smedegaard <dr@jones.dk>
 Uploaders: Micah Anderson <micah@debian.org>
 Build-Depends: debhelper,
  devscripts,
+ bash-completion,
  libboost-system-dev (>> 1.35) | libboost-system1.35-dev,
  libdb4.8++-dev,
  libssl-dev,
@@ -18,15 +19,15 @@ Build-Depends: debhelper,
  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.novacoin.su/
+Vcs-Git: git://github.com/CryptoManiac/novacoin.git
+Vcs-Browser: http://github.com/CryptoManiac/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
@@ -37,14 +38,14 @@ Description: peer-to-peer network based digital currency - daemon
  Full transaction history is stored locally at each client.  This
  requires 2+ GB 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
@@ -55,4 +56,4 @@ Description: peer-to-peer network based digital currency - QT GUI
  Full transaction history is stored locally at each client.  This
  requires 2+ GB 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.
index 71fa77c..b996049 100644 (file)
@@ -6,7 +6,7 @@ Source: http://sourceforge.net/projects/bitcoin/files/
  https://github.com/bitcoin/bitcoin
 
 Files: *
-Copyright: 2009-2011, Bitcoin Developers
+Copyright: 2009-2012, Bitcoin Developers
 License: Expat
 Comment: The Bitcoin Developers encompasses the current developers listed on bitcoin.org,
          as well as the numerous contributors to the project.
@@ -55,9 +55,8 @@ Comment: Icon Pack: Human-O2
 
 Files: src/qt/res/icons/transaction*.png
 Copyright: md2k7
-License: You are free to do with these icons as you wish, including selling,
- copying, modifying etc.
-Comment: Site: https://forum.bitcoin.org/index.php?topic=15276.0
+License: Expat
+Comment: Site: https://bitcointalk.org/index.php?topic=15276.0
 
 Files: src/qt/res/icons/configure.png, src/qt/res/icons/quit.png,
       src/qt/res/icons/editcopy.png, src/qt/res/icons/editpaste.png,
@@ -70,7 +69,7 @@ Comment: Icon Pack: Crystal SVG
 Files: src/qt/res/icons/bitcoin.png, src/qt/res/icons/toolbar.png
 Copyright: Bitboy (optimized for 16x16 by Wladimir van der Laan)
 License: PUB-DOM
-Comment: Site: http://forum.bitcoin.org/?topic=1756.0
+Comment: Site: https://bitcointalk.org/?topic=1756.0
 
 Files:  scripts/img/reload.xcf, src/qt/res/movies/update_spinner.mng
 Copyright: Everaldo (Everaldo Coelho)
index e56c43c..8055328 100644 (file)
@@ -1,24 +1,22 @@
-# bitcoin.conf configuration file. Lines beginning with # are comments.
+# novacoin.conf configuration file. Lines beginning with # are comments.
 
 
 # Network-related settings:
 
-# Run on the test network instead of the real bitcoin network.
+# Run on the test network instead of the real novacoin network.
 #testnet=1
 
 # Connect via a socks4 proxy
 #proxy=127.0.0.1:9050
 
 # Use as many addnode= settings as you like to connect to specific peers
-#addnode=69.164.218.197
-#addnode=10.0.0.2:8333
+#addnode=188.120.246.137:7777
 
 # ... or use as many connect= settings as you like to connect ONLY
 # to specific peers:
-#connect=69.164.218.197
-#connect=10.0.0.1:8333
+#connect=188.120.246.137:7777
 
-# Do not use Internet Relay Chat (irc.lfnet.org #bitcoin channel) to
+# Do not use Internet Relay Chat (irc.lfnet.org #novacoin channel) to
 # find other peers.
 #noirc=1
 
@@ -26,9 +24,9 @@
 #maxconnections=
 
 
-# JSON-RPC options (for controlling a running Bitcoin/bitcoind process)
+# JSON-RPC options (for controlling a running process)
 
-# server=1 tells Bitcoin to accept JSON-RPC commands.
+# server=1 tells NovaCoin to accept JSON-RPC commands.
 #server=1
 
 # You must set rpcuser and rpcpassword to secure the JSON-RPC api
 # Listen for RPC connections on this TCP port:
 rpcport=8332
 
-# You can use Bitcoin or bitcoind to send commands to Bitcoin/bitcoind
+# You can use NovaCoin or novacoind to send commands to Bitcoin/bitcoindNovaCoin/novacoind
 # running on another host using this option:
 rpcconnect=127.0.0.1
 
 # Use Secure Sockets Layer (also known as TLS or HTTPS) to communicate
-# with Bitcoin -server or bitcoind
+# with NovaCoin -server or novacoind
 #rpcssl=1
 
 # OpenSSL settings used when rpcssl=1
@@ -60,20 +58,15 @@ rpcsslprivatekeyfile=server.pem
 
 # Miscellaneous options
 
-# Set gen=1 to attempt to generate bitcoins
+# Set gen=1 to attempt to generate novacoins
 gen=0
 
-# Use SSE instructions to try to generate bitcoins faster.
-#4way=1
-
 # Pre-generate this many public/private key pairs, so wallet backups will be valid for
 # both prior transactions and several dozen future transactions.
 keypool=100
 
-# Pay an optional transaction fee every time you send bitcoins.  Transactions with fees
-# are more likely than free transactions to be included in generated blocks, so may
-# be validated sooner.
-paytxfee=0.00
+# Pay an optional transaction fee every time you send novacoins.  
+paytxfee=0.01
 
 # Allow direct connections for the 'pay via IP address' feature.
 #allowreceivebyip=1
@@ -81,7 +74,7 @@ paytxfee=0.00
 
 # User interface options
 
-# Start Bitcoin minimized
+# Start NovaCoin minimized
 #min=1
 
 # Minimize to the system tray
index 1243253..1901e16 100644 (file)
@@ -1,19 +1,19 @@
-.TH BITCOIN.CONF "5" "January 2011" "bitcoin.conf 3.19"
+.TH NOVACOIN.CONF "8" "April 2013" "novacoin.conf 3.19"
 .SH NAME
-bitcoin.conf \- bitcoin configuration file
+novacoin.conf \- novacoin configuration file
 .SH SYNOPSIS
 All command-line options (except for '-datadir' and '-conf') may be specified in a configuration file, and all configuration file options may also be specified on the command line. Command-line options override values set in the configuration file.
 .TP
 The configuration file is a list of 'setting=value' pairs, one per line, with optional comments starting with the '#' character.
 .TP
-The configuration file is not automatically created; you can create it using your favorite plain-text editor. By default, bitcoind(1) will look for a file named bitcoin.conf(5) in the bitcoin data directory, but both the data directory and the configuration file path may be changed using the '-datadir' and '-conf' command-line arguments.
+The configuration file is not automatically created; you can create it using your favorite plain-text editor. By default, novacoind(1) will look for a file named novacoin.conf(5) in the novacoin data directory, but both the data directory and the configuration file path may be changed using the '-datadir' and '-conf' command-line arguments.
 .SH LOCATION
-bitcoin.conf should be located in $HOME/.bitcoin
+novacoin.conf should be located in $HOME/.novacoin
 .SH NETWORK-RELATED SETTINGS
 .TP
 .TP
 \fBtestnet=\fR[\fI'1'\fR|\fI'0'\fR]
-Enable or disable run on the test network instead of the real *bitcoin* network.
+Enable or disable run on the test network instead of the real *novacoin* network.
 .TP
 \fBproxy=\fR\fI'127.0.0.1:9050'\fR
 Connect via a socks4 proxy.
@@ -25,14 +25,14 @@ Use as many *addnode=* settings as you like to connect to specific peers.
 Use as many *connect=* settings as you like to connect ONLY to specific peers.
 .TP
 \fBnoirc=\fR[\fI'1'\fR|\fI'0'\fR]
-Use or Do not use Internet Relay Chat (irc.lfnet.org #bitcoin channel) to find other peers.
+Use or Do not use Internet Relay Chat (irc.lfnet.org #novacoin channel) to find other peers.
 .TP
 \fRmaxconnections=\fR\fI'value'\fR
 Maximum number of inbound+outbound connections.
 .SH JSON-RPC OPTIONS
 .TP
 \fBserver=\fR[\fI'1'\fR|\fI'0'\fR]
-Tells *bitcoin* to accept or not accept JSON-RPC commands.
+Tells *novacoin* to accept or not accept JSON-RPC commands.
 .TP
 \fBrpcuser=\fR\fI'username'\fR
 You must set *rpcuser* to secure the JSON-RPC api.
@@ -41,7 +41,7 @@ You must set *rpcuser* to secure the JSON-RPC api.
 You must set *rpcpassword* to secure the JSON-RPC api.
 .TP
 \fBrpctimeout=\fR\fI'30'\fR
-How many seconds *bitcoin* will wait for a complete RPC HTTP request, after the HTTP connection is established.
+How many seconds *novacoin* will wait for a complete RPC HTTP request, after the HTTP connection is established.
 .TP
 \fBrpcallowip=\fR\fI'192.168.1.*'\fR
 By default, only RPC connections from localhost are allowed. Specify as many *rpcallowip=* settings as you like to allow connections from other hosts (and you may use * as a wildcard character).
@@ -50,10 +50,10 @@ By default, only RPC connections from localhost are allowed. Specify as many *rp
 Listen for RPC connections on this TCP port.
 .TP
 \fBrpcconnect=\fR\fI'127.0.0.1'\fR
-You can use *bitcoin* or *bitcoind(1)* to send commands to *bitcoin*/*bitcoind(1)* running on another host using this option.
+You can use *novacoin* or *novacoind(1)* to send commands to *novacoin*/*novacoind(1)* running on another host using this option.
 .TP
 \fBrpcssl=\fR\fI'1'\fR
-Use Secure Sockets Layer (also known as TLS or HTTPS) to communicate with *bitcoin* '-server' or *bitcoind(1)*. Example of OpenSSL settings used when *rpcssl*='1':
+Use Secure Sockets Layer (also known as TLS or HTTPS) to communicate with *novacoin* '-server' or *novacoind(1)*. Example of OpenSSL settings used when *rpcssl*='1':
 .TP
 \fBrpcsslciphers=\fR\fI'TLSv1+HIGH:!SSLv2:!aNULL:!eNULL:!AH:!3DES:@STRENGTH'\fR
 .TP
@@ -64,16 +64,13 @@ Use Secure Sockets Layer (also known as TLS or HTTPS) to communicate with *bitco
 .SH MISCELLANEOUS OPTIONS
 .TP
 \fBgen=\fR[\fI'0'\fR|\fI'1'\fR]
-Enable or disable attempt to generate bitcoins.
-.TP
-\fB4way=\fR[\fI'0'\fR|\fI'1'\fR]
-Enable or disable use SSE instructions to try to generate bitcoins faster.
+Enable or disable attempt to generate novacoins.
 .TP
 \fBkeypool=\fR\fI'100'\fR
 Pre-generate this many public/private key pairs, so wallet backups will be valid for both prior transactions and several dozen future transactions.
 .TP
 \fBpaytxfee=\fR\fI'0.00'\fR
-Pay an optional transaction fee every time you send bitcoins. Transactions with fees are more likely than free transactions to be included in generated blocks, so may be validated sooner.
+Pay an optional transaction fee every time you send novacoins. Transactions with fees are more likely than free transactions to be included in generated blocks, so may be validated sooner.
 .TP
 \fBallowreceivebyip=\fR\fI'1'\fR
 Allow direct connections for the 'pay via IP address' feature.
@@ -81,12 +78,12 @@ Allow direct connections for the 'pay via IP address' feature.
 .SH USER INTERFACE OPTIONS
 .TP
 \fBmin=\fR[\fI'0'\fR|\fI'1'\fR]
-Enable or disable start bitcoind minimized.
+Enable or disable start novacoind minimized.
 .TP
 \fBminimizetotray=\fR[\fI'0'\fR|\fI'1'\fR]
 Enable or disable minimize to the system tray.
 .SH "SEE ALSO"
-bitcoind(1)
+novacoind(1)
 .SH AUTHOR
 This manual page was written by Micah Anderson <micah@debian.org> for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or any later version published by the Free Software Foundation.
 
index bf46a66..b8199c2 100644 (file)
@@ -1,19 +1,19 @@
-.TH BITCOIND "1" "January 2011" "bitcoind 3.19" 
+.TH NOVACOIND "7" "April 2013" "novacoind 3.19" 
 .SH NAME
-bitcoind \- peer-to-peer network based digital currency
+novacoind \- peer-to-peer network based digital currency
 .SH SYNOPSIS
-bitcoin [options] <command> [params]  
+novacoin [options] <command> [params]  
 .TP
-bitcoin [options] help <command> - Get help for a command
+novacoin [options] help <command> - Get help for a command
 .SH DESCRIPTION
-This  manual page documents the bitcoind program. Bitcoin is a peer-to-peer digital currency. Peer-to-peer (P2P) means that there is no central authority to issue new money or keep track of transactions. Instead, these tasks are managed collectively by the nodes of the network. Advantages:
+This  manual page documents the novacoind program. Novacoin is a peer-to-peer digital currency. Peer-to-peer (P2P) means that there is no central authority to issue new money or keep track of transactions. Instead, these tasks are managed collectively by the nodes of the network. Advantages:
 
-Bitcoins can be sent easily through the Internet, without having to trust middlemen. Transactions are designed to be irreversible. Be safe from instability caused by fractional reserve banking and central banks. The limited inflation of the Bitcoin system’s money supply is distributed evenly (by CPU power) throughout the network, not monopolized by banks.
+Novacoins can be sent easily through the Internet, without having to trust middlemen. Transactions are designed to be irreversible. Be safe from instability caused by fractional reserve banking and central banks. The limited inflation of the Novacoin system’s money supply is distributed evenly (by CPU power) throughout the network, not monopolized by banks.
 
 .SH OPTIONS
 .TP
 \fB\-conf=\fR<file>
-Specify configuration file (default: bitcoin.conf)
+Specify configuration file (default: novacoin.conf)
 .TP
 \fB\-gen\fR
 Generate coins
@@ -84,14 +84,14 @@ This help message
 \fBbackupwallet 'destination'\fR
 Safely copies *wallet.dat* to 'destination', which can be a directory or a path with filename.
 .TP
-\fBgetaccount 'bitcoinaddress'\fR
+\fBgetaccount 'novacoinaddress'\fR
 Returns the account associated with the given address.
 .TP
-\fBsetaccount 'bitcoinaddress' ['account']\fR
+\fBsetaccount 'novacoinaddress' ['account']\fR
 Sets the ['account'] associated with the given address. ['account'] may be omitted to remove an address from ['account'].
 .TP
 \fBgetaccountaddress 'account'\fR
-Returns a new bitcoin address for 'account'.
+Returns a new novacoin address for 'account'.
 .TP
 \fBgetaddressesbyaccount 'account'\fR
 Returns the list of addresses associated with the given 'account'.
@@ -112,7 +112,7 @@ Returns the number of connections to other nodes.
 Returns the proof-of-work difficulty as a multiple of the minimum difficulty.
 .TP
 \fBgetgenerate\fR
-Returns boolean true if server is trying to generate bitcoins, false otherwise.
+Returns boolean true if server is trying to generate novacoins, false otherwise.
 .TP
 \fBsetgenerate 'generate' ['genproclimit']\fR
 Generation is limited to ['genproclimit'] processors, -1 is unlimited.
@@ -124,13 +124,13 @@ Returns a recent hashes per second performance measurement while generating.
 Returns an object containing server information.
 .TP
 \fBgetnewaddress 'account'\fR
-Returns a new bitcoin address for receiving payments. If 'account' is specified (recommended), it is added to the address book so payments received with the address will be credited to 'account'.
+Returns a new novacoin address for receiving payments. If 'account' is specified (recommended), it is added to the address book so payments received with the address will be credited to 'account'.
 .TP
 \fBgetreceivedbyaccount 'account' ['minconf=1']\fR
 Returns the total amount received by addresses associated with 'account' in transactions with at least ['minconf'] confirmations.
 .TP
-\fBgetreceivedbyaddress 'bitcoinaddress' ['minconf=1']\fR
-Returns the total amount received by 'bitcoinaddress' in transactions with at least ['minconf'] confirmations.
+\fBgetreceivedbyaddress 'novacoinaddress' ['minconf=1']\fR
+Returns the total amount received by 'novacoinaddress' in transactions with at least ['minconf'] confirmations.
 .TP
 \fBgettransaction 'txid'\fR
 Returns information about a specific transaction, given hexadecimal transaction ID.
@@ -148,7 +148,6 @@ List commands, or get help for a command.
 .TP
 \fBlistaccounts ['minconf=1']\fR
 List accounts and their current balances.
-     *note: requires bitcoin 0.3.20 or later.
 .TP
 \fBlistreceivedbyaccount ['minconf=1'] ['includeempty=false']\fR
 ['minconf'] is the minimum number of confirmations before payments are included. ['includeempty'] whether to include addresses that haven't received any payments. Returns an array of objects containing:
@@ -176,32 +175,30 @@ Returns a list of the last ['count'] transactions for 'account' - for all accoun
     "otheraccount"  : account funds were moved to or from (only for move).
     "message"       : message associated with transaction (only for send).
     "to"            : message-to associated with transaction (only for send).
-
-    *note: requires bitcoin 0.3.20 or later.
 .TP
 \fBmove <'fromaccount'> <'toaccount'> <'amount'> ['minconf=1'] ['comment']\fR
 Moves funds between accounts.
 .TP
-\fBsendfrom* <'account'> <'bitcoinaddress'> <'amount'> ['minconf=1'] ['comment'] ['comment-to']\fR
-Sends amount from account's balance to 'bitcoinaddress'. This method will fail if there is less than amount bitcoins with ['minconf'] confirmations in the account's balance (unless account is the empty-string-named default account; it behaves like the *sendtoaddress* method). Returns transaction ID on success.
+\fBsendfrom* <'account'> <'novacoinaddress'> <'amount'> ['minconf=1'] ['comment'] ['comment-to']\fR
+Sends amount from account's balance to 'novacoinaddress'. This method will fail if there is less than amount novacoins with ['minconf'] confirmations in the account's balance (unless account is the empty-string-named default account; it behaves like the *sendtoaddress* method). Returns transaction ID on success.
 .TP     
-\fBsendtoaddress 'bitcoinaddress' 'amount' ['comment'] ['comment-to']\fR
-Sends amount from the server's available balance to 'bitcoinaddress'. amount is a real and is rounded to the nearest 0.01. Returns transaction id on success.
+\fBsendtoaddress 'novacoinaddress' 'amount' ['comment'] ['comment-to']\fR
+Sends amount from the server's available balance to 'novacoinaddress'. amount is a real and is rounded to the nearest 0.01. Returns transaction id on success.
 .TP    
 \fBstop\fR
-Stops the bitcoin server.
+Stops the novacoin server.
 .TP    
-\fBvalidateaddress 'bitcoinaddress'\fR
-Checks that 'bitcoinaddress' looks like a proper bitcoin address. Returns an object containing:
+\fBvalidateaddress 'novacoinaddress'\fR
+Checks that 'novacoinaddress' looks like a proper novacoin address. Returns an object containing:
 
     "isvalid" : true or false.
     "ismine"  : true if the address is in the server's wallet.
-    "address" : bitcoinaddress.
+    "address" : novacoinaddress.
 
     *note: ismine and address are only returned if the address is valid.
 
 .SH "SEE ALSO"
-bitcoin.conf(5)
+novacoin.conf(5)
 .SH AUTHOR
 This manual page was written by Micah Anderson <micah@debian.org> for the Debian system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License, Version 3 or any later version published by the Free Software Foundation.
 
index 7cb00a2..a299232 100644 (file)
@@ -1,12 +1,12 @@
 [Desktop Entry]
 Encoding=UTF-8
-Name=Bitcoin
-Comment=Bitcoin P2P Cryptocurrency
-Comment[fr]=Bitcoin, monnaie virtuelle cryptographique pair à pair
-Comment[tr]=Bitcoin, eşten eşe kriptografik sanal para birimi
-Exec=/usr/bin/bitcoin-qt
+Name=NovaCoin
+Comment=NovaCoin P2P Cryptocurrency
+Comment[fr]=NovaCoin, monnaie virtuelle cryptographique pair à pair
+Comment[tr]=NovaCoin, eşten eşe kriptografik sanal para birimi
+Exec=/usr/bin/novacoin-qt
 Terminal=false
 Type=Application
 Icon=/usr/share/pixmaps/bitcoin80.xpm
-MimeType=x-scheme-handler/bitcoin;
+MimeType=x-scheme-handler/novacoin;
 Categories=Office;
index 6a566f5..403fb4e 100644 (file)
@@ -1,6 +1,5 @@
-debian/bin/bitcoin-qt usr/bin
-bitcoin-qt usr/lib/bitcoin
+novacoin-qt usr/bin
 share/pixmaps/bitcoin32.xpm usr/share/pixmaps
 share/pixmaps/bitcoin80.xpm usr/share/pixmaps
-debian/bitcoin-qt.desktop usr/share/applications
-debian/bitcoin-qt.protocol usr/share/kde4/services/
+debian/novacoin-qt.desktop usr/share/applications
+debian/novacoin-qt.protocol usr/share/kde4/services/
index 7fb230e..3e159d3 100644 (file)
@@ -1,2 +1,2 @@
 # Linked code is Expat - only Debian packaging is GPL-2+
-bitcoin-qt: possible-gpl-code-linked-with-openssl
+novacoin-qt: possible-gpl-code-linked-with-openssl
index 014588d..29a4546 100644 (file)
@@ -1,6 +1,6 @@
 [Protocol]
-exec=bitcoin-qt '%u'
-protocol=bitcoin
+exec=novacoin-qt '%u'
+protocol=novacoin
 input=none
 output=none
 helper=true
index 4ded67d..3728af9 100644 (file)
@@ -1 +1 @@
-debian/examples/bitcoin.conf
+debian/examples/novacoin.conf
index e978c44..b44acca 100644 (file)
@@ -1,2 +1,2 @@
-debian/bin/bitcoind usr/bin
-src/bitcoind usr/lib/bitcoin
+debian/bin/novacoind usr/bin
+src/novacoind usr/lib/novacoin
index 3f9f140..e44a58f 100644 (file)
@@ -1,2 +1,2 @@
 # Linked code is Expat - only Debian packaging is GPL-2+
-bitcoind: possible-gpl-code-linked-with-openssl
+novacoind: possible-gpl-code-linked-with-openssl
index 3e4ca63..15116c8 100644 (file)
@@ -1,2 +1,2 @@
-debian/manpages/bitcoind.1
-debian/manpages/bitcoin.conf.5
+debian/manpages/novacoind.1
+debian/manpages/novacoin.conf.5
diff --git a/contrib/debian/patches/1001_use_system_json-spirit.patch b/contrib/debian/patches/1001_use_system_json-spirit.patch
deleted file mode 100644 (file)
index 56a20af..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-Description: Use system JSON Spirit library
-Author: Jonas Smedegaard <dr@jones.dk>
-Last-Update: 2011-05-17
---- a/src/rpc.cpp
-+++ b/src/rpc.cpp
-@@ -12,9 +12,7 @@
- #include <boost/asio/ssl.hpp> 
- typedef boost::asio::ssl::stream<boost::asio::ip::tcp::socket> SSLStream;
- #endif
--#include "json/json_spirit_reader_template.h"
--#include "json/json_spirit_writer_template.h"
--#include "json/json_spirit_utils.h"
-+#include <json_spirit.h>
- #define printf OutputDebugStringF
- // MinGW 3.4.5 gets "fatal error: had to relocate PCH" if the json headers are
- // precompiled in headers.h.  The problem might be when the pch file goes over
---- a/src/makefile.unix
-+++ b/src/makefile.unix
-@@ -23,6 +23,7 @@
-    -l boost_thread \
-    -l db_cxx \
-    -l ssl \
-+   -l json_spirit \
-    -l crypto
- ifdef USE_UPNP
index bbe3685..8b13789 100644 (file)
@@ -1 +1 @@
-#1001_use_system_json-spirit.patch
+
index 49c7766..239dcf2 100755 (executable)
@@ -5,29 +5,29 @@
 #build/bitcoind::
 #      $(if $(filter nocheck,$(DEB_BUILD_OPTIONS)),,src/test_bitcoin)
 
-DEB_INSTALL_EXAMPLES_bitcoind += debian/examples/*
-DEB_INSTALL_MANPAGES_bitcoind += debian/manpages/*
+DEB_INSTALL_EXAMPLES_novacoind += debian/examples/*
+DEB_INSTALL_MANPAGES_novacoind += debian/manpages/*
 
 %:
-       dh $@
+       dh --with bash-completion $@
 
 override_dh_auto_build:
-       cd src; $(MAKE) -f makefile.unix bitcoind
+       cd src; $(MAKE) -f makefile.unix novacoind
        $(MAKE)
 
 override_dh_auto_clean:
-       if [ -f Makefile ]; then $(MAKE) clean; else rm -rf build/; rm -f bitcoin-qt; fi
+       if [ -f Makefile ]; then $(MAKE) clean; else rm -rf build/; rm -f novacoin-qt; fi
        cd src; $(MAKE) -f makefile.unix clean
 
 override_dh_auto_configure:
-       qmake bitcoin-qt.pro USE_QRCODE=1
+       qmake novacoin-qt.pro USE_QRCODE=1
 
 override_dh_auto_test:
-       cd src; $(MAKE) -f makefile.unix test_bitcoin
-       src/test_bitcoin
+       cd src; $(MAKE) -f makefile.unix test_novacoin
+       src/test_novacoin
 
 # Ensure wrapper is set executable
-binary-post-install/bitcoind:
-       chmod +x $(cdbs_curdestdir)usr/bin/bitcoind
-binary-post-install/bitcoin-qt:
-       chmod +x $(cdbs_curdestdir)usr/bin/bitcoin-qt
+binary-post-install/novacoind:
+       chmod +x $(cdbs_curdestdir)usr/bin/novacoind
+binary-post-install/novacoin-qt:
+       chmod +x $(cdbs_curdestdir)usr/bin/novacoin-qt
index c96d2f8..5da4e00 100644 (file)
@@ -1,7 +1,4 @@
 # Run the "uscan" command to check for upstream updates and more.
-version=3
-# use qa.debian.org redirector; see man uscan
-opts=uversionmangle=s/(\d)(alpha|beta|rc)/$1~$2/;s/\-src//,dversionmangle=s/~dfsg\d*// \
- http://sf.net/bitcoin/bitcoin-(\d.*)-linux\.tar\.gz debian
+version=4
 opts=uversionmangle=s/(\d)(alpha|beta|rc)/$1~$2/,dversionmangle=s/~dfsg\d*// \
- http://githubredir.debian.net/github/bitcoin/bitcoin v(.*).tar.gz
+ http://githubredir.debian.net/github/CryptoManiac/novacoin v(.*).tar.gz