deb.control 697 B

1234567891011121314151617181920212223242526
  1. Source: {{.Name}}
  2. Section: science
  3. Priority: extra
  4. Maintainer: {{.Author}}
  5. Build-Depends: debhelper (>= 8.0.0), golang-1.10
  6. Standards-Version: 3.9.5
  7. Homepage: https://ethereum.org
  8. Vcs-Git: git://github.com/ethereum/go-ethereum.git
  9. Vcs-Browser: https://github.com/ethereum/go-ethereum
  10. Package: {{.Name}}
  11. Architecture: any
  12. Depends: ${misc:Depends}, {{.ExeList}}
  13. Description: Meta-package to install geth and other tools
  14. Meta-package to install geth and other tools
  15. {{range .Executables}}
  16. Package: {{$.ExeName .}}
  17. Conflicts: {{$.ExeConflicts .}}
  18. Architecture: any
  19. Depends: ${shlibs:Depends}, ${misc:Depends}
  20. Built-Using: ${misc:Built-Using}
  21. Description: {{.Description}}
  22. {{.Description}}
  23. {{end}}