2016-05-25 12:07:57 +00:00
|
|
|
Source: {{.Name}}
|
|
|
|
Section: science
|
|
|
|
Priority: extra
|
|
|
|
Maintainer: {{.Author}}
|
travis, build, internal: use own Go bundle for PPA builds (#20240)
* build: bump PPAs to Go 1.13 (via longsleep), keep Trusty on 1.11
* travis, build, vendor: use own Go bundle for PPA builds
* travis, build, internal, vendor: smarter Go bundler, own untar
* build: updated ci-notes with new Go bundling, only make, don't test
2019-11-05 13:32:42 +00:00
|
|
|
Build-Depends: debhelper (>= 8.0.0), {{.GoBootPackage}}
|
2016-05-25 12:07:57 +00:00
|
|
|
Standards-Version: 3.9.5
|
|
|
|
Homepage: https://ethereum.org
|
2022-04-11 18:04:08 +00:00
|
|
|
Vcs-Git: https://github.com/ethereum/go-ethereum.git
|
2016-05-25 12:07:57 +00:00
|
|
|
Vcs-Browser: https://github.com/ethereum/go-ethereum
|
|
|
|
|
|
|
|
Package: {{.Name}}
|
|
|
|
Architecture: any
|
2018-08-17 08:33:39 +00:00
|
|
|
Depends: ${misc:Depends}, {{.ExeList}}
|
2019-06-04 13:35:36 +00:00
|
|
|
Description: Meta-package to install geth and other tools
|
|
|
|
Meta-package to install geth and other tools
|
2017-04-13 11:11:33 +00:00
|
|
|
|
2016-05-25 12:07:57 +00:00
|
|
|
{{range .Executables}}
|
|
|
|
Package: {{$.ExeName .}}
|
|
|
|
Conflicts: {{$.ExeConflicts .}}
|
|
|
|
Architecture: any
|
|
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
|
|
Built-Using: ${misc:Built-Using}
|
|
|
|
Description: {{.Description}}
|
|
|
|
{{.Description}}
|
|
|
|
{{end}}
|