mirror of
https://github.com/status-im/status-go.git
synced 2025-02-10 22:06:36 +00:00
* static: updates Whisper test (to work with Geth 1.6.1) * jail: VM persistence implemented * jail: sendMessage/showSuggestions minor fixes (to be squashed) * node: CHT and boot nodes auto-load implemented * Replaced CHT data file from farazdagi's to tiabc's * Rewrote config_test.go using testify having reduced it twice in size * Increased SyncTime and panic timeout in tests * Fixed test - remove go default test to testify/suite (#207) * Add flag setup for RPCEnabled and add comment (#225) * jail: register method handlers before running initial js in jail (#226) * Console Jail Mod #179 (#228) * Added ./statusd-data into .gitignore * Increased log level for the test node from INFO to ERROR * Add call to loop.Run to evaluate all setTimeout/setIntervals methods. (#208) * Rebase onto geth1.6.7 (#232) * Got back sync duration from 60s to 30s, updated bindata.go
26 lines
696 B
Plaintext
26 lines
696 B
Plaintext
Source: {{.Name}}
|
|
Section: science
|
|
Priority: extra
|
|
Maintainer: {{.Author}}
|
|
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
|
|
Vcs-Browser: https://github.com/ethereum/go-ethereum
|
|
|
|
Package: {{.Name}}
|
|
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 .}}
|
|
Architecture: any
|
|
Depends: ${shlibs:Depends}, ${misc:Depends}
|
|
Built-Using: ${misc:Built-Using}
|
|
Description: {{.Description}}
|
|
{{.Description}}
|
|
{{end}}
|