mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
1ff571fc2c
ea3c7e585c382998212fd7f41114462a8168a734 test: Remove libssl-dev packages from CI scripts (Wladimir J. van der Laan)
7ea55264b9d60325bc7a5c15d78e9063de145970 test: remove lsan suppression for libcrypto (Wladimir J. van der Laan)
2d7066527a456f8e1f4f603fe104b0bd9d864559 build: remove libcrypto as internal dependency in libbitcoinconsensus.pc (Wladimir J. van der Laan)
278751ea11f2cfe68b0c98f504f65586720cb5a4 doc: Remove ssl as a required dependency from build-unix (Wladimir J. van der Laan)
Pull request description:
Some doc and build cleanups following #17265.
I intentionally left the libssl-dev install in `gitian-win-signer.yml`, as it's necessary for the ossl signer.
ACKs for top commit:
MarcoFalke:
ACK ea3c7e585c382998212fd7f41114462a8168a734 🗯
jamesob:
ACK ea3c7e585c
practicalswift:
ACK ea3c7e585c382998212fd7f41114462a8168a734 - nice!
fanquake:
ACK ea3c7e585c382998212fd7f41114462a8168a734 - thanks.
Tree-SHA512: 67ea35bdd6d6e512d69e6734713534c88cae033a2ed695677ea15c3e3d5ff570374e342775c88e60877fa43a19047853e7b2a433e2c9a4349a5c423726a7457e
66 lines
2.6 KiB
Plaintext
66 lines
2.6 KiB
Plaintext
Source: dash
|
|
Section: utils
|
|
Priority: optional
|
|
Maintainer: Holger Schinzel <holger@dash.org>
|
|
Uploaders: Holger Schinzel <holger@dash.org>
|
|
Build-Depends: debhelper,
|
|
devscripts,
|
|
automake,
|
|
libtool,
|
|
bash-completion,
|
|
libdb4.8++-dev,
|
|
pkg-config,
|
|
libevent-dev,
|
|
libboost-filesystem1.48-dev | libboost-filesystem-dev (>> 1.47),
|
|
libboost-thread1.48-dev | libboost-thread-dev (>> 1.47),
|
|
libboost-test1.48-dev | libboost-test-dev (>> 1.47),
|
|
libminiupnpc8-dev | libminiupnpc-dev,
|
|
qt4-qmake, libqt4-dev,
|
|
qttools5-dev-tools, qttools5-dev,
|
|
libqrencode-dev,
|
|
python,
|
|
libzmq3-dev
|
|
Standards-Version: 3.9.2
|
|
Homepage: https://www.dash.org/
|
|
Vcs-Git: git://github.com/dashpay/dash.git
|
|
Vcs-Browser: https://github.com/dashpay/dash
|
|
|
|
Package: dashd
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: peer-to-peer network based digital currency - daemon
|
|
Dash is an experimental new digital currency that enables instant, private
|
|
payments to anyone, anywhere in the world. Dash uses peer-to-peer
|
|
technology to operate with no central authority: managing transactions
|
|
and issuing money are carried out collectively by the network. Dash Core
|
|
is the name of the open source software which enables the use of this currency.
|
|
.
|
|
This package provides the daemon, dashd, and the CLI tool
|
|
dash-cli to interact with the daemon.
|
|
|
|
Package: dash-qt
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: peer-to-peer network based digital currency - Qt GUI
|
|
Dash is an experimental new digital currency that enables instant, private
|
|
payments to anyone, anywhere in the world. Dash uses peer-to-peer
|
|
technology to operate with no central authority: managing transactions
|
|
and issuing money are carried out collectively by the network. Dash Core
|
|
is the name of the open source software which enables the use of this currency.
|
|
.
|
|
This package provides Dash-Qt, a GUI for Dash based on Qt.
|
|
|
|
Package: dash-tx
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: peer-to-peer digital currency - standalone transaction tool
|
|
Dash is an experimental new digital currency that enables instant, private
|
|
payments to anyone, anywhere in the world. Dash uses peer-to-peer
|
|
technology to operate with no central authority: managing transactions
|
|
and issuing money are carried out collectively by the network. Dash Core
|
|
is the name of the open source software which enables the use of this currency.
|
|
.
|
|
This package provides dash-tx, a command-line transaction creation
|
|
tool which can be used without a dash daemon. Some means of
|
|
exchanging minimal transaction data with peers is still required.
|