2a87b1b07c
Adding systemd service for bitcoind, to provide for a simpler out-of-the-box experience. Configuration file is /etc/bitcoin/bitcoin.conf. This file is a copy of the sample configuration file. The service user 'bitcoin' is added during install. Its homedir is in '/var/lib/bitcoin'. bitcoind.service is disabled by default to allow the user to configure it, before starting it the first time. On package purge, the 'bitcoin' user as well as its homedir is left intact, to not accidentally remove a wallet or something of equal importance. Instead the user is presented with information on how to perform the cleanup manually, after making sure all important data has been backed up.
72 lines
2.7 KiB
Text
72 lines
2.7 KiB
Text
Source: bitcoin
|
|
Section: utils
|
|
Priority: optional
|
|
Maintainer: Matt Corallo <matt@mattcorallo.com>
|
|
Uploaders: Matt Corallo <matt@mattcorallo.com>
|
|
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.47),
|
|
libboost-filesystem1.48-dev | libboost-filesystem-dev (>> 1.47),
|
|
libboost-program-options1.48-dev | libboost-program-options-dev (>> 1.47),
|
|
libboost-thread1.48-dev | libboost-thread-dev (>> 1.47),
|
|
libboost-test1.48-dev | libboost-test-dev (>> 1.47),
|
|
libboost-chrono1.48-dev | libboost-chrono-dev (>> 1.47),
|
|
libminiupnpc8-dev | libminiupnpc-dev,
|
|
qt4-qmake, libqt4-dev,
|
|
xvfb,
|
|
qttools5-dev-tools, qttools5-dev,
|
|
libqrencode-dev,
|
|
libprotobuf-dev, protobuf-compiler,
|
|
python,
|
|
libzmq3-dev,
|
|
dh-systemd
|
|
Standards-Version: 3.9.2
|
|
Homepage: https://bitcoincore.org/
|
|
Vcs-Git: git://github.com/bitcoin/bitcoin.git
|
|
Vcs-Browser: https://github.com/bitcoin/bitcoin
|
|
|
|
Package: bitcoind
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}, adduser
|
|
Description: peer-to-peer network based digital currency - daemon
|
|
Bitcoin is a free open source peer-to-peer electronic cash system that
|
|
is completely decentralized, without the need for a central server or
|
|
trusted parties. Users hold the crypto keys to their own money and
|
|
transact directly with each other, with the help of a P2P network to
|
|
check for double-spending.
|
|
.
|
|
This package provides the daemon, bitcoind, and the CLI tool
|
|
bitcoin-cli to interact with the daemon.
|
|
|
|
Package: bitcoin-qt
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: peer-to-peer network based digital currency - Qt GUI
|
|
Bitcoin is a free open source peer-to-peer electronic cash system that
|
|
is completely decentralized, without the need for a central server or
|
|
trusted parties. Users hold the crypto keys to their own money and
|
|
transact directly with each other, with the help of a P2P network to
|
|
check for double-spending.
|
|
.
|
|
This package provides Bitcoin-Qt, a GUI for Bitcoin based on Qt.
|
|
|
|
Package: bitcoin-tx
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Description: peer-to-peer digital currency - standalone transaction tool
|
|
Bitcoin is a free open source peer-to-peer electronic cash system that
|
|
is completely decentralized, without the need for a central server or
|
|
trusted parties. Users hold the crypto keys to their own money and
|
|
transact directly with each other, with the help of a P2P network to
|
|
check for double-spending.
|
|
.
|
|
This package provides bitcoin-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.
|