1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
|
Source: golang-etcd
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Jelmer Vernooij <jelmer@debian.org>,
Anthony Fok <foka@debian.org>
Build-Depends: debhelper (>= 9), dh-golang, golang-any
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-etcd.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-etcd.git
Homepage: https://github.com/coreos/go-etcd
XS-Go-Import-Path: github.com/coreos/go-etcd
Package: golang-etcd-dev
Provides: golang-github-coreos-go-etcd-dev
Architecture: all
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: [DEPRECATED] Go client for etcd
go-etcd is a deprecated client implementation in Go for etcd.
.
etcd now has an official Go client, which has a nicer API and better support.
It is available at https://github.com/coreos/etcd/tree/master/client, and
also available as Debian packages "etcd" and "golang-etcd-server-dev".
.
We strongly suggest you use the official Go client instead of go-etcd in your
new projects. For existing projects, we suggest you migrate to the official
Go client.
.
This package contains the source.
|