Replaced remaining references to Bitcoin, with Dogecoin, in Debian contrib.

This commit is contained in:
Ross Nicoll 2014-04-03 23:51:08 +01:00 committed by J Ross Nicoll
parent cf37dad5c1
commit 63762e9dc4
8 changed files with 23 additions and 23 deletions

View file

@ -1,21 +1,21 @@
Debian
====================
This directory contains files used to package bitcoind/bitcoin-qt
for Debian-based Linux systems. If you compile bitcoind/bitcoin-qt yourself, there are some useful files here.
This directory contains files used to package dogecoind/dogecoin-qt
for Debian-based Linux systems. If you compile dogecoind/dogecoin-qt yourself, there are some useful files here.
## bitcoin: URI support ##
## dogecoin: URI support ##
bitcoin-qt.desktop (Gnome / Open Desktop)
dogecoin-qt.desktop (Gnome / Open Desktop)
To install:
sudo desktop-file-install bitcoin-qt.desktop
sudo desktop-file-install dogecoin-qt.desktop
sudo update-desktop-database
If you build yourself, you will either need to modify the paths in
the .desktop file or copy or symlink your bitcoin-qt binary to `/usr/bin`
the .desktop file or copy or symlink your dogecoin-qt binary to `/usr/bin`
and the `../../share/pixmaps/bitcoin128.png` to `/usr/share/pixmaps`
bitcoin-qt.protocol (KDE)
dogecoin-qt.protocol (KDE)

View file

@ -3,4 +3,4 @@ share/pixmaps/bitcoin32.xpm usr/share/pixmaps
share/pixmaps/bitcoin16.xpm usr/share/pixmaps
share/pixmaps/bitcoin128.png usr/share/pixmaps
debian/dogecoin-qt.desktop usr/share/applications
debian/dogecoin-qt.protocol usr/share/kde4/services/
debian/dogecoin-qt.protocol usr/share/kde4/services/

View file

@ -1,2 +1,2 @@
usr/local/bin/dogecoind usr/bin
usr/local/bin/dogecoin-cli usr/bin
usr/local/bin/dogecoin-cli usr/bin

View file

@ -1,3 +1,3 @@
debian/manpages/dogecoind.1
debian/manpages/dogercoin.conf.5
debian/manpages/dogecoin-cli.1
debian/manpages/dogecoin.conf.5
debian/manpages/dogecoin-cli.1

View file

@ -130,4 +130,4 @@
#min=1
# Minimize to the system tray
#minimizetotray=1
#minimizetotray=1

View file

@ -1,12 +1,12 @@
.TH BITCOIN-CLI "1" "February 2015" "bitcoin-cli 0.10"
.TH DOGECOIN-CLI "1" "February 2015" "dogecoin-cli 0.10"
.SH NAME
bitcoin-cli \- a remote procedure call client for Bitcoin Core.
dogecoin-cli \- a remote procedure call client for Dogecoin Core.
.SH SYNOPSIS
bitcoin-cli [options] <command> [params] \- Send command to Bitcoin Core.
dogecoin-cli [options] <command> [params] \- Send command to Dogecoin Core.
.TP
bitcoin-cli [options] help \- Asks Bitcoin Core for a list of supported commands.
dogecoin-cli [options] help \- Asks Dogecoin Core for a list of supported commands.
.SH DESCRIPTION
This manual page documents the bitcoin-cli program. bitcoin-cli is an RPC client used to send commands to Bitcoin Core.
This manual page documents the dogecoin-cli program. dogecoin-cli is an RPC client used to send commands to Dogecoin Core.
.SH OPTIONS
.TP
@ -14,16 +14,16 @@ This manual page documents the bitcoin-cli program. bitcoin-cli is an RPC client
Show the help message.
.TP
\fB\-conf=\fR<file>
Specify configuration file (default: bitcoin.conf).
Specify configuration file (default: dogecoin.conf).
.TP
\fB\-datadir=\fR<dir>
Specify data directory.
.TP
\fB\-testnet\fR
Connect to a Bitcoin Core instance running in testnet mode.
Connect to a Dogecoin Core instance running in testnet mode.
.TP
\fB\-regtest\fR
Connect to a Bitcoin Core instance running in regtest mode (see documentation for -regtest on bitcoind).
Connect to a Dogecoin Core instance running in regtest mode (see documentation for -regtest on dogecoind).
.TP
\fB\-rpcuser=\fR<user>
Username for JSON\-RPC connections.
@ -32,7 +32,7 @@ Username for JSON\-RPC connections.
Password for JSON\-RPC connections.
.TP
\fB\-rpcport=\fR<port>
Listen for JSON\-RPC connections on <port> (default: 8332 or testnet: 18332).
Listen for JSON\-RPC connections on <port> (default: 22555 or testnet: 44555).
.TP
\fB\-rpcconnect=\fR<ip>
Send commands to node running on <ip> (default: 127.0.0.1).
@ -41,7 +41,7 @@ Send commands to node running on <ip> (default: 127.0.0.1).
Use OpenSSL (https) for JSON\-RPC connections (see the Bitcoin Wiki for SSL setup instructions).
.SH "SEE ALSO"
\fBbitcoind\fP, \fBbitcoin.conf\fP
\fBdogecoind\fP, \fBdogecoin.conf\fP
.SH AUTHOR
This manual page was written by Ciemon Dunville <ciemon@gmail.com>. Permission is granted to copy, distribute and/or modify this document under the terms of the MIT License.

View file

@ -22,4 +22,4 @@ override_dh_auto_configure:
./configure
override_dh_auto_test:
make check
make check