aboutsummaryrefslogtreecommitdiffstats
path: root/build/deb.control
diff options
context:
space:
mode:
authorFelix Lange <fjl@twurst.com>2016-10-01 04:03:08 +0800
committerFelix Lange <fjl@twurst.com>2016-10-02 19:08:56 +0800
commit4f7627972e4997965be6f3c406904ef613e14c20 (patch)
tree0d4e7f9ce56a2d161aa8408523d15cf95f0086d2 /build/deb.control
parentd8715fba1a366944a069397775fc52a30358eff3 (diff)
downloaddexon-4f7627972e4997965be6f3c406904ef613e14c20.tar
dexon-4f7627972e4997965be6f3c406904ef613e14c20.tar.gz
dexon-4f7627972e4997965be6f3c406904ef613e14c20.tar.bz2
dexon-4f7627972e4997965be6f3c406904ef613e14c20.tar.lz
dexon-4f7627972e4997965be6f3c406904ef613e14c20.tar.xz
dexon-4f7627972e4997965be6f3c406904ef613e14c20.tar.zst
dexon-4f7627972e4997965be6f3c406904ef613e14c20.zip
build: improve debian packaging
This commit tweaks the debian packaging tool: * All build environment metadata can now be overriden on the command line. This allows testing the CI build behaviour locally. * -unstable packages now actually contain the binaries (oops) * packages use Go 1.7 to build * archiving is skipped for PR builds
Diffstat (limited to 'build/deb.control')
-rw-r--r--build/deb.control2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/deb.control b/build/deb.control
index 4a65c7fac..d39393d29 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.6
+Build-Depends: debhelper (>= 8.0.0), golang-1.7
Standards-Version: 3.9.5
Homepage: https://ethereum.org
Vcs-Git: git://github.com/ethereum/go-ethereum.git