github.com/digdeepmining/go-atheios@v1.5.13-0.20180902133602-d5687a2e6f43/build/deb.control (about)

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