|
|
@ -77,6 +77,7 @@ var ( |
|
|
|
executablePath("puppeth"), |
|
|
|
executablePath("puppeth"), |
|
|
|
executablePath("rlpdump"), |
|
|
|
executablePath("rlpdump"), |
|
|
|
executablePath("swarm"), |
|
|
|
executablePath("swarm"), |
|
|
|
|
|
|
|
executablePath("wnode"), |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// A debian package is created for all executables listed here.
|
|
|
|
// A debian package is created for all executables listed here.
|
|
|
@ -109,6 +110,10 @@ var ( |
|
|
|
Name: "swarm", |
|
|
|
Name: "swarm", |
|
|
|
Description: "Ethereum Swarm daemon and tools", |
|
|
|
Description: "Ethereum Swarm daemon and tools", |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
Name: "wnode", |
|
|
|
|
|
|
|
Description: "Ethereum Whisper diagnostic tool", |
|
|
|
|
|
|
|
}, |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// Distros for which packages are created.
|
|
|
|
// Distros for which packages are created.
|
|
|
|