neobytes/contrib/debian/control

68 lines
2.7 KiB
Plaintext
Raw Normal View History

2015-04-03 00:51:08 +02:00
Source: dash
2011-10-25 22:48:36 +02:00
Section: utils
Priority: optional
2015-04-03 00:51:08 +02:00
Maintainer: Jonas Smedegaard <dr@jones.dk> ***TODO***
Uploaders: Micah Anderson <micah@debian.org> ***TODO***
2011-10-25 22:48:36 +02:00
Build-Depends: debhelper,
devscripts,
automake,
2014-06-06 16:23:34 +02:00
libtool,
bash-completion,
2011-10-25 22:48:36 +02:00
libboost-system-dev (>> 1.35) | libboost-system1.35-dev,
libdb4.8++-dev,
libssl-dev,
pkg-config,
libminiupnpc8-dev | libminiupnpc-dev (>> 1.6),
2011-10-25 22:48:36 +02:00
libboost-filesystem-dev (>> 1.35) | libboost-filesystem1.35-dev,
libboost-program-options-dev (>> 1.35) | libboost-program-options1.35-dev,
libboost-thread-dev (>> 1.35) | libboost-thread1.35-dev,
libboost-test-dev (>> 1.35) | libboost-test1.35-dev,
qt4-qmake,
libqt4-dev,
libqrencode-dev,
libprotobuf-dev, protobuf-compiler,
python
2011-10-25 22:48:36 +02:00
Standards-Version: 3.9.2
Homepage: https://www.dash.org/
2015-04-03 00:51:08 +02:00
Vcs-Git: git://github.com/dashpay/dash.git
Vcs-Browser: https://github.com/dashpay/dash
2011-10-25 22:48:36 +02:00
2015-04-03 00:51:08 +02:00
Package: dashd
2011-10-25 22:48:36 +02:00
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
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.
2011-10-25 22:48:36 +02:00
.
2015-04-03 00:51:08 +02:00
This package provides the daemon, dashd, and the CLI tool
dash-cli to interact with the daemon.
2015-04-03 00:51:08 +02:00
Package: dash-qt
2011-10-25 22:48:36 +02:00
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
2012-07-18 16:11:56 +02:00
Description: peer-to-peer network based digital currency - Qt GUI
Dash is an experimental new digital currency that enables instant
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.
2011-10-25 22:48:36 +02:00
.
2015-04-03 00:51:08 +02:00
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
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 bitcoin daemon. Some means of
exchanging minimal transaction data with peers is still required.