Skip to content

Commit b1fcdec

Browse files
committed
Merge pull request #7042
70899d7 [doc][trivial] Update Debian control description (fanquake) 2fcb849 [doc][trivial] Remove source forge from Debian watch. (fanquake)
2 parents ed34e05 + 70899d7 commit b1fcdec

File tree

2 files changed

+15
-23
lines changed

2 files changed

+15
-23
lines changed

contrib/debian/control

Lines changed: 15 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,11 @@ Package: bitcoind
3131
Architecture: any
3232
Depends: ${shlibs:Depends}, ${misc:Depends}
3333
Description: peer-to-peer network based digital currency - daemon
34-
Bitcoin is a free open source peer-to-peer electronic cash system that
35-
is completely decentralized, without the need for a central server or
36-
trusted parties. Users hold the crypto keys to their own money and
37-
transact directly with each other, with the help of a P2P network to
38-
check for double-spending.
39-
.
40-
Full transaction history is stored locally at each client. This
41-
requires 20+ GB of space, slowly growing.
34+
Bitcoin is an experimental new digital currency that enables instant
35+
payments to anyone, anywhere in the world. Bitcoin uses peer-to-peer
36+
technology to operate with no central authority: managing transactions
37+
and issuing money are carried out collectively by the network. Bitcoin Core
38+
is the name of the open source software which enables the use of this currency.
4239
.
4340
This package provides the daemon, bitcoind, and the CLI tool
4441
bitcoin-cli to interact with the daemon.
@@ -47,26 +44,23 @@ Package: bitcoin-qt
4744
Architecture: any
4845
Depends: ${shlibs:Depends}, ${misc:Depends}
4946
Description: peer-to-peer network based digital currency - Qt GUI
50-
Bitcoin is a free open source peer-to-peer electronic cash system that
51-
is completely decentralized, without the need for a central server or
52-
trusted parties. Users hold the crypto keys to their own money and
53-
transact directly with each other, with the help of a P2P network to
54-
check for double-spending.
55-
.
56-
Full transaction history is stored locally at each client. This
57-
requires 20+ GB of space, slowly growing.
47+
Bitcoin is an experimental new digital currency that enables instant
48+
payments to anyone, anywhere in the world. Bitcoin uses peer-to-peer
49+
technology to operate with no central authority: managing transactions
50+
and issuing money are carried out collectively by the network. Bitcoin Core
51+
is the name of the open source software which enables the use of this currency.
5852
.
5953
This package provides Bitcoin-Qt, a GUI for Bitcoin based on Qt.
6054

6155
Package: bitcoin-tx
6256
Architecture: any
6357
Depends: ${shlibs:Depends}, ${misc:Depends}
6458
Description: peer-to-peer digital currency - standalone transaction tool
65-
Bitcoin is a free open source peer-to-peer electronic cash system that
66-
is completely decentralized, without the need for a central server or
67-
trusted parties. Users hold the crypto keys to their own money and
68-
transact directly with each other, with the help of a P2P network to
69-
check for double-spending.
59+
Bitcoin is an experimental new digital currency that enables instant
60+
payments to anyone, anywhere in the world. Bitcoin uses peer-to-peer
61+
technology to operate with no central authority: managing transactions
62+
and issuing money are carried out collectively by the network. Bitcoin Core
63+
is the name of the open source software which enables the use of this currency.
7064
.
7165
This package provides bitcoin-tx, a command-line transaction creation
7266
tool which can be used without a bitcoin daemon. Some means of

contrib/debian/watch

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Run the "uscan" command to check for upstream updates and more.
22
version=3
33
# use qa.debian.org redirector; see man uscan
4-
opts=uversionmangle=s/(\d)(alpha|beta|rc)/$1~$2/;s/\-src//,dversionmangle=s/~dfsg\d*// \
5-
http://sf.net/bitcoin/bitcoin-(\d.*)-linux\.tar\.gz debian
64
opts=uversionmangle=s/(\d)(alpha|beta|rc)/$1~$2/,dversionmangle=s/~dfsg\d*// \
75
http://githubredir.debian.net/github/bitcoin/bitcoin v(.*).tar.gz

0 commit comments

Comments
 (0)