Package: golang-github-hashicorp-serf / 0.9.4~ds1-1

Metadata

Package Version Patches format
golang-github-hashicorp-serf 0.9.4~ds1-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 Fix tests.patch | (download)

cmd/serf/command/agent/command_test.go | 1 1 + 0 - 0 !
cmd/serf/command/agent/syslog_test.go | 2 2 + 0 - 0 !
coordinate/client_test.go | 2 1 + 1 - 0 !
3 files changed, 4 insertions(+), 1 deletion(-)

---
02 Spelling.patch | (download)

cmd/serf/command/members.go | 2 1 + 1 - 0 !
serf/serf.go | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 fix spelling mistakes spotted by lintian.

03 Systemd unit.patch | (download)

ops-misc/systemd.conf | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 Declaring After=syslog.target is unnecessary by now because syslog is
 socket-activated and will therefore be started when needed.