v. 1.0.0.0

This commit is contained in:
NeoDashh
2017-12-08 09:40:03 +07:00
parent 1d588bf976
commit 3a6bb4b0ce
1539 changed files with 340734 additions and 0 deletions

68
contrib/debian/control Normal file
View File

@@ -0,0 +1,68 @@
Source: neodash
Section: utils
Priority: optional
Maintainer: Holger Schinzel <holger@neodash.org>
Uploaders: Holger Schinzel <holger@neodash.org>
Build-Depends: debhelper,
devscripts,
automake,
libtool,
bash-completion,
libdb4.8++-dev,
libssl-dev,
pkg-config,
libevent-dev,
libboost-system1.48-dev | libboost-system-dev (>> 1.35),
libboost-filesystem1.48-dev | libboost-filesystem-dev (>> 1.35),
libboost-program-options1.48-dev | libboost-program-options-dev (>> 1.35),
libboost-thread1.48-dev | libboost-thread-dev (>> 1.35),
libboost-test1.48-dev | libboost-test-dev (>> 1.35),
libboost-chrono1.48-dev | libboost-chrono-dev (>> 1.35),
qt4-qmake,
libqt4-dev,
libqrencode-dev,
libprotobuf-dev, protobuf-compiler,
python
Standards-Version: 3.9.2
Homepage: https://www.neodash.org/
Vcs-Git: git://github.com/neodashpay/neodash.git
Vcs-Browser: https://github.com/neodashpay/neodash
Package: neodashd
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: peer-to-peer network based digital currency - daemon
Neodash is an experimental new digital currency that enables anonymous, instant
payments to anyone, anywhere in the world. Neodash uses peer-to-peer
technology to operate with no central authority: managing transactions
and issuing money are carried out collectively by the network. Neodash Core
is the name of the open source software which enables the use of this currency.
.
This package provides the daemon, neodashd, and the CLI tool
neodash-cli to interact with the daemon.
Package: neodash-qt
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: peer-to-peer network based digital currency - Qt GUI
Neodash is an experimental new digital currency that enables anonymous, instant
payments to anyone, anywhere in the world. Neodash uses peer-to-peer
technology to operate with no central authority: managing transactions
and issuing money are carried out collectively by the network. Neodash Core
is the name of the open source software which enables the use of this currency.
.
This package provides Neodash-Qt, a GUI for Neodash based on Qt.
Package: neodash-tx
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: peer-to-peer digital currency - standalone transaction tool
Neodash is an experimental new digital currency that enables anonymous, instant
payments to anyone, anywhere in the world. Neodash uses peer-to-peer
technology to operate with no central authority: managing transactions
and issuing money are carried out collectively by the network. Neodash Core
is the name of the open source software which enables the use of this currency.
.
This package provides neodash-tx, a command-line transaction creation
tool which can be used without a neodash daemon. Some means of
exchanging minimal transaction data with peers is still required.