Merge pull request #7042
70899d7
[doc][trivial] Update Debian control description (fanquake)2fcb849
[doc][trivial] Remove source forge from Debian watch. (fanquake)
This commit is contained in:
commit
b1fcdec687
@ -31,14 +31,11 @@ Package: bitcoind
|
|||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||||
Description: peer-to-peer network based digital currency - daemon
|
Description: peer-to-peer network based digital currency - daemon
|
||||||
Bitcoin is a free open source peer-to-peer electronic cash system that
|
Bitcoin is an experimental new digital currency that enables instant
|
||||||
is completely decentralized, without the need for a central server or
|
payments to anyone, anywhere in the world. Bitcoin uses peer-to-peer
|
||||||
trusted parties. Users hold the crypto keys to their own money and
|
technology to operate with no central authority: managing transactions
|
||||||
transact directly with each other, with the help of a P2P network to
|
and issuing money are carried out collectively by the network. Bitcoin Core
|
||||||
check for double-spending.
|
is the name of the open source software which enables the use of this currency.
|
||||||
.
|
|
||||||
Full transaction history is stored locally at each client. This
|
|
||||||
requires 20+ GB of space, slowly growing.
|
|
||||||
.
|
.
|
||||||
This package provides the daemon, bitcoind, and the CLI tool
|
This package provides the daemon, bitcoind, and the CLI tool
|
||||||
bitcoin-cli to interact with the daemon.
|
bitcoin-cli to interact with the daemon.
|
||||||
@ -47,14 +44,11 @@ Package: bitcoin-qt
|
|||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||||
Description: peer-to-peer network based digital currency - Qt GUI
|
Description: peer-to-peer network based digital currency - Qt GUI
|
||||||
Bitcoin is a free open source peer-to-peer electronic cash system that
|
Bitcoin is an experimental new digital currency that enables instant
|
||||||
is completely decentralized, without the need for a central server or
|
payments to anyone, anywhere in the world. Bitcoin uses peer-to-peer
|
||||||
trusted parties. Users hold the crypto keys to their own money and
|
technology to operate with no central authority: managing transactions
|
||||||
transact directly with each other, with the help of a P2P network to
|
and issuing money are carried out collectively by the network. Bitcoin Core
|
||||||
check for double-spending.
|
is the name of the open source software which enables the use of this currency.
|
||||||
.
|
|
||||||
Full transaction history is stored locally at each client. This
|
|
||||||
requires 20+ GB of space, slowly growing.
|
|
||||||
.
|
.
|
||||||
This package provides Bitcoin-Qt, a GUI for Bitcoin based on Qt.
|
This package provides Bitcoin-Qt, a GUI for Bitcoin based on Qt.
|
||||||
|
|
||||||
@ -62,11 +56,11 @@ Package: bitcoin-tx
|
|||||||
Architecture: any
|
Architecture: any
|
||||||
Depends: ${shlibs:Depends}, ${misc:Depends}
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
||||||
Description: peer-to-peer digital currency - standalone transaction tool
|
Description: peer-to-peer digital currency - standalone transaction tool
|
||||||
Bitcoin is a free open source peer-to-peer electronic cash system that
|
Bitcoin is an experimental new digital currency that enables instant
|
||||||
is completely decentralized, without the need for a central server or
|
payments to anyone, anywhere in the world. Bitcoin uses peer-to-peer
|
||||||
trusted parties. Users hold the crypto keys to their own money and
|
technology to operate with no central authority: managing transactions
|
||||||
transact directly with each other, with the help of a P2P network to
|
and issuing money are carried out collectively by the network. Bitcoin Core
|
||||||
check for double-spending.
|
is the name of the open source software which enables the use of this currency.
|
||||||
.
|
.
|
||||||
This package provides bitcoin-tx, a command-line transaction creation
|
This package provides bitcoin-tx, a command-line transaction creation
|
||||||
tool which can be used without a bitcoin daemon. Some means of
|
tool which can be used without a bitcoin daemon. Some means of
|
||||||
|
@ -1,7 +1,5 @@
|
|||||||
# Run the "uscan" command to check for upstream updates and more.
|
# Run the "uscan" command to check for upstream updates and more.
|
||||||
version=3
|
version=3
|
||||||
# use qa.debian.org redirector; see man uscan
|
# 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
|
|
||||||
opts=uversionmangle=s/(\d)(alpha|beta|rc)/$1~$2/,dversionmangle=s/~dfsg\d*// \
|
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/bitcoin/bitcoin v(.*).tar.gz
|
||||||
|
Loading…
Reference in New Issue
Block a user