1
1
Source: dash
2
2
Section: utils
3
3
Priority: optional
4
- Maintainer:
Jonas Smedegaard <[email protected] > ***TODO***
5
- Uploaders: Micah Anderson <micah@debian .org> ***TODO***
4
+ Maintainer:
Holger Schinzel <[email protected] >
5
+ Uploaders: Holger Schinzel <holger@dash .org>
6
6
Build-Depends: debhelper,
7
7
devscripts,
8
8
automake,
9
9
libtool,
10
10
bash-completion,
11
- libboost-system-dev (>> 1.35) | libboost-system1.35-dev,
12
11
libdb4.8++-dev,
13
12
libssl-dev,
14
13
pkg-config,
15
- libminiupnpc8-dev | libminiupnpc-dev (>> 1.6),
16
- libboost-filesystem-dev (>> 1.35) | libboost-filesystem1.35-dev,
17
- libboost-program-options-dev (>> 1.35) | libboost-program-options1.35-dev,
18
- libboost-thread-dev (>> 1.35) | libboost-thread1.35-dev,
19
- libboost-test-dev (>> 1.35) | libboost-test1.35-dev,
14
+ libevent-dev,
15
+ libboost-system1.48-dev | libboost-system-dev (>> 1.35),
16
+ libboost-filesystem1.48-dev | libboost-filesystem-dev (>> 1.35),
17
+ libboost-program-options1.48-dev | libboost-program-options-dev (>> 1.35),
18
+ libboost-thread1.48-dev | libboost-thread-dev (>> 1.35),
19
+ libboost-test1.48-dev | libboost-test-dev (>> 1.35),
20
+ libboost-chrono1.48-dev | libboost-chrono-dev (>> 1.35),
20
21
qt4-qmake,
21
22
libqt4-dev,
22
23
libqrencode-dev,
23
24
libprotobuf-dev, protobuf-compiler,
24
25
python
25
26
Standards-Version: 3.9.2
26
- Homepage: https://www. dash.org/
27
+ Homepage: https://dash.org/
27
28
Vcs-Git: git://github.com/dashpay/dash.git
28
29
Vcs-Browser: https://github.com/dashpay/dash
29
30
30
31
Package: dashd
31
32
Architecture: any
32
33
Depends: ${shlibs:Depends}, ${misc:Depends}
33
34
Description: peer-to-peer network based digital currency - daemon
34
- Dash is an experimental new digital currency that enables instant
35
- payments to anyone, anywhere in the world. Dash 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. Dash Core
38
- is the name of the open source software which enables the use of this currency.
35
+ Dash is a free open source peer-to-peer electronic cash system that
36
+ is completely decentralized, without the need for a central server or
37
+ trusted parties. Users hold the crypto keys to their own money and
38
+ transact directly with each other, with the help of a P2P network to
39
+ check for double-spending.
40
+ .
41
+ Full transaction history is stored locally at each client. This
42
+ requires 2+ GB of space, slowly growing.
39
43
.
40
44
This package provides the daemon, dashd, and the CLI tool
41
45
dash-cli to interact with the daemon.
@@ -44,23 +48,26 @@ Package: dash-qt
44
48
Architecture: any
45
49
Depends: ${shlibs:Depends}, ${misc:Depends}
46
50
Description: peer-to-peer network based digital currency - Qt GUI
47
- Dash is an experimental new digital currency that enables instant
48
- payments to anyone, anywhere in the world. Dash 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. Dash Core
51
- is the name of the open source software which enables the use of this currency.
51
+ Dash is a free open source peer-to-peer electronic cash system that
52
+ is completely decentralized, without the need for a central server or
53
+ trusted parties. Users hold the crypto keys to their own money and
54
+ transact directly with each other, with the help of a P2P network to
55
+ check for double-spending.
56
+ .
57
+ Full transaction history is stored locally at each client. This
58
+ requires 2+ GB of space, slowly growing.
52
59
.
53
60
This package provides Dash-Qt, a GUI for Dash based on Qt.
54
61
55
62
Package: dash-tx
56
63
Architecture: any
57
64
Depends: ${shlibs:Depends}, ${misc:Depends}
58
65
Description: peer-to-peer digital currency - standalone transaction tool
59
- Dash is an experimental new digital currency that enables instant
60
- payments to anyone, anywhere in the world. Dash 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. Dash Core
63
- is the name of the open source software which enables the use of this currency .
66
+ Dash is a free open source peer-to-peer electronic cash system that
67
+ is completely decentralized, without the need for a central server or
68
+ trusted parties. Users hold the crypto keys to their own money and
69
+ transact directly with each other, with the help of a P2P network to
70
+ check for double-spending .
64
71
.
65
72
This package provides dash-tx, a command-line transaction creation
66
73
tool which can be used without a dash daemon. Some means of
0 commit comments