@@ -5,9 +5,9 @@ for Ubuntu. Packages are built for the all Ubuntu versions which are supported b
5
5
Canonical:
6
6
7
7
- Trusty Tahr (14.04 LTS)
8
- - Wily Werewolf (15.10)
9
8
- Xenial Xerus (16.04 LTS)
10
9
- Yakkety Yak (16.10)
10
+ - Zesty Zapus (17.04)
11
11
12
12
Packages of develop branch commits have suffix -unstable and cannot be installed alongside
13
13
the stable version. Switching between release streams requires user intervention.
@@ -21,29 +21,29 @@ variable which Travis CI makes available to certain builds.
21
21
We want to build go-ethereum with the most recent version of Go, irrespective of the Go
22
22
version that is available in the main Ubuntu repository. In order to make this possible,
23
23
our PPA depends on the ~ gophers/ubuntu/archive PPA. Our source package build-depends on
24
- golang-1.7 , which is co-installable alongside the regular golang package. PPA dependencies
24
+ golang-1.8 , which is co-installable alongside the regular golang package. PPA dependencies
25
25
can be edited at https://launchpad.net/%7Eethereum/+archive/ubuntu/ethereum/+edit-dependencies
26
26
27
27
## Building Packages Locally (for testing)
28
28
29
29
You need to run Ubuntu to do test packaging.
30
30
31
- Add the gophers PPA and install Go 1.7 and Debian packaging tools:
31
+ Add the gophers PPA and install Go 1.8 and Debian packaging tools:
32
32
33
33
$ sudo apt-add-repository ppa:gophers/ubuntu/archive
34
34
$ sudo apt-get update
35
- $ sudo apt-get install build-essential golang-1.7 devscripts debhelper
35
+ $ sudo apt-get install build-essential golang-1.8 devscripts debhelper
36
36
37
37
Create the source packages:
38
38
39
39
$ go run build/ci.go debsrc -workdir dist
40
40
41
41
Then go into the source package directory for your running distribution and build the package:
42
42
43
- $ cd dist/ethereum-unstable-1.5 .0+xenial
43
+ $ cd dist/ethereum-unstable-1.6 .0+xenial
44
44
$ dpkg-buildpackage
45
45
46
46
Built packages are placed in the dist/ directory.
47
47
48
48
$ cd ..
49
- $ dpkg-deb -c geth-unstable_1.5 .0+xenial_amd64.deb
49
+ $ dpkg-deb -c geth-unstable_1.6 .0+xenial_amd64.deb
0 commit comments