Source: etcd
Section: devel
Priority: extra
Maintainer: pkg-go <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Jelmer Vernooij <jelmer@debian.org>
Build-Depends: debhelper (>= 9),
               dh-golang (>= 1.6),
               dh-systemd,
               golang-codegangsta-cli-dev,
               golang-context-dev,
               golang-coreos-log-dev,
               golang-etcd-dev,
               golang-go,
               golang-go.tools,
               golang-gogoprotobuf-dev,
               golang-goprotobuf-dev,
               golang-metrics-dev,
               golang-mreiferson-httpclient-dev,
               golang-mux-dev,
               golang-objx-dev,
               golang-raft-dev,
               golang-testify-dev,
               golang-toml-dev
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-go/packages/etcd.git -b unstable
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-go/packages/etcd.git
Homepage: https://github.com/coreos/etcd

Package: etcd
Architecture: any
Depends: adduser,
         ${misc:Depends},
         ${shlibs:Depends}
Built-Using: ${misc:Built-Using}
Description: Highly-available key value store for shared configuration and service discovery
 A highly-available key value store for shared configuration and service
 discovery. etcd is inspired by zookeeper and doozer, with a focus on:
 .
  * Simple: curl'able user facing API (HTTP+JSON)
  * Secure: optional SSL client cert authentication
  * Fast: benchmarked 1000s of writes/s per instance
  * Reliable: Properly distributed using Raft
 .
 Etcd uses the Raft consensus algorithm to manage a highly-available replicated
 log.
 .
 This package contains the server binaries.

Package: golang-etcd-server-dev
Architecture: all
Depends: ${misc:Depends}
Built-Using: ${misc:Built-Using}
Description: Highly-available key value store for shared configuration and service discovery
 A highly-available key value store for shared configuration and service
 discovery. etcd is inspired by zookeeper and doozer, with a focus on:
 .
  * Simple: curl'able user facing API (HTTP+JSON)
  * Secure: optional SSL client cert authentication
  * Fast: benchmarked 1000s of writes/s per instance
  * Reliable: Properly distributed using Raft
 .
 Etcd uses the Raft consensus algorithm to manage a highly-available replicated
 log.
 .
 This package contains the source.
