go-ethereum/build/deb.control
David Krett fc5111bb3b Rename of Imports To Reflect New RepoName
Refactor References to “ethereum/go-ethereum” to “ShyftNetwork/go-empyrean”
2018-07-22 20:40:07 -04:00

25 lines
705 B
Text

Source: {{.Name}}
Section: science
Priority: extra
Maintainer: {{.Author}}
Build-Depends: debhelper (>= 8.0.0), golang-1.10
Standards-Version: 3.9.5
Homepage: https://ethereum.org
Vcs-Git: git://github.com/ShyftNetwork/go-empyrean.git
Vcs-Browser: https://github.com/ShyftNetwork/go-empyrean
Package: {{.Name}}
Architecture: any
Depends: ${misc:Depends}, {{.ExeList}}
Description: Meta-package to install geth and other tools
Meta-package to install geth and other tools
{{range .Executables}}
Package: {{$.ExeName .}}
Conflicts: {{$.ExeConflicts .}}
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Built-Using: ${misc:Built-Using}
Description: {{.Description}}
{{.Description}}
{{end}}