diff options
author | Péter Szilágyi <peterke@gmail.com> | 2017-04-13 19:11:33 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2017-04-13 19:11:33 +0800 |
commit | cc5654cb59c455464059439c9b1df2f99f3bb435 (patch) | |
tree | c6eb2cd8dd72e2a8bfba56cbcfdc6a4815e171e3 /build/deb.control | |
parent | d5d910e8b68f6c6b29ca85f5a9fa1b72b2cc08c1 (diff) | |
download | dexon-cc5654cb59c455464059439c9b1df2f99f3bb435.tar dexon-cc5654cb59c455464059439c9b1df2f99f3bb435.tar.gz dexon-cc5654cb59c455464059439c9b1df2f99f3bb435.tar.bz2 dexon-cc5654cb59c455464059439c9b1df2f99f3bb435.tar.lz dexon-cc5654cb59c455464059439c9b1df2f99f3bb435.tar.xz dexon-cc5654cb59c455464059439c9b1df2f99f3bb435.tar.zst dexon-cc5654cb59c455464059439c9b1df2f99f3bb435.zip |
build: bump launchpad builds to Go 1.8.1
Diffstat (limited to 'build/deb.control')
-rw-r--r-- | build/deb.control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/build/deb.control b/build/deb.control index d39393d29..7394754ef 100644 --- a/build/deb.control +++ b/build/deb.control @@ -2,7 +2,7 @@ Source: {{.Name}} Section: science Priority: extra Maintainer: {{.Author}} -Build-Depends: debhelper (>= 8.0.0), golang-1.7 +Build-Depends: debhelper (>= 8.0.0), golang-1.8 Standards-Version: 3.9.5 Homepage: https://ethereum.org Vcs-Git: git://github.com/ethereum/go-ethereum.git @@ -13,7 +13,7 @@ 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 .}} |