diff options
author | Anton Evangelatov <anton.evangelatov@gmail.com> | 2018-08-17 16:33:39 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2018-08-17 16:33:39 +0800 |
commit | f44046a1c6889049dbf0f9448075a43f5b280b09 (patch) | |
tree | 9f2385d1c2f1509d4f108dce019bf9e46409d2a8 /build/deb | |
parent | 2a06791461190b995e67d1c02f44fb358dbd9020 (diff) | |
download | dexon-f44046a1c6889049dbf0f9448075a43f5b280b09.tar dexon-f44046a1c6889049dbf0f9448075a43f5b280b09.tar.gz dexon-f44046a1c6889049dbf0f9448075a43f5b280b09.tar.bz2 dexon-f44046a1c6889049dbf0f9448075a43f5b280b09.tar.lz dexon-f44046a1c6889049dbf0f9448075a43f5b280b09.tar.xz dexon-f44046a1c6889049dbf0f9448075a43f5b280b09.tar.zst dexon-f44046a1c6889049dbf0f9448075a43f5b280b09.zip |
build: do not require `ethereum-swarm` deb when installing `ethereum` (#17425)
Diffstat (limited to 'build/deb')
-rw-r--r-- | build/deb/ethereum/deb.control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/deb/ethereum/deb.control b/build/deb/ethereum/deb.control index e693d1d04..defb106fe 100644 --- a/build/deb/ethereum/deb.control +++ b/build/deb/ethereum/deb.control @@ -10,7 +10,7 @@ Vcs-Browser: https://github.com/ethereum/go-ethereum Package: {{.Name}} Architecture: any -Depends: ${misc:Depends}, {{.EthereumSwarmPackageName}}, {{.ExeList}} +Depends: ${misc:Depends}, {{.ExeList}} Description: Meta-package to install geth, swarm, and other tools Meta-package to install geth, swarm and other tools |