diff options
| author | Wladimir J. van der Laan <[email protected]> | 2018-05-01 17:03:49 +0200 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2018-05-01 17:05:06 +0200 |
| commit | 1408d6cf768cc3c88e9ab9efe98b0cb52ae3b537 (patch) | |
| tree | 5c3728ace4796ff319e4b8be179bebe10dc98143 /contrib/debian/control | |
| parent | Merge #12769: Add systemd service to bitcoind in debian package (diff) | |
| download | discoin-1408d6cf768cc3c88e9ab9efe98b0cb52ae3b537.tar.xz discoin-1408d6cf768cc3c88e9ab9efe98b0cb52ae3b537.zip | |
Revert #12769: Add systemd service to bitcoind in debian package
After discussion with Matt on IRC, this is not ready for prime time
until 2019 and shouldn't have been ACKed and merged.
- Revert "Add systemd service for bitcoind"
This reverts commit 2a87b1b07c5c4f8b9b34747c5f254c2ae1e824bf.
- Revert "Sync contrib/debian from Matt Corallo's PPA"
This reverts commit 9085532d35207c4a7690812ae82e476cf518d451.
Tree-SHA512: 439f4ccc3e196011af448b220adf26b0e653ac589bf4cfbbc276c1500c9d08f209c9d6101e4d232857779d9f25164cfb222ed30e3d63de116f9121e6ebde31c3
Diffstat (limited to 'contrib/debian/control')
| -rw-r--r-- | contrib/debian/control | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/contrib/debian/control b/contrib/debian/control index ffb56f9ea..0d6ad25e2 100644 --- a/contrib/debian/control +++ b/contrib/debian/control @@ -20,13 +20,11 @@ Build-Depends: debhelper, 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 + libzmq3-dev Standards-Version: 3.9.2 Homepage: https://bitcoincore.org/ Vcs-Git: git://github.com/bitcoin/bitcoin.git @@ -34,7 +32,7 @@ Vcs-Browser: https://github.com/bitcoin/bitcoin Package: bitcoind Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends}, adduser +Depends: ${shlibs:Depends}, ${misc:Depends} 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 |