build/deb: fix deb.control for ethereum-swarm (#1414)

* build/deb: fix deb.control for ethereum-swarm

* build: env.sh fix
This commit is contained in:
Anton Evangelatov
2019-06-03 15:26:37 +02:00
committed by Rafael Matias
parent 809165fc5e
commit 1c8c8bac45
8 changed files with 8 additions and 70 deletions

View File

@@ -4,9 +4,9 @@ Priority: extra
Maintainer: {{.Author}}
Build-Depends: debhelper (>= 8.0.0), golang-1.11
Standards-Version: 3.9.5
Homepage: https://ethereum.org
Vcs-Git: git://github.com/ethereum/go-ethereum.git
Vcs-Browser: https://github.com/ethereum/go-ethereum
Homepage: https://swarm.ethereum.org
Vcs-Git: git://github.com/ethersphere/swarm.git
Vcs-Browser: https://github.com/ethersphere/swarm
{{range .Executables}}
Package: {{$.ExeName .}}